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