Skip to main content
PUT
/
incidents
/
{id}
Update incident
curl --request PUT \
  --url https://api.ipulse.one/incidents/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT Bearer token authentication

Path Parameters

id
string
required

Response

200

Incident updated successfully