Skip to main content
PATCH
Re-assigns an open incident’s severity as impact becomes clearer — bump it up (e.g. mediumcritical) or down at any point while the incident is active. The change is recorded on the incident timeline with the old and new severity, the actor, and a timestamp.
Severity drives the status your affected components show on your public status page. Changing severity re-derives those component statuses automatically, so the status-page banner reflects the new value on the next read.

Path parameters

id
string
required
The UUID of the incident to update.

Request body

severity
string
required
The new severity. One of critical, high, medium, or low. Must differ from the incident’s current severity — a no-op change is rejected.

Response

Returns the updated incident object.
data
object
required

Error responses