Skip to main content
PUT
Update Incident

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

incident
integer
required

The incident ID

Body

application/json

UpdateIncidentRequestData

name
string
Maximum string length: 255
message
string | null
status
enum<integer> | null
Available options:
0,
1,
2,
3,
4
visible
boolean | null
stickied
boolean | null
notifications
boolean | null
occurred_at
string<date-time> | null
published_at
string<date-time> | null
meta
object | null

Response

Incident

data
Incident · object
required
included
(Component · object | Update · object | User · object)[]