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": "b2df2fba-9731-4227-b0a8-0ec3fdf08342",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "a21ce52e-2c74-42ee-b25a-5620250af6c1",
"kind": "incident_types",
"private": false,
"resource_id": "b427334b-d45e-4c08-ab79-60ddcbc3b2f7",
"resource_type": "IncidentType",
"updated_at": "2026-02-09T13:13:42.980-08:00",
"created_at": "2026-02-09T13:13:42.980-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": "b2df2fba-9731-4227-b0a8-0ec3fdf08342",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "a21ce52e-2c74-42ee-b25a-5620250af6c1",
"kind": "incident_types",
"private": false,
"resource_id": "b427334b-d45e-4c08-ab79-60ddcbc3b2f7",
"resource_type": "IncidentType",
"updated_at": "2026-02-09T13:13:42.980-08:00",
"created_at": "2026-02-09T13:13:42.980-08:00"
}
}
}