AI SRE
Resolve an incident with an audit comment
Authorization
bearerAuth AuthorizationBearer <token>
Project-scoped CLI token (sck_live_* or sck_test_*) for documented API operations that accept bearer authentication. Interactive browser operations may require a session cookie. Trigger keys (sck_trigger_* / legacy job_*) are accepted only by job trigger endpoints.
In: header
Path Parameters
id*string
Format
uuidRequest Body
application/json
comment*string
Length
1 <= length <= 2000Response Body
curl -X POST "https://demo.supercheck.dev/api/sre/incidents/497f6eca-6276-4993-bfeb-53cbbbba6f08/resolve" \ -H "Content-Type: application/json" \ -d '{ "comment": "string" }'Empty
Empty
Empty
Empty