Customizations
Update customization data
This function supplies branding data for a specific application and theme.
Customization data includes brand logos and colors.
This function is used to save customization data for the Jupiter theme only.
post/update_customizations
Query parameters
application'cpanel' | 'webmail' required
Example:cpanel
The application name for the customization.
The theme data to save.
theme'jupiter' required
Example:jupiter
The theme name for the customization.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "update_customizations",
"reason": "OK",
"result": 1,
"version": 1
}
}