Details Menu - MarcoLagalla/marette_backend GitHub Wiki
Name | DetailsMenu |
---|---|
Description | List all details for a menu |
URL | restaurant/<int:id> /menus/<int:m_id> /details |
Allowed methods | GET |
Authorizations | GET (AllowAny) |
Simply return the details only for the given Menu with ID <int:m_id>
assigned to the restaurant matching the ID <int:id>
. (Not really useful)