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": "0675fe31-36f2-4879-a15c-975f6cd1d68a",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "25aa2d82-a261-4460-8f74-8b62d813ef79",
"functionality_id": "e855c962-7681-45f4-99f6-9d8ca70b5095",
"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": "0675fe31-36f2-4879-a15c-975f6cd1d68a",
"type": "incident_event_functionalities",
"attributes": {
"incident_event_id": "25aa2d82-a261-4460-8f74-8b62d813ef79",
"functionality_id": "e855c962-7681-45f4-99f6-9d8ca70b5095",
"status": "major_outage"
}
}
}