---
title: "Update menu section"
method: POST
path: "/api/v1.0/menus/{menuId}/sections/{menuSectionId}"
tags: ["MenuSections"]
---

# Update menu section

`POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}`

## Path parameters

- `menuId` integer, required
- `menuSectionId` integer, required

## Query parameters

- `undoAfter` number, double

## Request body

- MenuSectionBase — Menu section
  - `Name` string — Name
  - `Description` string — Description
  - `DisplayOrder` integer — Display order
  - `IsAvailable` boolean — Is available
  - `IsHiddenFromCustomers` boolean — Is hidden from customer. Perhaps when the item is out of stock.
  - `ImageUrl` string — Image url
  - `MenuSectionId` integer — Menu Section Id
  - `PublicId` string, uuid — Permanent reference to the item.

## Response `200`

OK

## Other responses

- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

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