Put System Branding Deprecated
DescriptionSets the branding information including the portal name, portal color, selected theme and custom URLs for a specific org or system default.
Request
URLURL
Request Body
{
"customLinks": [
{
"menuItemType": "link"
}
],
"portalName": "string"
}
An ordered list of menu items which can be customized and used in the application. Can be defined as a link, override (well known links that can be overridden, Default values are About, Help, VMRC), section, separator(section without a name) of the drop down menu.
A custom color defined by the administrator and used to theme the site. The color should be in rgb hex color format such as “FFFFFF” all capitalized. Can be set to an empty string to use the selected theme’s default colors.
Authentication
Response
Response BodyResponse Body
200 OK
{
"customLinks": [
{
"menuItemType": "link",
"name": "string",
"url": "string"
}
],
"portalColor": "string",
"portalName": "string",
"selectedTheme": {
"name": "string",
"themeType": "string"
}
}
An ordered list of menu items which can be customized and used in the application. Can be defined as a link, override (well known links that can be overridden, Default values are About, Help, VMRC), section, separator(section without a name) of the drop down menu.
A custom color defined by the administrator and used to theme the site. The color should be in rgb hex color format such as “FFFFFF” all capitalized. Can be set to an empty string to use the selected theme’s default colors.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
Availability
Deprecated in 37.1
With alternative: See /cloudapi/1.0.0/brandingThemes