---
title: "Update Menu Category"
method: PUT
path: "/merchant/{merchantReference}/menucategory/{menuCategoryReference}"
tags: ["Menu Category"]
---

# Update Menu Category

`PUT /merchant/{merchantReference}/menucategory/{menuCategoryReference}`

Update a menu category's name, published status, or display rank/order.

## Path parameters

- `merchantReference` string, required
- `menuCategoryReference` string, required

## Request body

- object
  - `name` string — The name of the menu category.
  - `is_published` boolean — Indicates whether the menu category is published or not.
  - `rank` integer — he rank of the menu category, used for ordering.

## Response `200`

---

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