Vai al contenuto principale
PUT
Update Chat Settings

Autorizzazioni

Authorization
string
header
obbligatorio

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

Corpo

application/json

All fields optional — partial update. Pass enabled=true to flip the master switch; null on other fields means "leave as is".

enabled
boolean | null
system_prompt_template
string | null
brand_voice
string | null
Maximum string length: 500
welcome_message
string | null
Maximum string length: 500
welcome_message_i18n
Welcome Message I18N · object | null
starter_prompts
string[] | null
Maximum array length: 8
starter_prompts_i18n
Starter Prompts I18N · object | null
excluded_category_ids
string<uuid>[] | null
banned_phrases
string[] | null
Maximum array length: 50
primary_model_override
string | null
Maximum string length: 120
safety_model_override
string | null
Maximum string length: 120
embedding_provider
string | null
Maximum string length: 40
embedding_model
string | null
Maximum string length: 80
embedding_api_key
string | null
Maximum string length: 255
monthly_budget_cents
integer | null
Intervallo richiesto: x >= 0
rollout_percent
integer | null
Intervallo richiesto: 0 <= x <= 100

Risposta

Successful Response

data
ChatSettingsOut · object | null
meta
PaginationMeta · object | null
error
string | null
error_code
string | null