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,
"create_enabled": false,
"applies_to_unassigned": true,
"severity_ids": [
"<string>"
]
}
}
}
}
'{
"data": {
"id": "74d9317e-6f52-4569-ac10-830397c1f8fb",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "16353375-3212-49f8-90b4-bf09938b8c09",
"kind": "update_timeline",
"private": false,
"enabled": false,
"updated_at": "2026-01-14T01:03:43.620-08:00",
"created_at": "2026-01-14T01:03:43.560-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,
"create_enabled": false,
"applies_to_unassigned": true,
"severity_ids": [
"<string>"
]
}
}
}
}
'{
"data": {
"id": "74d9317e-6f52-4569-ac10-830397c1f8fb",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "16353375-3212-49f8-90b4-bf09938b8c09",
"kind": "update_timeline",
"private": false,
"enabled": false,
"updated_at": "2026-01-14T01:03:43.620-08:00",
"created_at": "2026-01-14T01:03:43.560-08:00"
}
}
}