Update domain branding
update_domain_brandUpdate the white-label branding for a domain, including logos, brand name, favicon, support URL, and custom login styles. Only specified fields are changed.
Instructions
Update the white-label branding of a domain. Only provided fields are changed. darkLogoUrl/menuLogoUrl/faviconUrl require logoUrl to be set. Styles accept login page gradient colors and custom CSS; adminStyle additionally accepts colorPrimary/colorSecondary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The domain name | |
| logoUrl | No | Logo URL (null for default) | |
| brandName | No | Brand name (null for default, empty string for none) | |
| adminStyle | No | Admin panel style | |
| faviconUrl | No | Favicon URL (requires logoUrl) | |
| supportUrl | No | Support URL (null for default, empty string for none) | |
| darkLogoUrl | No | Dark-mode logo URL (requires logoUrl) | |
| menuLogoUrl | No | Menu logo URL (requires logoUrl) | |
| webmailStyle | No | Webmail login page style | |
| adminUrlVisible | No | Whether the admin URL is visible |