Was this helpful?
Resolve one or more incidents
/incidents/resolve
API Key for authentication
Team ID
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": [ "text" ] }'
No body