Was this helpful?
Resolve one or more incidents
/incidents/resolve
API Key for authentication
Team ID
Array of incident counter IDs
Incidents resolved successfully
Unauthorized
curl -L \ --request POST \ --url 'https://api.spike.sh/incidents/resolve' \ --header 'x-api-key: text' \ --header 'x-team-id: text' \ --header 'Content-Type: application/json' \ --data '{"ids":[null]}'
No body