You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/on-call.openapi.en.json
+19-2Lines changed: 19 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11996,12 +11996,12 @@
11996
11996
"get": {
11997
11997
"operationId": "statusPageChangeList",
11998
11998
"summary": "List status page events",
11999
-
"description": "List events (incidents and maintenances) for a status page.",
11999
+
"description": "List status page events with only publicly visible affected components.",
12000
12000
"tags": [
12001
12001
"On-call/Status pages"
12002
12002
],
12003
12003
"x-mint": {
12004
-
"content": "## Restrictions\n\n| Aspect | Value |\n| ------ | ----- |\n| Rate limits | **1,000 requests/minute**; **50 requests/second** per account |\n| Permissions | None — any valid `app_key` can call this operation |",
12004
+
"content": "## Restrictions\n\n| Aspect | Value |\n| ------ | ----- |\n| Rate limits | **1,000 requests/minute**; **50 requests/second** per account |\n| Permissions | None — any valid `app_key` can call this operation |\n\n## Usage\n\n- Hidden affected components are omitted. Events remain in the result when none are visible, with an empty `affected_components` array.",
Copy file name to clipboardExpand all lines: api-reference/openapi.en.json
+38-4Lines changed: 38 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11877,12 +11877,12 @@
11877
11877
"get": {
11878
11878
"operationId": "statusPageChangeList",
11879
11879
"summary": "List status page events",
11880
-
"description": "List events (incidents and maintenances) for a status page.",
11880
+
"description": "List status page events with only publicly visible affected components.",
11881
11881
"tags": [
11882
11882
"On-call/Status pages"
11883
11883
],
11884
11884
"x-mint": {
11885
-
"content": "## Restrictions\n\n| Aspect | Value |\n| ------ | ----- |\n| Rate limits | **1,000 requests/minute**; **50 requests/second** per account |\n| Permissions | None — any valid `app_key` can call this operation |",
11885
+
"content": "## Restrictions\n\n| Aspect | Value |\n| ------ | ----- |\n| Rate limits | **1,000 requests/minute**; **50 requests/second** per account |\n| Permissions | None — any valid `app_key` can call this operation |\n\n## Usage\n\n- Hidden affected components are omitted. Events remain in the result when none are visible, with an empty `affected_components` array.",
0 commit comments