Update incident
instatus_update_incidentUPDATES an existing incident by id — this MODIFIES live status-page data and can notify subscribers (e.g. move it to MONITORING or RESOLVED). Send only the fields you want to change. Instatus: PUT /v1/{page_id}/incidents/{incident_id}. Returns the updated incident.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Incident title. | |
| notify | No | Whether to notify subscribers about this update. | |
| status | No | Incident status. | |
| message | No | Incident update message (Markdown supported). | |
| page_id | Yes | The status page's id. | |
| started | No | ISO 8601 timestamp for when the incident started. | |
| statuses | No | Per-component impact — set each listed component's status for this event. | |
| components | No | Component ids affected by this incident. | |
| incident_id | Yes | The incident's id to update. | |
| shouldPublish | No | Whether the incident should be published to the status page. |