v1
latestOpenAPI 3.0.32026-07-13331437.0 KBIncidents
Add incident update
Post a timeline update to an incident.
post/v3/incidents/{uuid}/updates
Path parameters
uuidstring required
Incident UUID
Request body
Example request
{
"text": {
"en": "We are investigating the issue",
"fr": "Nous enquêtons sur le problème"
}
}Response
Update added