Resolve an incident (admin)
POST
/api/v1/status-page/incidents/{id}/resolveParameters
This endpoint does not accept parameters.
Responses
200Incident resolved
Request
curl -X POST "https://api.knowledgetree.dev/api/v1/status-page/incidents/{id}/resolve" \
-H "Authorization: Bearer $KT_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{ "resolution": "Root cause identified and mitigated." }'Response
200Incident resolved
Example response not yet documented.