Was this helpful?
Set severity for one or more incidents
API Key for authentication
Team ID
Array of incident counter IDs
Severity level
sev1
sev2
sev3
POST /incidents/severity HTTP/1.1 Host: api.spike.sh x-api-key: text x-team-id: text Content-Type: application/json Accept: */* Content-Length: 34 { "ids": [ "text" ], "severity": "sev1" }
Severity set successfully
No content