List Menus - MarcoLagalla/marette_backend GitHub Wiki

Name List Menus
Description List all menus for a given restaurant
URL api/v1/webapp/restaurant/<int:id>/menus
Allowed methods GET
Authorizations GET (AlloyAny)

GET

Return all available Menus for the given restaurant.

Params

Name Type Description
<int:id> integer Restaurant ID

Return codes

Status Description
HTTP_200_OK ok
HTTP_404_NOT_FOUND Restaurant not found
⚠️ **GitHub.com Fallback** ⚠️