atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Statuspage component-groups URL is wrong

Open PatrickZeier-SAG opened this issue 2 months ago • 0 comments

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

PatrickZeier-SAG avatar Oct 31 '25 15:10 PatrickZeier-SAG