This URL here (example):
|
url = f"v1/pages/{page_id}/component_groups" |
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
This URL here (example):
atlassian-python-api/atlassian/statuspage.py
Line 2515 in 0b86336
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