---
title: "Set Guide Branding"
method: PUT
path: "/api/v1/content/properties/{property_id}/branding"
tags: ["Content Management"]
---

# Set Guide Branding

`PUT /api/v1/content/properties/{property_id}/branding`

Full update of the guide's branding (logo + accent color + theme). Any
field may be null to clear it. Flows to the public guide chrome via /site.

## Path parameters

- `property_id` string, uuid, required

## Request body

- GuideBrandingUpdate — Full update of the guide's branding. Any field may be null to clear.
  - `logo_url` string, nullable
  - `primary_color` string, nullable
  - `theme` 'modern' | 'classic' | 'elegant', nullable

## Response `200`

Successful Response

- GuideBrandingResponse
  - `logo_url` string, nullable
  - `primary_color` string, nullable
  - `theme` 'modern' | 'classic' | 'elegant', nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
