Priority

Set incident priority

post

Set priority for one or more incidents

Header parameters
x-api-keystringRequired

API Key for authentication

x-team-idstringRequired

Team ID

Body
idsstring[]Required

Array of incident counter IDs

prioritystring · enumRequired

Priority level

Possible values:
Responses
200
Priority set successfully
post
POST /incidents/priority HTTP/1.1
Host: api.spike.sh
x-api-key: text
x-team-id: text
Content-Type: application/json
Accept: */*
Content-Length: 32

{
  "ids": [
    "text"
  ],
  "priority": "p1"
}

No content

Was this helpful?