PUT
/
v1
/
incident_event_functionalities
/
{id}
curl --request PUT \
  --url https://api.rootly.com/v1/incident_event_functionalities/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "incident_event_functionalities",
    "attributes": {
      "status": "operational"
    }
  }
}'
{
  "data": {
    "id": "cc9665e3-7a60-4e13-9fe0-ca2c2d847ece",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "aba1693b-5a28-4827-b6b8-801b011ecaa8",
      "functionality_id": "51e31974-7449-463d-8b0d-de5722d9429b",
      "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_functionality updated
data
object
required