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/role-permissions' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "roleId": "role_123", "permissionId": "perm_456" }'
{ "id": "rp_789", "roleId": "role_123", "permissionId": "perm_456" }
Assign a permission to a role
Was this page helpful?