Update a custom role in Comp AI. Create custom roles and resolve permission sets for organization-level access control.
Documentation Index
Fetch the complete documentation index at: https://www.trycomp.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Role ID
"rol_abc123"
New name for the custom role
2 - 50"Compliance Manager"
Updated permissions for the role. Keys are resource names, values are arrays of allowed actions.
{
"control": ["read", "update", "delete"],
"policy": ["read", "update", "delete"],
"risk": ["read", "update"]
}Updated obligations for the role.
{ "compliance": true }