Menu

Toggle option group availability

Flips the is_active flag on an option group (1→0 or 0→1). Requires menu:update scope.

patch/menu/{locale}/options/{id}/toggle

Path parameters

localeinteger required

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

idinteger required

Resource ID

Response

Option group toggled

successboolean

Example response

{
  "success": true
}

Changes

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