Description
This is the description of the Endpoint. To add it, use the #swagger.description
, for example:
app.get('/path', (req, res) => {
...
// #swagger.description = 'Some description...'
...
});
This is the description of the Endpoint. To add it, use the #swagger.description
, for example:
app.get('/path', (req, res) => {
...
// #swagger.description = 'Some description...'
...
});