PUT
/api/v1/incidents/{id}
Updates an existing incident.
Request Body
{ "notes": "Investigating the issue" }
Incidents
/api/v1/incidents/{id}
Updates an existing incident.
{ "notes": "Investigating the issue" }