Upload Branding Theme Contents

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

No Content

Operation doesn't return any data structure