Menu

Update category

Updates an existing category. Only provided fields are changed (partial update).

put/menu/{locale}/categories/{id}

Path parameters

localeinteger required

Locale (restaurant) ID. Must match the locale bound to your API key.

idinteger required

Resource ID

Request body

namestring
descriptionstring
parent_categoryinteger nullable
order_positioninteger
is_active0 | 1

Response

Category updated

successboolean

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.