Skip to main content
PUT
/
v1
/
incident_event_functionalities
/
{id}
Update an incident event
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": "00d67896-d9e4-487d-a2ba-e07f358bc643",
    "type": "incident_event_functionalities",
    "attributes": {
      "incident_event_id": "de0110d9-7034-498d-961d-6e00ab3e0245",
      "functionality_id": "5f0f8157-765d-44db-b83d-b9e14a68ba79",
      "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

incident_event_functionality updated

data
object
required