Update incident
statuspal_update_incidentUPDATES an existing incident on the LIVE public status page (title/type/services/timing). StatusPal: PUT /status_pages/{subdomain}/incidents/{incident_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | New incident type ("major"/"minor"/"scheduled"). | |
| title | No | New incident title. | |
| notify | No | Whether to notify/email subscribers about the change. | |
| ends_at | No | New ISO8601 end time. | |
| starts_at | No | New ISO8601 start time. | |
| subdomain | No | Status page subdomain (overrides STATUSPAL_SUBDOMAIN). | |
| incident_id | Yes | The incident id to update. | |
| service_ids | No | New set of affected service ids. |