Create Branding Theme

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

Authentication
This operation uses the following authentication methods.
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