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