---
title: "Update Branding Attributes for Application"
method: PUT
path: "/api/cmp/v1/applications/{id}/branding-attributes"
tags: ["Applications"]
---

# Update Branding Attributes for Application

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

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

## Path parameters

- `id` string, uuid, required

## Request body

- ApplicationBrandingAttributesRequestDTO
  - `attributes` PublicApplicationBrandingAttributeDTO[] — List of application branding attributes to update.
    - `id` string, uuid — Attribute ID
    - `name` 'mob_aBannerTextColor' | 'mob_aBannerCloseButtonTextColorDark' | 'mob_testShowCFDLWarningMsg' | 'mob_aBannerTextColorDark' | 'mob_aPCSearchBarTextColorDark' | 'mob_aBannerAcceptRejectTextColorDark' | 'mob_aBannerMPButtonTextColor' | 'mob_aBannerVendorListTextColor' | 'mob_aBannerManagePrefTextColorDark' | 'mob_aBannerShowImprintLink' | 'mob_showCFDLWarningMsg' | 'mob_aBannerPolicyLinkShow' | 'mob_aPCToggleInactiveColor' | 'mob_aPCSearchBarBGColorDark' | 'mob_aPCLineBreakColorDark' | 'mob_aPCButtonColor' | 'mob_aPCLogoUrl' | 'mob_aBannerLinkColorDark' | 'mob_aBannerMPButtonColor' | 'mob_aPCPolicyLinkQRCodeUrl' | 'mob_aBannerBackgroundColor' | 'mob_aBannerLinksTextColor' | 'mob_aPCCloseButtonTextColorDark' | 'mob_aPCShowLogo' | 'mob_aPCBGColorDark' | 'mob_aPCAcceptRejectTextColorDark' | 'mob_aPCAlwaysActiveTextColorDark' | 'mob_aPCSavePrefTextColorDark' | 'mob_aPCPolicyLinkTextColor' | 'mob_aBannerCloseButtonColorDark' | 'mob_aPCPurposeListItemAlwaysActiveLabelColor' | 'mob_aBannerContinueWithoutAcceptLinkColor' | 'mob_aPCButtonTextColor' | 'mob_aPCBackgroundColor' | 'mob_aPCLinkColorDark' | 'mob_aBannerVendorListLinkTextColorDark' | 'mob_aBannerPolicyLinkUrl' | 'mob_aBannerImprintLink' | 'mob_aPCLinksTextColor' | 'mob_aPCSavePrefColorDark' | 'mob_aPCenterVendorListLinkTextColor' | 'mob_aBannerAcceptRejectColorDark' | 'mob_aPCPolicyLinkShow' | 'mob_aPCTextColor' | 'mob_aPCPurposeListItemTitleTextColorDark' | 'mob_aBannerLogoShow' | 'mob_aBannerBGColorDark' | 'mob_aBannerButtonTextColor' | 'mob_aBannerLogoUrl' | 'mob_aBannerManagePrefColorDark' | 'mob_aOverrideTemplateStyling' | 'mob_aPCToggleTrackInActiveColorDark' | 'mob_aBannerPolicyLinkQRCodeUrl' | 'mob_aPCToggleActiveColor' | 'mob_aPCenterVendorListLinkText' | 'mob_aPCPolicyLinkText' | 'mob_aBannerVendorListText' | 'mob_aPCAcceptRejectColorDark' | 'mob_aPCPolicyLinkUrl' | 'mob_aBannerButtonColor' | 'mob_aBannerImprintLinkURL' | 'mob_aPCTextColorDark' | 'mob_aBannerPolicyLinkTextColor' | 'mob_aPCContinueWithoutAcceptLinkColor' | 'ott_aPCMPButtonTextColor' | 'ott_aBannerPolicyLinkQRCodeUrl' | 'ott_aBannerMPButtonColor' | 'ott_aPCMenuColor' | 'ott_aBannerContinueWithoutAcceptLinkColor' | 'ott_aPCPolicyLinkTextColor' | 'ott_aPCButtonFocusColor' | 'ott_aPCContinueWithoutAcceptLinkColor' | 'ott_aBannerPolicyLinkShow' | 'ott_aPCMenuTextColor' | 'ott_aPCTextColor' | 'ott_aBannerMPButtonTextColor' | 'ott_aBannerPolicyLinkText' | 'ott_aPCLinksTextColor' | 'ott_aBannerButtonFocusTextColor' | 'ott_aPCMenuActiveTextColor' | 'ott_aPCButtonTextColor' | 'ott_aPCPolicyLinkUrl' | 'ott_aPCMPButtonColor' | 'ott_aPCButtonBorderShow' | 'ott_aPCPolicyLinkShow' | 'ott_aPCButtonColor' | 'ott_aPCMenuFocusColor' | 'ott_aBannerButtonTextColor' | 'ott_aPCBackgroundColor' | 'ott_aBannerButtonColor' | 'ott_aOverrideTemplateStyling' | 'ott_aPCButtonFocusTextColor' | 'ott_aBannerButtonFocusColor' | 'ott_aPCPolicyLinkText' | 'ott_aOverrideTemplateStylings' | 'ott_aBannerPolicyLinkTextColor' | 'ott_aBannerLinksTextColor' | 'ott_aPCMenuFocusTextColor' | 'ott_BannerButtonBorderShow' | 'ott_aBannerTextColor' | 'ott_aBannerPolicyLinkUrl' | 'ott_aPCPolicyLinkQRCodeUrl' | 'ott_aPCMenuActiveColor' | 'ott_aBannerBackgroundColor' | 'ott_aPCLogoUrl' | 'ott_aBannerLogoUrl' — Application branding attributes to update. 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)
