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
Request Body
UploadSpec
of type(s)
application/json
Optional
Show optional properties
{
"fileName": "string",
"size": 0
}
{
"fileName": "string",
"size": 0,
"checksum": "string",
"checksumAlgo": "string"
}
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"fileName:"string","size:"integer"}' https://{api_host}/cloudapi/branding/themes/{name}/contents
Deprecated
Availability
Added in 30.0
Deprecated in 37.1
With alternative: see
See /cloudapi/1.0.0/brandingThemes
On This Page
Branding Operations
GET
Get System Branding
PUT
Put System Branding
Deprecated
GET
Get System Logo
PUT
Put System Logo
Deprecated
DELETE
Delete System Logo
Deprecated
GET
Get System Icon
PUT
Put System Icon
Deprecated
DELETE
Delete System Icon
Deprecated
GET
Get Tenant Branding
PUT
Put Tenant Branding
Deprecated
DELETE
Remove Tenant Branding
Deprecated
GET
Get Tenant Logo
PUT
Put Tenant Logo
Deprecated
DELETE
Delete Tenant Logo
Deprecated
GET
Get Tenant Icon
PUT
Put Tenant Icon
Deprecated
DELETE
Delete Tenant Icon
Deprecated
GET
Get Branding Themes
POST
Create Branding Theme
GET
Get Branding Theme
PUT
Update Branding Theme
DELETE
Delete Branding Theme
GET
Get Branding Theme Css
POST
Upload Branding Theme Contents
Deprecated
DELETE
Delete Branding Theme Contents
Deprecated