Incidents
Publish Incident
Publish a draft incident to make it visible on the public status page
POST
Publishes a draft incident, making it visible on the public status page. This also triggers the
incident_published workflow and updates the edge cache.
Path Parameters
The incident ID to publish
Response
Whether the incident was published successfully
Errors
| Status | Error | Description |
|---|---|---|
| 400 | Incident is already public | The incident has already been published |
| 404 | Incident not found | No incident exists with this ID |
Publishing an incident triggers the
incident_published workflow and sends notifications to subscribers. This action cannot be undone.