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 PUT 'https://api.example.com/scope-overrides/role-permissions/override_789' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "state": "enabled" }'
{ "id": "override_789", "childScopeId": "scope_team", "roleId": "role_editor", "permissionId": "perm_delete", "state": "enabled" }
Update a role-permission override state
enabled
disabled
Was this page helpful?