cURL
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 The ID of the knowledge base file to update
INGESTED
FAILED
Knowledge base file status updated successfully
The response is of type object.
object