v1

latestOpenAPI 3.0.32026-07-13331437.0 KB
Incidents

Add incident update

Post a timeline update to an incident.

post/v3/incidents/{uuid}/updates

Path parameters

uuidstring required

Incident UUID

Request body

datestring date-time
type'investigating' | 'identified' | 'update' | 'monitoring' | 'resolved'

Example request

{
  "text": {
    "en": "We are investigating the issue",
    "fr": "Nous enquêtons sur le problème"
  }
}

Response

Update added