Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

✏️ some typo

+10 -10
+1 -1
apps/docs/api-reference/incident/get-incident.mdx
··· 1 1 --- 2 2 title: Get all incidents 3 - openapi: get /incident/ 3 + openapi: get /incident 4 4 --- 5 5 6 6 Return all incidents in your workspace
+1 -1
apps/docs/api-reference/monitor/get-monitor.mdx
··· 1 1 --- 2 2 title: Get all monitors 3 - openapi: get /monitor/ 3 + openapi: get /monitor 4 4 --- 5 5 6 6 Get all your monitors in a single call.
+1 -1
apps/docs/api-reference/monitor/post-monitor.mdx
··· 1 1 --- 2 2 title: Create a monitor 3 - openapi: post /monitor/ 3 + openapi: post /monitor 4 4 ---
+1 -1
apps/docs/api-reference/notification/get-notification.mdx
··· 1 1 --- 2 2 title: Get all notification 3 - openapi: get /notification/ 3 + openapi: get /notification 4 4 ---
+1 -1
apps/docs/api-reference/notification/post-notification.mdx
··· 1 1 --- 2 2 title: Create a notification 3 - openapi: post /notification/ 3 + openapi: post /notification 4 4 ---
+1 -1
apps/docs/api-reference/page/get-page.mdx
··· 1 1 --- 2 2 title: Get all your Status Page 3 - openapi: get /page/ 3 + openapi: get /page 4 4 ---
+1 -1
apps/docs/api-reference/page/post-page.mdx
··· 1 1 --- 2 2 title: Create a status page 3 - openapi: post /page/ 3 + openapi: post /page 4 4 ---
+1 -1
apps/docs/api-reference/status_report/get-status_report.mdx
··· 1 1 --- 2 2 title: Get all Status Reports 3 - openapi: get /status_report/ 3 + openapi: get /status_report 4 4 ---
+1 -1
apps/docs/api-reference/status_report/post-status_report.mdx
··· 1 1 --- 2 2 title: Create a Status Report 3 - openapi: post /status_report/ 3 + openapi: post /status_report 4 4 ---
+1 -1
apps/docs/api-reference/status_report_update/post-status_report_update.mdx
··· 1 1 --- 2 2 title: Create a Status Report Update 3 - openapi: post /status_report_update/ 3 + openapi: post /status_report_update 4 4 ---