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