Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'https://api.example.com/scope-overrides/permissions' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "childScopeId": "scope_team", "permissionId": "perm_delete", "state": "disabled" }'
{ "id": "override_456", "childScopeId": "scope_team", "permissionId": "perm_delete", "state": "disabled" }
Create a permission override for a scope
enabled
disabled
Was this page helpful?