Knowledge bases
Update a knowledge base
Updates a knowledge base’s name or description. Only the fields you send are changed. Requires a token with write access.
PUT
Update a knowledge base
Authorizations
Personal access token. See Authentication.
Path Parameters
The knowledge base ID.
Body
application/json
Send only the fields you want to change.
Response
The updated knowledge base.
Unique knowledge base ID.
Your organization ID.
Display name.
Optional description.
The embedding model used to vectorize content.
Available options:
text-embedding-3-small, text-embedding-3-large The dimensionality of the embeddings.
Available options:
768, 1536, 3072 Number of sources attached.
Update a knowledge base

