Create Branding Theme Assignments

Create Branding Theme Assignments

Set active theme for a list of organizations

Request
URI
PUT
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
EntityReferenceArray2 of type(s) application/json
Optional
[
    {
        "name": "string",
        "id": "string"
    }
]
Authentication
This operation uses the following authentication methods.
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/1.0.0/brandingThemes/{brandingThemeId}/assignments