Skip to main content
PUT
cURL

授权

Authorization
string
header
必填

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

路径参数

id
string
必填

请求体

application/json

Knowledgebase

workspaceId
string<uuid>
必填

Integration ID of knowledge base system

name
string
必填
示例:

"Customer service knowledgebase"

description
string
必填
permission
enum<string>
默认值:private
必填

Knowledgebase Permission

可用选项:
private,
organization,
public
示例:

"organization"

type
enum<string>
默认值:standard
必填

Knowledgebase Type

可用选项:
standard,
external
示例:

"standard"

recall
object
必填

Recall Options

示例:
parserConfig
object
必填

Parser Config

示例:
integrationId
string<uuid>
必填

Integration ID of knowledge base system

extKnowledgebaseId
string
必填
copilotModel
object
必填

Copilot embedding model

示例:

响应

200 - undefined