Forum Discussion

ratikanta131's avatar
ratikanta131
New Member
3 years ago

What is the equivalent yaml property for springfox.documentation.annotations.ApiIgnore?

I want to hide one end point from Swagger UI. In java I can do it using @ApiIgnore annotation or @ApiOperation(hidden=true). How can achieve it when I am generating java code from yaml file? What is the yaml property for  springfox.documentation.annotations.ApiIgnore?

No RepliesBe the first to reply