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 PATCH 'https://api.example.com/permissions/perm_123' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "description": "Can read and preview documents" }'
{ "id": "perm_123", "name": "read:documents", "description": "Can read and preview documents", "scopeId": "scope_456" }
Update an existing permission
Was this page helpful?