Skip to content

Commit 5ba6542

Browse files
author
API Docs Bot
committed
docs(api): add Bulk create subscriptions for a specific status page endpoint
1 parent 48965d4 commit 5ba6542

File tree

2 files changed

+20
-51
lines changed

2 files changed

+20
-51
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
openapi: post /v1/status-pages/{statusPageId}/subscriptions/bulk
3+
title: Bulk create subscriptions for a specific status page
4+
---

docs.json

Lines changed: 16 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
"quickstarts/multistep-check",
6262
"quickstarts/heartbeat-monitor",
6363
"quickstarts/openapi-spec"
64-
6564
]
6665
},
6766
{
@@ -75,13 +74,10 @@
7574
"concepts/metrics"
7675
]
7776
},
78-
7977
{
8078
"group": "Platform",
8179
"pages": [
82-
8380
"platform/groups",
84-
8581
{
8682
"group": "Private Locations",
8783
"pages": [
@@ -143,14 +139,12 @@
143139
]
144140
},
145141
"changelog/changelog"
146-
147142
]
148143
},
149144
{
150145
"group": "Detect",
151146
"pages": [
152147
"detect/overview",
153-
154148
{
155149
"group": "Uptime Monitoring",
156150
"pages": [
@@ -187,7 +181,7 @@
187181
},
188182
{
189183
"group": "Synthetic Monitoring",
190-
"pages": [
184+
"pages": [
191185
"detect/synthetic-monitoring/overview",
192186
{
193187
"group": "API Checks",
@@ -218,10 +212,8 @@
218212
"pages": [
219213
"detect/synthetic-monitoring/browser-checks/overview",
220214
"detect/synthetic-monitoring/browser-checks/mac-structure",
221-
222215
"detect/synthetic-monitoring/browser-checks/performance-metrics",
223216
"detect/synthetic-monitoring/browser-checks/visual-regressions",
224-
225217
"detect/synthetic-monitoring/browser-checks/playwright-support",
226218
"detect/synthetic-monitoring/browser-checks/snippets",
227219
"detect/synthetic-monitoring/browser-checks/timeouts",
@@ -241,8 +233,6 @@
241233
"detect/synthetic-monitoring/playwright-checks/timeouts"
242234
]
243235
}
244-
245-
246236
]
247237
},
248238
{
@@ -266,14 +256,11 @@
266256
"group": "Alerts",
267257
"pages": [
268258
"communicate/alerts/overview",
269-
270259
"communicate/alerts/configuration",
271260
"communicate/alerts/channels",
272261
"communicate/alerts/retries",
273262
"communicate/alerts/ssl-expiration",
274263
"communicate/alerts/notification-log"
275-
276-
277264
]
278265
},
279266
{
@@ -343,10 +330,8 @@
343330
]
344331
},
345332
"resolve/ai-root-cause-analysis/overview"
346-
347333
]
348334
},
349-
350335
{
351336
"group": "Integrations",
352337
"pages": [
@@ -407,8 +392,6 @@
407392
]
408393
},
409394
"integrations/ci-cd/jenkins/overview"
410-
411-
412395
]
413396
},
414397
{
@@ -434,7 +417,6 @@
434417
"integrations/iac/terraform/testing-scripts-locally",
435418
"integrations/iac/terraform/snippets-variables",
436419
"integrations/iac/terraform/troubleshooting"
437-
438420
]
439421
},
440422
{
@@ -446,29 +428,23 @@
446428
"integrations/iac/pulumi/ci-cd"
447429
]
448430
}
449-
450431
]
451432
}
452-
453433
]
454434
}
455435
]
456436
},
457-
458-
459437
{
460438
"tab": "Constructs",
461439
"pages": [
462440
{
463441
"group": "Getting Started",
464442
"pages": [
465-
466443
"constructs/overview",
467444
"constructs/including-checks",
468445
"constructs/dynamic-monitor-creation"
469446
]
470447
},
471-
472448
{
473449
"group": "DETECT",
474450
"pages": [
@@ -495,7 +471,6 @@
495471
"constructs/slack-alert-channel",
496472
"constructs/msteams-alert-channel",
497473
"constructs/webhook-alert-channel"
498-
499474
]
500475
},
501476
"constructs/retry-strategy",
@@ -514,32 +489,26 @@
514489
{
515490
"group": "Project & Configuration",
516491
"pages": [
517-
518492
"constructs/project",
519493
"constructs/check-group-v2",
520494
"constructs/check-group"
521-
522495
]
523496
},
524497
{
525498
"group": "Platform",
526499
"pages": [
527-
528500
"/constructs/private-location"
529-
530501
]
531502
},
532503
{
533504
"group": "RESOLVE",
534-
"pages": [
535-
536-
]
505+
"pages": []
537506
}
538507
]
539508
},
540509
{
541510
"tab": "CLI",
542-
"pages" : [
511+
"pages": [
543512
{
544513
"group": "Getting Started",
545514
"pages": [
@@ -569,7 +538,6 @@
569538
"cli/checkly-test",
570539
"cli/checkly-trigger",
571540
"cli/checkly-whoami"
572-
573541
]
574542
}
575543
]
@@ -714,15 +682,15 @@
714682
"api-reference/check-groups/create-a-check-group",
715683
"api-reference/check-groups/update-a-check-group"
716684
]
717-
},
685+
},
718686
{
719687
"group": "Check Results",
720688
"pages": [
721689
"api-reference/check-results/lists-all-check-results",
722690
"api-reference/check-results/retrieve-a-check-result",
723691
"api-reference/check-results/lists-all-check-results-1"
724692
]
725-
},
693+
},
726694
{
727695
"group": "Check Sessions",
728696
"pages": [
@@ -873,7 +841,8 @@
873841
"api-reference/status-pages/create-a-new-status-page",
874842
"api-reference/status-pages/retrieve-a-single-status-page-by-id",
875843
"api-reference/status-pages/update-an-existing-status-page",
876-
"api-reference/status-pages/delete-a-status-page"
844+
"api-reference/status-pages/delete-a-status-page",
845+
"api-reference/status-pages/bulk-create-subscriptions-for-a-specific-status-page"
877846
]
878847
},
879848
{
@@ -963,7 +932,6 @@
963932
"guides/developer-fixtures",
964933
"guides/auto-waiting-methods",
965934
"guides/reading-traces"
966-
967935
]
968936
},
969937
{
@@ -975,7 +943,7 @@
975943
{
976944
"group": "Advanced Topics",
977945
"pages": [
978-
"guides/claude-code-monitoring",
946+
"guides/claude-code-monitoring",
979947
"guides/how-to-monitor-broken-links"
980948
]
981949
}
@@ -992,7 +960,6 @@
992960
{
993961
"group": "Getting Started",
994962
"pages": [
995-
996963
"learn/playwright/what-is-playwright",
997964
"learn/playwright/how-to-set-up-locally",
998965
"learn/playwright/testing-pyramid"
@@ -1204,13 +1171,12 @@
12041171
{
12051172
"tab": "Comparisons",
12061173
"groups": [
1207-
12081174
{
12091175
"group": "Frameworks",
12101176
"pages": [
12111177
"comparisons/frameworks/playwright-vs-cypress",
1212-
"comparisons/frameworks/playwright-vs-selenium",
1213-
"comparisons/frameworks/playwright-vs-others"
1178+
"comparisons/frameworks/playwright-vs-selenium",
1179+
"comparisons/frameworks/playwright-vs-others"
12141180
]
12151181
}
12161182
]
@@ -1221,7 +1187,6 @@
12211187
"light": "/logo/light.svg",
12221188
"dark": "/logo/dark.svg"
12231189
},
1224-
12251190
"navbar": {
12261191
"links": [
12271192
{
@@ -1243,12 +1208,12 @@
12431208
}
12441209
},
12451210
"errors": {
1246-
"404": {
1247-
"redirect": false,
1248-
"title": "Looks like this page has moved!",
1249-
"description": "Please try searching for the new page you're looking for in the search bar or sidebar."
1250-
}
1251-
},
1211+
"404": {
1212+
"redirect": false,
1213+
"title": "Looks like this page has moved!",
1214+
"description": "Please try searching for the new page you're looking for in the search bar or sidebar."
1215+
}
1216+
},
12521217
"redirects": [
12531218
{
12541219
"source": "/detect/synthetic-monitoring/api-checks/set-up-and-tear-down",

0 commit comments

Comments
 (0)