Set Theme Assignments
Set active theme for a list of organizations
Request
URI
PUT
https://{api_host}/cloudapi/vcf/brandingThemes/{brandingThemeId}/assignments
COPY
Path Parameters
string
brandingThemeId
Required
branding theme URN or 'active' for the current active theme
Query Parameters
boolean
force
Optional
Constraints:
default: false
Indicates whether current organization assignments can be overwritten
Request Body
EntityReferenceArray2
of type(s)
application/json
Optional
[
{
"name": "string",
"id": "string"
}
]
Responses
204
No Content
Operation doesn't return any data structure
Code Samples
COPY
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/cloudapi/vcf/brandingThemes/{brandingThemeId}/assignments
Availability
Added in 41.0.0-alpha
On This Page
Branding Theme Operations
GET
Get Active Theme Main Flavor
GET
Get Active Theme
GET
Get Theme File
GET
Get Theme Flavor File
GET
Get Branding Themes
POST
Create Branding Theme
GET
Get Branding Theme
PUT
Update Branding Theme
DELETE
Delete Branding Theme
GET
Get Theme Zip
PUT
Upload Branding Resource
GET
Get Branding Themes Assignments
GET
Get Branding Theme Assignments
PUT
Set Theme Assignments
DELETE
Delete Branding Theme Assignment