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
BrandingUploadSpec of type(s) application/json
Required
This request body class requires all of the following: UploadSpec , InlineBrandingUploadSpec1
{
    "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"
}
Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

400

Invalid configuration.

Returns Error of type(s) */*;version=37.1
{
    "minorErrorCode": "string",
    "message": "string",
    "stackTrace": "string"
}
string
minorErrorCode
Required

minorErrorCode

string
message
Required

message

string
stackTrace
Optional

stackTrace