---
title: "Update Branding Attributes for Domain"
method: PUT
path: "/api/cmp/v1/domains/{id}/branding-attributes"
tags: ["Domains"]
---

# Update Branding Attributes for Domain

`PUT /api/cmp/v1/domains/{id}/branding-attributes`

Use this API to update branding attributes for the specified domain.

## Path parameters

- `id` string, uuid, required

## Request body

- DomainBrandingAttributesRequestDTO
  - `attributes` PublicDomainBrandingAttributeDTO[] — List of branding attributes. Allowed attributes (key: description)
    - `id` string, uuid — Attribute ID
    - `name` 'dPCenterCookiePolicyLinkScreenReader' | 'dPCenterButtonColor' | 'dPCenterLegIntButtonColor' | 'dPCenterBackgroundColor' | 'dPCenterImprintLink' | 'dPCenterShowImprintLink' | 'dBannerCategoryStyle' | 'dBannerImprintLink' | 'dPCenterMenuColor' | 'dBannerBackgroundColor' | 'dBannerContinueWithoutAcceptLinkColor' | 'dBannerCompanyLogoScreenReader' | 'dBannerLogoFilePath' | 'dPCenterFooterLogoFilePath' | 'dBannerCategoryContainerColor' | 'dBannerButtonTextColor' | 'dBannerCookiePolicyURL' | 'dBannerCookiePolicyLink' | 'dBannerCompanyLogoFilePath' | 'dBannerShowImprintLink' | 'dCListBackgroundColor' | 'dPCenterCookiePolicyLink' | 'dBannerTextColor' | 'dBannerSaveChoicesButtonColor' | 'dBannerRequireExternalLinks' | 'dBannerShowCookiePolicyLink' | 'dBannerImprintLinkURL' | 'dPCenterImprintLinkURL' | 'dPCenterCookiePolicyURL' | 'dCListGroupColor' | 'dCListButtonColor' | 'dCListTableHeaderColor' | 'dCListTextColor' | 'dPCenterContinueWithoutAcceptLinkColor' | 'dBannerMPButtonTextColor' | 'dCListTitleColor' | 'dPCenterLogoScreenReader' | 'dPCenterShowCookiePolicyLink' | 'dBannerLineBreakColor' | 'dPCenterLegIntButtonTextColor' | 'dBannerExternalLinksLogoFilePath' | 'dBannerCustomCSS' | 'dBannerMPButtonColor' | 'dBannerCategoryStyleColor' | 'dPCenterLinksTextColor' | 'dPCenterLogoFilePath' | 'dCListCustomCSS' | 'dCListButtonTextColor' | 'dPCenterOverrideBranding' | 'dBannerLinksTextColor' | 'dOverrideTemplateStyling' | 'dCListTableHeaderBackgroundColor' | 'dPCenterMenuHighlightColor' | 'dPCenterButtonTextColor' | 'dPCenterCustomCSS' | 'dBannerButtonColor' | 'dPCenterTextColor' | 'dBannerAnimation' — Domain branding attribute name. Allowed attributes (key: description)
    - `value` object — Attribute value
    - `type` 'STRING' | 'LONG' | 'BOOLEAN' | 'UUID' — Attribute type

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.dev/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.dev/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/revisions/21de3aa0b170/schema)
