Overview
Theupdate_display_settings function updates the user interface display configuration for your deployment.
Function Signature
Parameters
Display configuration including:
logo_url: URL to the application logofavicon_url: URL to the faviconprimary_color: Primary theme coloraccent_color: Accent theme colordark_mode_enabled: Enable dark mode optioncustom_css: Custom CSS styles
Return Value
ReturnsResult<()> indicating success or failure.
Basic Usage
Error Handling
Rate Limits
- Update operations: 50 requests per minute
- Burst limit: 5 requests per second
Related Functions
- fetch_deployment_settings - Get current settings
- update_authentication_settings - Update auth settings
- update_b2b_settings - Update B2B configuration
