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 PATCH \ --url https://prod.featherhq.com/api/v1/knowledge-base/file/{fileId}/status \ --header 'Content-Type: application/json' \ --data ' { "documentCount": 123, "chunksCount": 123 } '
{}
The ID of the knowledge base file to update
INGESTED
FAILED
Knowledge base file status updated successfully
The response is of type object.
object