PUT
/
v1
/
incident_permission_set_resources
/
{id}
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": "447882de-8f74-4b9f-9c0b-0656a5125e46",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "03928805-8eff-4179-8871-2e8b286d844c",
      "kind": "statuses",
      "private": false,
      "resource_id": "a91ee3c9-b8c6-47fc-8bde-64e281f83a37",
      "resource_type": "IncidentType",
      "updated_at": "2025-03-28T23:01:52.311-07:00",
      "created_at": "2025-03-28T23:01:52.154-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

200
application/vnd.api+json
incident_permission_set_resource updated
data
object
required