This function saves the server's custom style. You can retrieve the custom style through WHM's Customization interface (Home >> cPanel >> Customization) or with WHM API 1's load_style
function.
company_name | string The company name. Example: company_name=Example Corporation |
documentation_url | string <url> The reseller's documentation URL. Example: documentation_url=http://example.com/documentation/ |
help_url | string <url> The reseller's help URL. Example: help_url=http://example.com/help/ |
object |
whmapi1 --output=jsonpretty \ save_style
{- "metadata": {
- "command": "save_style",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}