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": "f941b55f-d71f-44b3-ad20-d88d6834cf75",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3673e4b8-fd44-4055-91f6-41f7b693347d",
"kind": "statuses",
"private": false,
"resource_id": "89bc8e1d-438b-4ee5-bc7a-048a6ec631a3",
"resource_type": "IncidentType",
"updated_at": "2026-02-09T05:27:51.097-08:00",
"created_at": "2026-02-09T05:27:51.002-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": "f941b55f-d71f-44b3-ad20-d88d6834cf75",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3673e4b8-fd44-4055-91f6-41f7b693347d",
"kind": "statuses",
"private": false,
"resource_id": "89bc8e1d-438b-4ee5-bc7a-048a6ec631a3",
"resource_type": "IncidentType",
"updated_at": "2026-02-09T05:27:51.097-08:00",
"created_at": "2026-02-09T05:27:51.002-08:00"
}
}
}