---
title: "Update custom branding for the enterprise portal"
method: PUT
path: "/app/{app_id}/enterprise-portal/branding"
tags: ["enterprisePortal"]
---

# Update custom branding for the enterprise portal

`PUT /app/{app_id}/enterprise-portal/branding`

Required RBAC Policy: kots/app/{app_id}/enterprise-portal/branding/update

## Path parameters

- `app_id` string, required

## Request body

- object
  - `branding` string, required — Branding object that will be parsed by the enterprise portal

## Response `200`

GetEnterprisePortalBrandingResponse represents the branding for the enterprise portal.

- object
  - `branding` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.dev/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.dev/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/revisions/6fcf9e54aba4/schema)
