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) |
Return all available Menus for the given restaurant.
| Name | Type | Description |
|---|---|---|
<int:id> |
integer | Restaurant ID |
| Status | Description |
|---|---|
HTTP_200_OK |
ok |
HTTP_404_NOT_FOUND |
Restaurant not found |