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