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