PATCH

Update Section


Deprecation Warning

This method will be deprecated on September 30, 2025.
Replace with Update Section.

Updates a section. You can't update archived sections. Note that every section belongs to a single menu, you can't add it to another menu.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Restaurant Catalogs
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/restaurants/v3/catalogs/{catalogId}/menus/{menuId}/sections/{section.id}

Path Params
catalogIdstringRequired

ID of the catalog the section belongs to.


menuIdstringRequired

Menu ID.


section.idstringRequired

Section ID.

Body Params
sectionSection

Section to update.

Response Object
sectionSection

Updated section.

Create Section
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?