Create Branding Theme
Create a new custom theme, uniquely identified by name.
This can be used to set the theme in "/branding".
Request
URI
POST
https://{api_host}/cloudapi/branding/themes
COPY
Request Body
UiTheme of type(s) application/json
Optional
{
"themeType": "string",
"name": "string"
}
string
themeType
Required
themeType
string
name
Required
name
Responses
201
Created
Returns UiTheme of type(s) application/json;version=36.3
{
"themeType": "string",
"name": "string"
}
string
themeType
Required
themeType
string
name
Required
name
Branding Operations
POST
Create Branding Theme
DELETE
Delete Branding Theme
DELETE
Delete Branding Theme Contents
DELETE
Delete System Icon
DELETE
Delete System Logo
DELETE
Delete Tenant Icon
DELETE
Delete Tenant Logo
GET
Get Branding Theme
GET
Get Branding Theme Css
GET
Get Branding Themes
GET
Get System Branding
GET
Get System Icon
GET
Get System Logo
GET
Get Tenant Branding
GET
Get Tenant Icon
GET
Get Tenant Logo
PUT
Put System Branding
PUT
Put System Icon
PUT
Put System Logo
PUT
Put Tenant Branding
PUT
Put Tenant Icon
PUT
Put Tenant Logo
DELETE
Remove Tenant Branding
PUT
Update Branding Theme
POST
Upload Branding Theme Contents