v1
latestOpenAPI 3.1.02026-08-06360288.3 KBIncidents
Update Incident
Update an existing incident.
post/incident/update
Headers
x-api-idstring required
x-api-keystring required
Request body
Example request
{
"current_state": 200,
"current_status": 300,
"incident_details": "We have implemented a temporary workaround and are monitoring the situation closely. Service should be restored shortly.",
"incident_id": "52e5ebd1e32578623900000c",
"irc": "0",
"message_subject": "Service Incident Update: Database Connection Issues",
"msteams": "0",
"notify_email": "0",
"notify_sms": "0",
"notify_webhook": "0",
"slack": "0",
"social": "0",
"statuspage_id": "52e5e0e0893548543700000b"
}Response
OK
Example response
{
"result": true,
"status": {
"error": "no",
"message": "OK"
}
}