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 created
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": "4939e5e4-0e9b-4e59-9257-38d5b8fb271e",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3efb3049-7ea0-4fd8-b8e3-09392c976e0b",
"kind": "incident_types",
"private": false,
"resource_id": "0d23a735-7e77-4670-acd2-fb5e4d3bc127",
"resource_type": "IncidentType",
"updated_at": "2025-10-06T00:56:21.514-07:00",
"created_at": "2025-10-06T00:56:21.514-07: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": "4939e5e4-0e9b-4e59-9257-38d5b8fb271e",
"type": "incident_permission_set_resources",
"attributes": {
"incident_permission_set_id": "3efb3049-7ea0-4fd8-b8e3-09392c976e0b",
"kind": "incident_types",
"private": false,
"resource_id": "0d23a735-7e77-4670-acd2-fb5e4d3bc127",
"resource_type": "IncidentType",
"updated_at": "2025-10-06T00:56:21.514-07:00",
"created_at": "2025-10-06T00:56:21.514-07:00"
}
}
}