Openstatus www.openstatus.dev

๐Ÿ“ docs update

+14 -2
+2
apps/docs/api-reference/incident/get-incident.mdx
··· 2 2 title: Get all incidents 3 3 openapi: get /incident/ 4 4 --- 5 + 6 + Return all incidents in your workspace
+2
apps/docs/api-reference/incident/get-incident:id.mdx
··· 2 2 title: Get an incident 3 3 openapi: get /incident/:id 4 4 --- 5 + 6 + Get an incident by id
+3
apps/docs/api-reference/incident/put-incident:id.mdx
··· 2 2 title: Update an incident 3 3 openapi: put /incident/:id 4 4 --- 5 + 6 + This endpoint allows you to update an incident. You can acknowledge or resolve 7 + an incident using this endpoint.
+2
apps/docs/api-reference/monitor/get-monitor.mdx
··· 2 2 title: Get all monitors 3 3 openapi: get /monitor/ 4 4 --- 5 + 6 + Get all your monitors in a single call.
+5 -2
apps/docs/introduction.mdx
··· 2 2 title: What is OpenStatus? 3 3 --- 4 4 5 - OpenStatus is an open-source monitoring service with a beautiful status page and 6 - incident management. 5 + OpenStatus is an open-source website and API monitoring service with a beautiful 6 + status page and incident management. 7 + 8 + We allow to monitor the uptime and performance of your websites and APIs from 9 + multiple locations around the world and notify you when something goes wrong. 7 10 8 11 ## Trying OpenStatus 9 12