Skip to main content
PUT
/
v1
/
knowledge-base
/
acl
/
config
Update the org's KB role→clearance map and/or classification mode
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>"
}

Authorizations

x-api-key
string
header
required

Body

application/json
role_clearance_map
Role Clearance Map · object
role_audience_map
Role Audience Map · object
classification_mode
enum<string> | null
Available options:
auto,
kb_default

Response

Successful Response

Effective ACL config (custom map merged over defaults).

role_clearance_map
Role Clearance Map · object
required
role_audience_map
Role Audience Map · object
required
classification_mode
string
required