ContributionsMost RecentMost LikesSolutionsHow 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 Order of APIs in generated swagger.json / swagger documentation The order of APIs in generated swagger.json file seem to be in alphabetical order of paths. But I would like to APIs to appear either in the order of each source file or in my order. Is there any option for the same? I wouldn't want to manually modify auto generated swagger.json file, but use any annotation or options Thank you Srinivas