Incidents
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