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:
theme URN
{
"fileName": "string",
"size": 0,
"checksum": "string",
"checksumAlgo": "string",
"favIcon": "example.png",
"logo": "example.png",
"background": "example.png",
"styles": "example.css",
"portalName": "organization name",
"localizations": "example.json",
"customLinks": "example.json"
}
The request have been accepted and the task to monitor the request is in the Location header.
Invalid configuration.
"Error Object"
minorErrorCode
message
stackTrace
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"fileName:"string","size:"integer""background:"string","favIcon:"string","logo:"string","portalName:"string","styles:"string"}' https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}/resources