PUT
/
v1
/
incident_permission_set_resources
/
{id}
Update an incident_permission_set_resource
curl --request PUT \
  --url https://api.rootly.com/v1/incident_permission_set_resources/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
  "data": {
    "type": "incident_permission_set_resources",
    "attributes": {
      "kind": "severities",
      "private": true,
      "resource_id": "<string>",
      "resource_type": "<string>",
      "severity_params": {
        "fully_enabled": true,
        "create_enabled": false,
        "applies_to_unassigned": true,
        "severity_ids": [
          "<string>"
        ]
      }
    }
  }
}'
{
  "data": {
    "id": "89486541-2871-49bc-b49d-31e9122cf64f",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "6e3e644d-ca77-42db-9de5-3db2fd88f514",
      "kind": "statuses",
      "private": false,
      "resource_id": "0fb38f34-7916-4873-b306-e7e5384bb221",
      "resource_type": "IncidentType",
      "updated_at": "2025-09-16T17:14:26.159-07:00",
      "created_at": "2025-09-16T17:14:25.985-07: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_resource updated

data
object
required