Resolve

Resolve incidents

post

Resolve 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

Responses
200
Incidents resolved successfully
post
POST /incidents/resolve HTTP/1.1
Host: api.spike.sh
x-api-key: text
x-team-id: text
Content-Type: application/json
Accept: */*
Content-Length: 16

{
  "ids": [
    "text"
  ]
}

No content

Was this helpful?