Headers
Your API key for authentication.
Must be
application/json
.Path Parameters
The unique identifier of the knowledge base to update.
Body Parameters
New name for the knowledge base. If not provided, the current name is retained.
New description for the knowledge base. Pass
null
to remove the description entirely.Response
The updated knowledge base object.
Unique identifier for the knowledge base.
Updated name of the knowledge base.
Updated description of the knowledge base.
Current status:
"PROCESSING"
, "COMPLETED"
, "FAILED"
, or "DELETED"
.Type of knowledge base:
"FILE"
, "WEB_SCRAPE"
, or "TEXT"
.Source URLs for web scrape type (comma-separated).
Base URL for web scrape type.
ISO timestamp of creation.
ISO timestamp of last update.
Error message if status is
"FAILED"
.Will be
null
on successful update.