Was this helpful?
Escalate one or more incidents
/incidents/escalate
API Key for authentication
Team ID
curl -L \ --request POST \ --url 'https://api.spike.sh/incidents/escalate' \ --header 'x-api-key: text' \ --header 'x-team-id: text' \ --header 'Content-Type: application/json' \ --data '{ "ids": [ "text" ] }'
No body