appearance
Partially update appearance configuration
Partially update an existing appearance configuration.
/api/v1/appearance/{id}/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Path Parameters
idrequiredstring
Request Body
namestring - Name of this appearance theme
theme_modeenum<string>: light, dark, both - Controls the available theme options for the organization's chat view * `light` - Light * `dark` - Dark * `both` - Both (User Choice)
start_messagestring - Start message displayed when the chat interface opens
recommendationsany - List of recommended questions to show on the start screen (max 500, up to 280 chars each)
response_modeenum<string>: full, basic - Response mode for the chat interface - full includes advanced features like code execution * `full` - Full * `basic` - Basic
show_sidebarboolean - Toggle visibility of the chat sidebar in the iframe.
show_dashboardsboolean - Toggle visibility of the dashboards tab in the iframe.
lm_primary_background_colorstring
lm_light_background_colorstring
lm_dark_background_colorstring
lm_button_outline_colorstring
dm_primary_background_colorstring
dm_light_background_colorstring
dm_dark_background_colorstring
dm_button_outline_colorstring
custom_css_overridesany - Additional theme color overrides beyond the base palette (advanced colors).
Response
idrequiredinteger
namerequiredstring - Name of this appearance theme
theme_modeenum<string>: light, dark, both - Controls the available theme options for the organization's chat view * `light` - Light * `dark` - Dark * `both` - Both (User Choice)
start_messagestring - Start message displayed when the chat interface opens
recommendationsany - List of recommended questions to show on the start screen (max 500, up to 280 chars each)
response_modeenum<string>: full, basic - Response mode for the chat interface - full includes advanced features like code execution * `full` - Full * `basic` - Basic
show_sidebarboolean - Toggle visibility of the chat sidebar in the iframe.
show_dashboardsboolean - Toggle visibility of the dashboards tab in the iframe.
custom_css_varsrequiredstring
created_atrequiredstring<date-time>
last_modifiedrequiredstring<date-time>
is_defaultrequiredstring
