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": "fdf917a0-d29d-4c0c-95c3-2f0eee7ba216",
    "type": "incident_permission_set_resources",
    "attributes": {
      "incident_permission_set_id": "416cc548-9f0e-4943-934e-410a6b6e35eb",
      "kind": "statuses",
      "private": false,
      "resource_id": "f0aa8d01-d988-48f7-8f5d-1e7d64f95989",
      "resource_type": "IncidentType",
      "updated_at": "2025-03-22T23:01:50.254-07:00",
      "created_at": "2025-03-22T23:01:50.095-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