Upload Branding Resource

Upload Branding Resource

Initiate an upload for the resources of this branding theme using the Transfer Service. A unique transfer service URL is returned where the plugin can be uploaded. The resources should be bundled in an archive, which must also contain a manfiest.json describing the various resources bundled in this archive. Example manifest.json { Name: "cusome_name.zip", Description: "Autogenerated branding theme resources", Vendor: "Vmware", Version: 0.0.1 Resources: { FavIcon: , Logo: , Background: , Localizations: , CustomLinks: , Styles: , PortalName: } }

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}/resources
COPY
Path Parameters
string
brandingThemeId
Required

theme URN

string
brandingThemeId
Required

theme URN


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