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