Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

spaceId
string
required
botId
string
required

Body

application/json
name
string
Required string length: 1 - 100
description
string
Maximum string length: 500
model
string
effort
enum<string>
Available options:
low,
medium,
high,
xhigh

Response

200 - application/json

The updated bot

id
string
required
userId
string
required
name
string
required
description
string | null
required
createdBy
string
required
createdTime
string
required
chatId
string | null
required
imPlatform
enum<string> | null
Available options:
telegram,
feishu,
slack
avatar
string | null
accessibleBases
string[]
model
string
effort
enum<string>
Available options:
low,
medium,
high,
xhigh
Last modified on September 15, 2026