All my api endpoints are pointed to same controller and have difference responses e.g. /api/tags, /api/currencies, /api/countries are pointing to one BaseController
Should I write swagger annotations multiple time on same controller function or is there any way to generate api-docs.json dynamically?