Acknowledge incidents
spike_acknowledge_incidentsACKNOWLEDGES one or more incidents — this CHANGES live incident state (stops escalation and marks them as being worked on). Spike: POST /incidents/acknowledge with {ids:[...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Incident ids (the incident `_id` values) to acknowledge. | |
| teamId | No | The 24-char hex team _id to scope this request to (x-team-id). Omit to use the configured default (SPIKE_TEAM_ID). List ids with spike_list_teams. |