PUT
/
incidents
/
{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
message
string | null
name
string
Maximum length: 255
notifications
boolean | null
occurred_at
string | null
status
enum<integer> | null
Available options:
0,
1,
2,
3,
4
stickied
boolean | null
visible
boolean | null

Response

200 - application/json
data
object
required