Openstatus www.openstatus.dev
6
fork

Configure Feed

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

docs: redeploy openapi

mxkaske 1480019f 33b051ff

+5 -5
+1 -1
apps/docs/api-reference/status_report/get-status_report-id.mdx
··· 1 1 --- 2 - title: Get Status Report 2 + title: Get a Status Report 3 3 openapi: get /status_report/:id 4 4 ---
+1 -1
apps/docs/api-reference/status_report/get-status_report.mdx
··· 1 1 --- 2 - title: Get all status reports 2 + title: Get all Status Reports 3 3 openapi: get /status_report/ 4 4 ---
+1 -1
apps/docs/api-reference/status_report/post-status_report.mdx
··· 1 1 --- 2 - title: Create Status Report 2 + title: Create a Status Report 3 3 openapi: post /status_report/ 4 4 ---
+1 -1
apps/docs/api-reference/status_report_update/get-status_report_update-id.mdx
··· 1 1 --- 2 - title: Get Status Report Update 2 + title: Get a Status Report Update 3 3 openapi: get /status_report_update/:id 4 4 ---
+1 -1
apps/docs/api-reference/status_report_update/post-status_report_update.mdx
··· 1 1 --- 2 - title: Create Status Report Update 2 + title: Create a Status Report Update 3 3 openapi: post /status_report_update/ 4 4 ---