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 created
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": "8929d711-19d4-49b7-90f4-48ca3ac147c7",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "8c76883a-cc71-43a9-89d3-d4b8432fbf95",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-11-21T14:31:14.393-08:00",
"created_at": "2025-11-21T14:31:14.393-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_permission_set_boolean created
Show child attributes
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": "8929d711-19d4-49b7-90f4-48ca3ac147c7",
"type": "incident_permission_set_booleans",
"attributes": {
"incident_permission_set_id": "8c76883a-cc71-43a9-89d3-d4b8432fbf95",
"kind": "update_summary",
"private": false,
"enabled": false,
"updated_at": "2025-11-21T14:31:14.393-08:00",
"created_at": "2025-11-21T14:31:14.393-08:00"
}
}
}