Request
Path Parameters
uuidstringrequired
The unique identifier of the incident to update
Example:"inci_123"
Bodyapplication/json
titleobjectrequired
Localized title of the incident. Use language keys (
en, fr, de, ru, nl, pl, se).typeenum<string>required
Type of the incident
affectedComponentsarray<string>optional
Array of component UUIDs affected by the incident
statuspagesarray<string>optional
Array of status page UUIDs the incident should be reported on
updatesarray<object>optional
Array of updates. Each update should have
date (ISO 8601), text (localized object), and type.Response
Returns a success message on successful update.