Resolve incidents
spike_resolve_incidentsRESOLVES (closes) one or more incidents — this CHANGES live incident state and marks them done. Spike: POST /incidents/resolve with {ids:[...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Incident ids (the incident `_id` values) to resolve. | |
| 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. |