PUT
/
incidents
/
{incident}
/
updates
/
{update}

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

update
integer
required

The update ID

Body

application/json
message
string | null
status
enum<integer> | null
Available options:
0,
1,
2,
3,
4

Response

200 - application/json
data
object
required