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/permissions' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "name": "delete:documents", "description": "Can delete documents", "scopeId": "scope_123" }'
{ "id": "perm_456", "name": "delete:documents", "description": "Can delete documents", "scopeId": "scope_123" }
Create a new permission within a scope
read:documents
Was this page helpful?