Creates a new incident_permission_set_resource from provided data
curl --request POST \
--url https://api.rootly.com/v1/incident_permission_sets/{incident_permission_set_id}/resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "<string>",
"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": "a6394995-ca8b-404b-8077-7b0ad339b92b",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "bad77818-fbd9-4eed-9569-bd730811329a",
"kind": "incident_types",
"private": false,
"resource_id": "0a048a74-509d-459e-a905-cdbfbe308e0f",
"resource_type": "IncidentType",
"updated_at": "2026-01-10T13:36:44.531-08:00",
"created_at": "2026-01-10T13:36:44.531-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_permission_set_resource created
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/incident_permission_sets/{incident_permission_set_id}/resources \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "<string>",
"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": "a6394995-ca8b-404b-8077-7b0ad339b92b",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "bad77818-fbd9-4eed-9569-bd730811329a",
"kind": "incident_types",
"private": false,
"resource_id": "0a048a74-509d-459e-a905-cdbfbe308e0f",
"resource_type": "IncidentType",
"updated_at": "2026-01-10T13:36:44.531-08:00",
"created_at": "2026-01-10T13:36:44.531-08:00"
}
}
}