Update incident
allquiet_update_incidentApplies an operation to an existing LIVE incident: change its severity and/or append an intent (a lifecycle action such as acknowledge/resolve/reopen/snooze — a status transition). At least one of changeSeverity or appendIntent is required. All Quiet: PATCH /v1/incident/{incidentId}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incidentId | Yes | The incident id to update (required). | |
| appendIntent | No | Lifecycle action/intent to append (e.g. acknowledge/resolve/reopen/snooze — a status transition). Confirm valid values for your account. | |
| intentMessage | No | Optional message to attach to the appended intent. | |
| changeSeverity | No | New severity to set on the incident. |