Skip to main content
POST
Merge incidents into a primary

Authorizations

Authorization
string
header
required

OAuth2 Client Credentials Flow

Path Parameters

id
string
required

The primary incident the others merge into.

Body

application/json

Merge one or more incidents into the primary named in the path. All must be at the same location and of the same alertType as the primary. At most 50 per call.

mergedIncidentIds
string[]
required
Required array length: 1 - 50 elements
changedByUserId
string
required

NetworkUser id of the acting Support Operator. Required on every write; attributes the change.

networkId
string

Network id. Required for machine (M2M) callers whose token carries no network claim; ignored when the token has one.

Response

The updated primary incident.

data
object

An incident: a period of degraded or lost service on one or more stations. The roster of affected stations lives on the affected-stations sub-resource; the incident carries only the cached affectedStationCount.