Skip to main content
PATCH
Update Knowledge Base

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de ruta

id
string<uuid>
requerido

Cuerpo

application/json
name
string

Optional new name for the knowledge base

description
string | null

Optional new description for the knowledge base

knowledge_item_ids
string[] | null

Optional new list of knowledge item IDs to associate with the base

Respuesta

Successful Response

id
string<uuid>
requerido

Unique identifier for the knowledge base

name
string
requerido

Name of the knowledge base

knowledge_item_ids
string<uuid>[]
requerido

List of knowledge item IDs associated with this base

item_count
integer
requerido

Number of knowledge items in this base

created_date
string<date-time> | null

When the base was created

description
string | null

Optional description of the knowledge base