Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The id of the knowledge to update.
Body
The new name for the knowledge.
The files to replace existing knowledge. When provided, all existing data will be removed from the knowledge and replaced with these files. Supported media types are pdf, json, csv, text, png, jpeg, excel, google sheets, docx, pptx.
Response
Successfully updated knowledge
The knowledge object represents knowledge that an agent may leverage to respond.
The object type, which is always knowledge.
knowledge The knowledge identifier, which can be referenced in the API endpoints.
The name of the knowledge
The ISO string for when the knowledge was created.
The current knowledge status can be one of three values: pending, partial, or ready. pending indicates that the knowledge is awaiting learning and will not be used by the agent when responding. partial indicates that the knowledge is partially learned. The agent may use some aspects of it when responding. ready indicates that the knowledge is fully learned and will be completely utilized in responses.
pending, partial, ready Row count statistics for the knowledge.
The ISO string for when the knowledge was last updated.