Creates a new incident_permission_set_boolean from provided data
curl --request POST \
--url https://api.rootly.com/v1/incident_permission_sets/{incident_permission_set_id}/booleans \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "<string>",
"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": "04e5660a-0273-4abb-8c45-c226c120c183",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "967c4d40-38cd-44a7-843f-23e9c13c0965",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-12-12T07:17:14.494-08:00",
"created_at": "2025-12-12T07:17:14.494-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_permission_set_booleans Show child attributes
publish_to_status_page, assign_incident_roles, invite_subscribers, update_summary, update_timeline, trigger_workflows, create_communications, read_communications, update_communications, delete_communications, send_communications, modify_custom_fields Show child attributes
Whether permissions are enabled for any severity incident
Whether permissions are enabled when creating incident
Whether permissions are enabled for incident without severity
Severity ids that determine if an incident is permitted based on matching severity
incident_permission_set_boolean created
Show child attributes
Unique ID of the incident permission set boolean
incident_permission_set_booleans Show child attributes
publish_to_status_page, assign_incident_roles, invite_subscribers, update_summary, update_timeline, trigger_workflows, create_communications, read_communications, update_communications, delete_communications, send_communications, modify_custom_fields Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/incident_permission_sets/{incident_permission_set_id}/booleans \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "<string>",
"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": "04e5660a-0273-4abb-8c45-c226c120c183",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "967c4d40-38cd-44a7-843f-23e9c13c0965",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-12-12T07:17:14.494-08:00",
"created_at": "2025-12-12T07:17:14.494-08:00"
}
}
}