Update incident status and details
PUT
/api/v1/incidents/{id}Parameters
This endpoint does not accept parameters.
Responses
200Incident updated
Request
curl -X PUT "https://api.knowledgetree.dev/api/v1/incidents/{id}" \
-H "Authorization: Bearer $KT_API_TOKEN"Response
200Incident updated
Example response not yet documented.