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


Request Body
UploadSpec of type(s) application/json
Optional

Show optional properties

{
    "fileName": "string",
    "size": 0
}
{
    "fileName": "string",
    "size": 0,
    "checksum": "string",
    "checksumAlgo": "string"
}
Authentication
This operation uses the following authentication methods.
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