Skip to content

Commit 4c473fa

Browse files
API Docs Botthebiglabasky
authored andcommitted
docs(api): add Bulk create subscriptions for a specific status page endpoint
1 parent 2322c22 commit 4c473fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,8 @@
862862
"api-reference/status-pages/create-a-new-status-page",
863863
"api-reference/status-pages/retrieve-a-single-status-page-by-id",
864864
"api-reference/status-pages/update-an-existing-status-page",
865-
"api-reference/status-pages/delete-a-status-page"
865+
"api-reference/status-pages/delete-a-status-page",
866+
"api-reference/status-pages/bulk-create-subscriptions-for-a-specific-status-page"
866867
]
867868
},
868869
{

0 commit comments

Comments
 (0)