---
title: "PUT /brands/{id}"
method: PUT
path: "/brands/{id}"
tags: ["Brands"]
---

# PUT /brands/{id}

`PUT /brands/{id}`

## Path parameters

- `id` string, required

## Request body

- BrandingBrand
  - `id` string
  - `subdomain` string, required
  - `name` string
  - `owner` BrandingAccount — Connect Account details. `id` -- id of the account. `name` -- name of the account. `icon` -- icon of the account.
    - `id` string
    - `name` string
    - `icon` string, nullable
  - `public_api` string
  - `extensions` string
  - `customization` string
  - `base_domain` string

## Response `200`

- BrandingBrand
  - `id` string
  - `subdomain` string, required
  - `name` string
  - `owner` BrandingAccount — Connect Account details. `id` -- id of the account. `name` -- name of the account. `icon` -- icon of the account.
    - `id` string
    - `name` string
    - `icon` string, nullable
  - `public_api` string
  - `extensions` string
  - `customization` string
  - `base_domain` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
