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": "b25b2280-8554-4733-a6fa-3e0e8ed36fe3",
    "type": "incident_event_services",
    "attributes": {
      "incident_event_id": "48b36229-fe9c-4199-9264-e854c388b177",
      "service_id": "ddd2e9b2-06b8-4e32-97b5-ddfc06fc9130",
      "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