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