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": "f51a2aed-e38d-4aea-a5da-988bb5ccf1bf",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "d2f8178f-4b72-4574-ab8c-5149c02b1a4d",
"kind": "statuses",
"private": false,
"resource_id": "27261307-8789-4da0-93de-e915e8eb03c6",
"resource_type": "IncidentType",
"updated_at": "2025-12-24T09:26:05.899-08:00",
"created_at": "2025-12-24T09:26:05.829-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": "f51a2aed-e38d-4aea-a5da-988bb5ccf1bf",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "d2f8178f-4b72-4574-ab8c-5149c02b1a4d",
"kind": "statuses",
"private": false,
"resource_id": "27261307-8789-4da0-93de-e915e8eb03c6",
"resource_type": "IncidentType",
"updated_at": "2025-12-24T09:26:05.899-08:00",
"created_at": "2025-12-24T09:26:05.829-08:00"
}
}
}