Skip to main content
PATCH
Rename / update knowledge source (name, description)

Autorizações

X-Api-Key
string
header
obrigatório

Parâmetros de caminho

knowledgeSourcePublicId
string<uuid>
obrigatório

Corpo

application/json

Body for updating an existing knowledge source. All fields are optional; only provided fields are updated.

description
string

New short description of what the knowledge source covers.

Maximum string length: 500
Exemplo:

"Frequently asked questions from our support team."

name
string

New display name of the knowledge source.

Required string length: 1 - 150
Exemplo:

"Support FAQ"

Resposta

OK

Workspace knowledge source.

createdAt
string<date-time>
description
string
errorMessage
string
lastProcessedAt
string<date-time>
name
string
processingStatus
enum<string>
Opções disponíveis:
PENDING,
PROCESSING,
COMPLETED,
FAILED
publicId
string<uuid>
sourceType
enum<string>
Opções disponíveis:
FILE_UPLOAD,
FILE,
TEXT_INPUT
updatedAt
string<date-time>