PUT
/
v1
/
incident_event_services
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/incident_event_services/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "incident_event_services",
    "attributes": {
      "status": "operational"
    }
  }
}'
{
  "data": {
    "id": "244465e2-5eba-4b85-9547-91425d37e78c",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "d38ebddf-63de-45e2-a0ae-4f55eaab3cfc",
      "service_id": "385de3a5-1187-41a4-a2dc-0f91f182499d",
      "status": "major_outage"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

200
application/vnd.api+json
incident_event_service updated
data
object
required