Update obligations for a built-in role
Roles
Update obligations for a built-in role | Comp AI API
Override the obligations for a built-in role (e.g., turn off the compliance obligation for owners). Permissions stay sourced from the hardcoded defaults.
PATCH
Update obligations for a built-in role
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.
Authorizations
API key for authentication
Path Parameters
Built-in role name
Example:
"owner"
Body
application/json
Obligations override for the built-in role.
Example:
{ "compliance": false }
