Menu Items
Update a Menu Item
Make changes to a menu item. Any blank parameter deletes an old value, any unspecified parameter does nothing
patch/menu-items/{id}
Path parameters
idstring required
The uberall unique id for the menu item
Request body
Example request
{
"category": "Starters, Drinks, Desert, etc."
}Response
Menu Item successfully updated
Example response
{
"response": {
"menuItem": {
"category": "Starters, Drinks, Desert, etc."
}
}
}Changes
No changes recorded. 2 of the 14 revisions have no diff computed, so they could not be searched.