Skip to main content
PATCH
/
incidents
/
{incident_id}
/
status
Update incident status
curl --request PATCH \
  --url https://api.example.com/incidents/{incident_id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "<string>"
}
'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

incident_id
string
required

Incident ID.

Body

application/json
status
string
required

Response

Incident status updated