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": "ea880a0e-d20c-4450-a50f-df5e98beae25",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "c6ca51be-c36d-4961-b305-7b229d152418",
      "functionality_id": "241926b4-b5cb-4c27-85bb-ccfd00c1adb5",
      "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