Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
incident_event_functionality updated
Update a specific incident event functionality by 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": "5239e52e-5c94-49bd-a782-db23fd4ff8d1",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "9a8c7e7a-d34e-4934-8d29-3ea0b778ff9d",
"functionality_id": "56a270a9-0a55-4005-8e1c-6eee157d3bcf",
"status": "major_outage"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_event_functionality updated
Show child attributes
Was this page helpful?
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": "5239e52e-5c94-49bd-a782-db23fd4ff8d1",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "9a8c7e7a-d34e-4934-8d29-3ea0b778ff9d",
"functionality_id": "56a270a9-0a55-4005-8e1c-6eee157d3bcf",
"status": "major_outage"
}
}
}