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
curl --request PUT \ --url https://api-sandbox.featherhq.com/v1/knowledge-base/acl/config \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "role_clearance_map": {}, "role_audience_map": {} } '
{ "role_clearance_map": {}, "role_audience_map": {}, "classification_mode": "<string>" }
Show child attributes
auto
kb_default
Successful Response
Effective ACL config (custom map merged over defaults).
Was this page helpful?