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/roles/override_123' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "state": "enabled" }'
{ "id": "override_123", "childScopeId": "scope_team", "roleId": "role_admin", "state": "enabled" }
Update a role override state
enabled
disabled
Was this page helpful?