Forum Discussion

kottasrinivas's avatar
kottasrinivas
New Contributor
5 years ago

How to skip hidden APIs in tags section of auto generated swagger.json?

 

I have hidden multiple of APIs by setting hidden=true in @ApiOperation. But these APIs / end points still appear in tags section, though they are entirely skipped in paths section. Is there a way I could skip the hidden APIs from tags section too? I do not to modify this by removing these from tags section of auto generated swagger.json file, but prefer with some annotation or option

 

Thank you
Srinivas 

No RepliesBe the first to reply