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>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.uselemma.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

204

Incident status updated