Skip to main content
POST
/
v1
/
knowledge-base
/
acl
/
rollout
/
preflight
Enqueue the KB ACL enable preflight (verifies coverage + config)
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/knowledge-base/acl/rollout/preflight \
  --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[]