---
title: "Update Brand"
method: PUT
path: "/api/v1/partner/brands/{brandId}"
tags: ["Blaze Partner Brands"]
---

# Update Brand

`PUT /api/v1/partner/brands/{brandId}`

## Path parameters

- `brandId` string, required

## Request body

- Brand
  - `id` string
  - `created` integer
  - `modified` integer
  - `deleted` boolean
  - `updated` boolean
  - `companyId` string
  - `name` string
  - `active` boolean
  - `website` string
  - `phoneNo` string
  - `email` string
  - `description` string
  - `brandLogo` CompanyAsset
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `vendorList` string[]
  - `externalId` string
  - `platformBrandId` string
  - `globalBrandId` string
  - `leadTime` integer
  - `minDaysOnHand` integer
  - `maxDaysOnHand` integer
  - `default` boolean

## Response `200`

successful operation

- Brand
  - `id` string
  - `created` integer
  - `modified` integer
  - `deleted` boolean
  - `updated` boolean
  - `companyId` string
  - `name` string
  - `active` boolean
  - `website` string
  - `phoneNo` string
  - `email` string
  - `description` string
  - `brandLogo` CompanyAsset
    - `id` string
    - `created` integer
    - `modified` integer
    - `deleted` boolean
    - `updated` boolean
    - `companyId` string
    - `name` string
    - `key` string
    - `type` 'Photo' | 'Document' | 'Kml'
    - `publicURL` string
    - `active` boolean
    - `priority` integer
    - `secured` boolean
    - `thumbURL` string
    - `mediumURL` string
    - `largeURL` string
    - `largeX2URL` string
    - `origURL` string
    - `platformFileUrl` string
    - `assetType` 'Photo' | 'Document' | 'Kml'
  - `vendorList` string[]
  - `externalId` string
  - `platformBrandId` string
  - `globalBrandId` string
  - `leadTime` integer
  - `minDaysOnHand` integer
  - `maxDaysOnHand` integer
  - `default` boolean

---

[API](https://skmtc.dev/blaze/apis/blaze-developer-api.md) · [All operations](https://skmtc.dev/blaze/apis/blaze-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blaze/blaze-developer-api/revisions/784b1a029ac6/schema)
