Convert Old Themes
Initiates converting for the old branding api themes
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/brandingThemes/convert
COPY
Query Parameters
boolean
assign
Optional
Convert and assign themes to tenants, also sets converted provider theme as default if needed
boolean
dryrun
Optional
Perform only a dry run, adding results in the job status
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
400
Invalid configuration.
Returns
Error
of type(s)
*/*;version=39.1
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/brandingThemes/convert
Availability
Added in 39.0
Branding Theme Operations
GET
Get Branding Themes
POST
Create Branding Theme
GET
Get Branding Theme
PUT
Update Branding Theme
DELETE
Delete Branding Theme
GET
Get Theme Zip
PUT
Upload Branding Resource
GET
Get Active Logo Theme Resource
GET
Get Active Background Theme Resource
GET
Get Active Fav Icon Theme Resource
GET
Get Active Custom Links Theme Resource
GET
Get Active CSS Theme Resource
GET
Get Active Portal Name Theme Resource
GET
Get Active Idp Meta
GET
Get Active Idp Icon
GET
Get Branding Themes Assignments
GET
Get Branding Theme Assignments
POST
Create Branding Theme Assignment
PUT
Create Branding Theme Assignments
DELETE
Delete Branding Theme Assignment
POST
Convert Old Themes