Incident Updates
Create an incident update
Creates a new update for an incident.
post/v1/incidents/{incidentId}/updates
Path parameters
incidentIdstring required
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
{
"status": "INVESTIGATING",
"description": "We found the issue and we are working on it."
}Response
Created
Example response
{
"status": "INVESTIGATING",
"description": "We found the issue and we are working on it.",
"id": "e50ad839-1b90-4955-b716-1c6edbda57cb",
"created_at": "2022-09-08T19:41:28.658Z"
}