---
title: "Update a brand"
method: PUT
path: "/foods/brands/{brand_id}"
tags: ["food"]
---

# Update a brand

`PUT /foods/brands/{brand_id}`

## Path parameters

- `brand_id` integer, required

## Request body

- UpdateBrandRequest
  - `brand_type` 'standard' | 'store_brand' | 'restaurant'
  - `country` string, nullable
  - `manufacturer_id` integer, nullable
  - `name` string
  - `status` 'active' | 'pending_review' | 'deprecated'

## Response `200`

successful operation

- BrandDetailResponse
  - `aliases` BrandAliasResponse[]
    - `alias` string
    - `alias_normalized` string
    - `brand_id` integer
    - `confidence` number, nullable
    - `created_time` string, date-time, nullable
    - `id` integer
    - `source` string, nullable
  - `brand_type` string
  - `country` string, nullable
  - `created_time` string, date-time, nullable
  - `id` integer
  - `manufacturer_id` integer, nullable
  - `name` string
  - `name_normalized` string
  - `status` string
  - `updated_time` string, date-time, nullable

## Other responses

- `404` — brand not found
- `409` — brand with same normalized name already exists

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/081a2697c0f1?raw)
