···11+---
22+title: Create Status Report Update
33+openapi: post /status_report_update/
44+---
+7-6
apps/docs/getting-started/incident.mdx
···33description: "How to create your first incident 🔥"
44---
5566-When creating an incident, you can map it to either to a **status page** or to a
77-**monitor**. This will allow you access the latest incidents on your status
88-page.
66+<Warning>
77+ **Incidents** have been renamed to [Status
88+ Reports](/getting-started/status-report). That also includes the [API
99+ endpoint](/api-reference/status_report). It will allow us to differenciate
1010+ between **public status reports** and **internal incident management**.
1111+</Warning>
9121010-Update your incident over time and keep your users informed. Add a new
1111-**status**, **date** and **message** to your incident. They will be displayed on
1212-a timeline.
1313+Coming soon: Internal Incident Management
+11
apps/docs/getting-started/status-report.mdx
···11+---
22+title: Status Report
33+description: "How to create your first report 🔥"
44+---
55+66+When creating a status report, you can map it to either to a **status page** or
77+to a **monitor**. This will allow you access the latest reports on your status
88+page.
99+1010+Update your report over time and keep your users informed. Add a new **status**,
1111+**date** and **message** to your report. They will be displayed on a timeline.
···11+---
22+title: Golang monitor checker
33+description: Stability improvement for the the endpoint health checker.
44+image: /assets/changelog/golang-monitor-checker.png
55+publishedAt: 2023-12-02
66+---
77+88+The endpoint health checker has been improved to be more stable and reliable
99+with [Go](https://go.dev). In the past, we have been experiencing missing data
1010+endpoints and longer request times for some `regions`.
1111+1212+In addition to that, we have renamed the **Incidents** to **Status Reports** to
1313+easily distinguish betwwen internal incidents and external reports.
1414+1515+> The API endpoint has also moved from `/v1/incidents` to `/v1/status_reports`.
1616+> Read more in the [docs](https://docs.openstatus.dev/getting-started/incident).
+2-2
utils/api-bruno/incident_update/Get Incident Update.bru
utils/api-bruno/incident_update/Get Status Report Update.bru