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": "c478e35c-a88b-425f-b71d-c826409b3e40",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "ea942ef0-e2ad-4e50-98d4-108e8277ff5e",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-10-30T19:51:18.414-07:00",
      "created_at": "2025-10-30T19:51:18.414-07: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": "c478e35c-a88b-425f-b71d-c826409b3e40",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "ea942ef0-e2ad-4e50-98d4-108e8277ff5e",
      "kind": "update_summary",
      "private": false,
      "enabled": false,
      "updated_at": "2025-10-30T19:51:18.414-07:00",
      "created_at": "2025-10-30T19:51:18.414-07:00"
    }
  }
}