express-jsdoc-swagger icon indicating copy to clipboard operation
express-jsdoc-swagger copied to clipboard

Is it possible to specify plain text for response example?

Open musqdp opened this issue 3 years ago • 0 comments

I tryied to specify plain text message in the response section:

/*
* @return {string} 200 - success response - text/html
* @example response - 200 - success response
* 'plain text'
*/

musqdp avatar Dec 15 '21 15:12 musqdp