/
CH
chat-fly
/
ChatFly Backend application
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 57m ago · Updated 2mo ago
Details
Filter operations
Authentication
6
Billing
4
Bot
22
get
Manage Bot
put
Update Bot
post
Create Bot
delete
Delete Bot
post
Change Status Bot
get
Get Rate Limit Per Day
post
Change Rate Limit Per Day
get
Share Bot
post
Verify Share Bot
get
Manage Bot
get
Get Collect Customer Info
get
Get Bot Template Config
put
Update Bot Template Config
post
Create Bot Template Config
delete
Delete Bot Template Config
get
Get Bot Widget Setting
put
Update Bot Widget Setting
post
Create Bot Widget Setting
delete
Delete Bot Widget Setting
post
Upload Bot Profile Picture
post
Update Domain Access
get
Bot Evaluation Strong
Chat
13
Integration
8
Payment
3
Scraping
16
Slack
4
UI
1
User
13
get
Get Logger
Bot
Update Bot Widget Setting
Update bot widget setting.
put
/api/bot/bot-widget-setting
Request body
BotWidgetSettingSchema
required
Bot widget setting schema.
bot_id
string
uuid
required
domain
unknown[]
nullable
display_name
string
nullable
initial_message
string
nullable
suggest_messages
unknown[]
nullable
theme
string
nullable
bot_avatar_url
string
nullable
chat_icon_url
string
nullable
chat_bubble_button_color
string
nullable
chat_message_color
string
nullable
align_chat_bubble_button
string
nullable
auto_show_initial_message_after
number
nullable
is_circle_icon
boolean
nullable
Response
Successful Response
BotWidgetSettingSchema
required
Bot widget setting schema.
bot_id
string
uuid
required
domain
unknown[]
nullable
display_name
string
nullable
initial_message
string
nullable
suggest_messages
unknown[]
nullable
theme
string
nullable
bot_avatar_url
string
nullable
chat_icon_url
string
nullable
chat_bubble_button_color
string
nullable
chat_message_color
string
nullable
align_chat_bubble_button
string
nullable
auto_show_initial_message_after
number
nullable
is_circle_icon
boolean
nullable
Changes