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

Authorizations

X-API-KEY
string
header
required

Body

application/json · string[]

The body is of type string[].

Response

202
application/json
Successful Response
incident_suggestion
object[]
required
suggestion_id
string
required