diff --git a/api-reference/status-pages/bulk-create-subscriptions-for-a-specific-status-page.mdx b/api-reference/status-pages/bulk-create-subscriptions-for-a-specific-status-page.mdx new file mode 100644 index 00000000..a2513b9b --- /dev/null +++ b/api-reference/status-pages/bulk-create-subscriptions-for-a-specific-status-page.mdx @@ -0,0 +1,4 @@ +--- +openapi: post /v1/status-pages/{statusPageId}/subscriptions/bulk +title: Bulk create subscriptions for a specific status page +--- diff --git a/docs.json b/docs.json index 57fa6979..2fd1d438 100644 --- a/docs.json +++ b/docs.json @@ -61,7 +61,6 @@ "quickstarts/multistep-check", "quickstarts/heartbeat-monitor", "quickstarts/openapi-spec" - ] }, { @@ -75,13 +74,10 @@ "concepts/metrics" ] }, - { "group": "Platform", "pages": [ - "platform/groups", - { "group": "Private Locations", "pages": [ @@ -143,14 +139,12 @@ ] }, "changelog/changelog" - ] }, { "group": "Detect", "pages": [ "detect/overview", - { "group": "Uptime Monitoring", "pages": [ @@ -187,7 +181,7 @@ }, { "group": "Synthetic Monitoring", - "pages": [ + "pages": [ "detect/synthetic-monitoring/overview", { "group": "API Checks", @@ -218,10 +212,8 @@ "pages": [ "detect/synthetic-monitoring/browser-checks/overview", "detect/synthetic-monitoring/browser-checks/mac-structure", - "detect/synthetic-monitoring/browser-checks/performance-metrics", "detect/synthetic-monitoring/browser-checks/visual-regressions", - "detect/synthetic-monitoring/browser-checks/playwright-support", "detect/synthetic-monitoring/browser-checks/snippets", "detect/synthetic-monitoring/browser-checks/timeouts", @@ -241,8 +233,6 @@ "detect/synthetic-monitoring/playwright-checks/timeouts" ] } - - ] }, { @@ -266,14 +256,11 @@ "group": "Alerts", "pages": [ "communicate/alerts/overview", - "communicate/alerts/configuration", "communicate/alerts/channels", "communicate/alerts/retries", "communicate/alerts/ssl-expiration", "communicate/alerts/notification-log" - - ] }, { @@ -343,10 +330,8 @@ ] }, "resolve/ai-root-cause-analysis/overview" - ] }, - { "group": "Integrations", "pages": [ @@ -407,8 +392,6 @@ ] }, "integrations/ci-cd/jenkins/overview" - - ] }, { @@ -434,7 +417,6 @@ "integrations/iac/terraform/testing-scripts-locally", "integrations/iac/terraform/snippets-variables", "integrations/iac/terraform/troubleshooting" - ] }, { @@ -446,29 +428,23 @@ "integrations/iac/pulumi/ci-cd" ] } - ] } - ] } ] }, - - { "tab": "Constructs", "pages": [ { "group": "Getting Started", "pages": [ - "constructs/overview", "constructs/including-checks", "constructs/dynamic-monitor-creation" ] }, - { "group": "DETECT", "pages": [ @@ -495,7 +471,6 @@ "constructs/slack-alert-channel", "constructs/msteams-alert-channel", "constructs/webhook-alert-channel" - ] }, "constructs/retry-strategy", @@ -514,32 +489,26 @@ { "group": "Project & Configuration", "pages": [ - "constructs/project", "constructs/check-group-v2", "constructs/check-group" - ] }, { "group": "Platform", "pages": [ - "/constructs/private-location" - ] }, { "group": "RESOLVE", - "pages": [ - - ] + "pages": [] } ] }, { "tab": "CLI", - "pages" : [ + "pages": [ { "group": "Getting Started", "pages": [ @@ -569,7 +538,6 @@ "cli/checkly-test", "cli/checkly-trigger", "cli/checkly-whoami" - ] } ] @@ -714,7 +682,7 @@ "api-reference/check-groups/create-a-check-group", "api-reference/check-groups/update-a-check-group" ] - }, + }, { "group": "Check Results", "pages": [ @@ -722,7 +690,7 @@ "api-reference/check-results/retrieve-a-check-result", "api-reference/check-results/lists-all-check-results-1" ] - }, + }, { "group": "Check Sessions", "pages": [ @@ -873,7 +841,8 @@ "api-reference/status-pages/create-a-new-status-page", "api-reference/status-pages/retrieve-a-single-status-page-by-id", "api-reference/status-pages/update-an-existing-status-page", - "api-reference/status-pages/delete-a-status-page" + "api-reference/status-pages/delete-a-status-page", + "api-reference/status-pages/bulk-create-subscriptions-for-a-specific-status-page" ] }, { @@ -963,7 +932,6 @@ "guides/developer-fixtures", "guides/auto-waiting-methods", "guides/reading-traces" - ] }, { @@ -975,7 +943,7 @@ { "group": "Advanced Topics", "pages": [ - "guides/claude-code-monitoring", + "guides/claude-code-monitoring", "guides/how-to-monitor-broken-links" ] } @@ -992,7 +960,6 @@ { "group": "Getting Started", "pages": [ - "learn/playwright/what-is-playwright", "learn/playwright/how-to-set-up-locally", "learn/playwright/testing-pyramid" @@ -1204,13 +1171,12 @@ { "tab": "Comparisons", "groups": [ - { "group": "Frameworks", "pages": [ "comparisons/frameworks/playwright-vs-cypress", - "comparisons/frameworks/playwright-vs-selenium", - "comparisons/frameworks/playwright-vs-others" + "comparisons/frameworks/playwright-vs-selenium", + "comparisons/frameworks/playwright-vs-others" ] } ] @@ -1221,7 +1187,6 @@ "light": "/logo/light.svg", "dark": "/logo/dark.svg" }, - "navbar": { "links": [ { @@ -1243,12 +1208,12 @@ } }, "errors": { - "404": { - "redirect": false, - "title": "Looks like this page has moved!", - "description": "Please try searching for the new page you're looking for in the search bar or sidebar." - } -}, + "404": { + "redirect": false, + "title": "Looks like this page has moved!", + "description": "Please try searching for the new page you're looking for in the search bar or sidebar." + } + }, "redirects": [ { "source": "/detect/synthetic-monitoring/api-checks/set-up-and-tear-down",