---
title: "Update brand settings"
method: PATCH
path: "/v3/settings/brand/"
tags: ["Settings"]
---

# Update brand settings

`PATCH /v3/settings/brand/`

Update the brand profile: name, website, description, content guidelines, aliases, brand colors, logo, and online-presence links. All fields optional; only provided fields change.

## Request body

- object
  - `teamId` string
  - `name` string
  - `website` string
  - `blogSuffix` string, nullable
  - `description` string
  - `contentGuidelines` string
  - `brandSlug` string
  - `aliases` string[]
  - `brandColors` object, nullable
  - `logo` string, nullable
  - `onlinePresence` object

## Response `200`

Default Response

---

[API](https://skmtc.net/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.net/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/versions/aa8eaa9e34a0/schema)
