Domains
Update Branding Attributes for Domain
Use this API to update branding attributes for the specified domain.
put/api/cmp/v1/domains/{id}/branding-attributes
Path parameters
idstring uuid required
Resource ID (Domain ID)
Request body
Example request
{
"attributes": [
{
"id": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
"name": "dPCenterCookiePolicyLinkScreenReader",
"value": "Cookie Policy",
"type": "STRING"
},
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"name": "dPCenterButtonColor",
"value": "#FFFFFF",
"type": "STRING"
}
]
}Response
OK