Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
incident_permission_set_boolean updated
Update a specific incident_permission_set_boolean by id
curl --request PUT \
--url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_permission_set_booleans",
"attributes": {
"kind": "publish_to_status_page",
"private": true,
"enabled": true,
"severity_params": {
"fully_enabled": true,
"applies_to_unassigned": true,
"create_enabled": false,
"severity_ids": [
"<string>"
]
}
}
}
}'{
"data": {
"id": "c88722e1-171e-403d-845d-a2345604784c",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "932eaee7-35a9-48a9-aa09-533eef7d4149",
"kind": "update_timeline",
"private": false,
"enabled": false,
"updated_at": "2025-11-27T00:09:25.186-08:00",
"created_at": "2025-11-27T00:09:25.105-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_permission_set_boolean updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/incident_permission_set_booleans/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_permission_set_booleans",
"attributes": {
"kind": "publish_to_status_page",
"private": true,
"enabled": true,
"severity_params": {
"fully_enabled": true,
"applies_to_unassigned": true,
"create_enabled": false,
"severity_ids": [
"<string>"
]
}
}
}
}'{
"data": {
"id": "c88722e1-171e-403d-845d-a2345604784c",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "932eaee7-35a9-48a9-aa09-533eef7d4149",
"kind": "update_timeline",
"private": false,
"enabled": false,
"updated_at": "2025-11-27T00:09:25.186-08:00",
"created_at": "2025-11-27T00:09:25.105-08:00"
}
}
}