Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
incident_permission_set_resource updated
Update a specific incident_permission_set_resource by 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": "1be82ba0-6040-44dc-a7fb-3f7194f8f293",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3d821fa2-c69b-40ee-99ec-aa6e1b8372f1",
"kind": "statuses",
"private": false,
"resource_id": "bf992267-3f9e-4fbd-a230-96c8a1742650",
"resource_type": "IncidentType",
"updated_at": "2025-11-14T13:15:06.089-08:00",
"created_at": "2025-11-14T13:15:05.982-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_permission_set_resource updated
Show child attributes
Was this page helpful?
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": "1be82ba0-6040-44dc-a7fb-3f7194f8f293",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3d821fa2-c69b-40ee-99ec-aa6e1b8372f1",
"kind": "statuses",
"private": false,
"resource_id": "bf992267-3f9e-4fbd-a230-96c8a1742650",
"resource_type": "IncidentType",
"updated_at": "2025-11-14T13:15:06.089-08:00",
"created_at": "2025-11-14T13:15:05.982-08:00"
}
}
}