Forum Discussion
No RepliesBe the first to reply
Related Content
- 10 years ago
- 5 years ago
Recent Discussions
- 15 days ago
- 2 months ago
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?