POST
/
incidents
/
ai
/
{suggestion_id}
/
commit
[
  {
    "id": "c2509cb3-6168-4347-b83b-a41da9df2d5b",
    "name": "Incident name",
    "user_summary": "Keep: Incident description",
    "status": "firing"
  }
]

Authorizations

X-API-KEY
string
header
required

Path Parameters

suggestion_id
string
required

Body

application/json · object[]

The body is of type object[].

Response

202
application/json

Successful Response

The response is of type object[].