Skip to main content
PUT
/
v1
/
incident_permission_set_booleans
/
{id}
Update an incident_permission_set_boolean
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": "439f6274-aa3d-4212-b4ef-d8a0aa6bfe6e",
    "type": "incident_permission_set_booleans",
    "attributes": {
      "incident_permission_set_id": "044ad7cc-deda-4907-bb66-41ed8c3a2c50",
      "kind": "update_timeline",
      "private": false,
      "enabled": false,
      "updated_at": "2025-11-24T17:27:53.802-08:00",
      "created_at": "2025-11-24T17:27:53.738-08:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/vnd.api+json
data
object
required

Response

incident_permission_set_boolean updated

data
object
required