PUT
/
incident
/
:id

This endpoint allows you to update an incident. You can acknowledge or resolve an incident using this endpoint.

Path Parameters

id
string
required

The id of the Incident

Body

application/json
acknowledgedAt
string | null
resolvedAt
string | null

Response

200 - application/json
id
number
required

The id of the incident

startedAt
string | null
required

The date the incident started

monitorId
number | null
required

The id of the monitor associated with the incident

acknowledgedAt
string | null

The date the incident was acknowledged

acknowledgedBy
number | null
required

The user who acknowledged the incident

resolvedAt
string | null

The date the incident was resolved

resolvedBy
number | null
required

The user who resolved the incident