Tags
To inform which tags the endpoints belong to, use the #swagger.tags
, for example:
app.get('/path', (req, res) => {
...
// #swagger.tags = ['Users']
...
});
To inform which tags the endpoints belong to, use the #swagger.tags
, for example:
app.get('/path', (req, res) => {
...
// #swagger.tags = ['Users']
...
});