Skip to main content
Resolve incidents

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to resolve one or more incidents

incidentIds
string[]
required

List of incident IDs to resolve

Required array length: 1 - 10000 elements

List of incident IDs to resolve

Required string length: 36
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Example:

Response

Response containing the updated incidents after resolution

incidents
Incident · object[]
required

List of incidents after resolution

Maximum array length: 10000