POST
/
incidents
/
merge
{
  "merged_incident_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "skipped_incident_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "failed_incident_ids": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "destination_incident_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "message": "<string>"
}

Authorizations

X-API-KEY
string
header
required

Body

application/json
source_incident_ids
string[]
required
destination_incident_id
string
required

Response

200
application/json
Successful Response
merged_incident_ids
string[]
required
skipped_incident_ids
string[]
required
failed_incident_ids
string[]
required
destination_incident_id
string
required
message
string
required