v2
latestOpenAPI 3.0.02026-07-261859071.2 MBIncidents
Update an incident
Updates an incident.
put/v1/incidents/{id}
Path parameters
idstring required
Query parameters
probeboolean
Headers
x-checkly-accountstring
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Your Checkly account ID, you can find it at https://app.checklyhq.com/settings/account/general
Request body
Example request
{
"name": "Service outage",
"impact": "MINOR",
"startedAt": "2022-11-25T12:34:56.000Z",
"stoppedAt": "2022-11-25T13:34:56.000Z"
}Response
Successful
Example response
{
"name": "Service outage",
"impact": "MINOR",
"startedAt": "2022-11-25T12:34:56.000Z",
"stoppedAt": "2022-11-25T13:34:56.000Z",
"dashboardId": 1234,
"id": "e50ad839-1b90-4955-b716-1c6edbda57cb",
"created_at": "2022-09-08T19:41:28.658Z",
"updated_at": "2022-09-08T20:41:28.658Z"
}