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