Skip to main content
POST
/
v1
/
knowledge-base
/
acl
/
rollout
/
enable
Enable KB ACL (requires a passing preflight → ready_to_enable)
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/knowledge-base/acl/rollout/enable \
  --header 'x-api-key: <api-key>'
{
  "state": "<string>",
  "preflight_report": {},
  "reasons": []
}

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Successful Response

state
string
required
preflight_report
Preflight Report · object
reasons
string[]