Create Branding Theme Assignment

Create Branding Theme Assignment

Set active theme for an organization

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

theme URN

Query Parameters
boolean
force
Optional
Constraints: default: false

Indicates whether current organization assignments can be overwritten


Request Body
EntityReference of type(s) application/json
Optional
{
    "name": "string",
    "id": "string"
}
Authentication
This operation uses the following authentication methods.
Responses
201

Created

Returns BrandingThemeAssignment of type(s) application/json;version=39.1
"BrandingThemeAssignment Object"
string
brandingThemeId
Optional

A unique identifier for the branding theme.

object
organizationReference
Optional

Entity reference used to describe VCD entities


Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/1.0.0/brandingThemes/{brandingThemeId}/assignments