Upload Branding Theme Contents
Update an existing custom theme's contents, uniquely identified by name. Currently, this is limited to a single CSS file.
Request
URI
POST
https://{api_host}/cloudapi/branding/themes/{name}/contents
COPY
Path Parameters
string
name
Required
name
string
name
Required
name
Request Body
UploadSpec of type(s) application/json
Optional
{
"fileName": "string",
"size": 0,
"checksum": "string",
"checksumAlgo": "string"
}
string
fileName
Required
fileName
integer As int64 As int64
size
Required
size
string
checksum
Optional
checksum
string
checksumAlgo
Optional
checksumAlgo
Possible values are : sha1, sha256,
Responses
204
No Content
Operation doesn't return any data structure
Availability
Added in 30.0
Deprecated in 37.1
With alternative: see
See /cloudapi/1.0.0/brandingThemes
On This Page
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