Skip to main content
PATCH
Update a knowledge base chat

Authorizations

X-Api-Key
string
header
required

Headers

X-Api-Key
string
required

Api key to pass as a X-Api-Key request header.

Path Parameters

chatId
string
required

ID of the knowledge base chat.

Body

application/json

Partial update for a chat. Only provided fields will be updated

name
string | null

Chat name (if provided: 1-255 chars)

datasetIds
string[] | null

Dataset IDs to connect

llmSettings
object

LLM configuration parameters exposed to the API (excludes model name)

promptSettings
object

RAG prompt configuration

Response

Chat updated successfully

Public representation of a knowledge base chat

id
string

Chat identifier

name
string

Chat name

datasetIds
string[] | null

Connected dataset IDs

datasetNames
string[] | null

Connected dataset names (read-only)

connectedAgentCount
integer<int32> | null

Number of agents using this chat

llmSettings
object

LLM configuration parameters exposed to the API (excludes model name)

promptSettings
object

RAG prompt configuration

createdAt
string<date-time>

Creation timestamp

updatedAt
string<date-time> | null

Last update timestamp