atlassian-python-api
atlassian-python-api copied to clipboard
Statuspage component-groups URL is wrong
This URL here (example):
https://github.com/atlassian-api/atlassian-python-api/blob/0b86336a11f6670eb64882cb85007110616b5156/atlassian/statuspage.py#L2515
must be
url = f"v1/pages/{page_id}/component-groups"
Same for all other places where the API endpoint is used.
See: https://developer.statuspage.io/#operation/getPagesPageIdComponentGroups