Skip to main content
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": "26706991-0a97-4c71-96e3-12729c91704a",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "40d599f8-7296-4c20-a6fc-4e16be067fa2",
      "kind": "statuses",
      "private": false,
      "resource_id": "5b273bd5-04b4-42db-8662-a8dbf3f6b62b",
      "resource_type": "IncidentType",
      "updated_at": "2025-12-19T18:16:19.923-08:00",
      "created_at": "2025-12-19T18:16:19.863-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_resource updated

data
object
required