v1
latestOpenAPI 3.0.22026-07-1313674250.9 KBincidents
Commit With Ai
Commit incidents with AI and user feedback
post/incidents/ai/{suggestion_id}/commit
Path parameters
suggestion_idstring uuid required
Request body
Example request
[
{
"incident": {
"id": "c2509cb3-6168-4347-b83b-a41da9df2d5b",
"name": "Incident name",
"user_summary": "Keep: Incident description",
"status": "firing"
}
}
]Response
Successful Response
Example response
[
{
"id": "c2509cb3-6168-4347-b83b-a41da9df2d5b",
"name": "Incident name",
"user_summary": "Keep: Incident description",
"status": "firing"
}
]