PATCH
/
api
/
incidents
/
v1
/
{incident_id}
/
close
CloseIncident
curl --request PATCH \
  --url https://developer.synq.io/api/incidents/v1/{incident_id}/close \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "actor": {
    "email": {
      "userEmail": "jsmith@example.com"
    },
    "name": "<string>"
  },
  "at": "1s"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

incident_id
string
required

ID of the incident to close

Body

application/json

Response

200
application/json

Success

The response is of type object.