devJavaNew Contributor4 years agoswagger-codegen : Problem of add "default" to generated Path => @Path("/default) Problem : in api.json : "paths": { "/": { In generated source : @Path("/default") Wanted : in api.json : "paths": { "/": { In generated source : @Path("/") language : lang-jersey ...Show More
Recent DiscussionsHow to troubleshoot object recognition issues in TestComplete?How do I set up API testing workflows in ReadyAPI or SoapUI?How can I get started with Swagger’s open source tools
Related ContentWant to change "default" in SwaggerHub UIDefault Off for "Abort test if an error occurs?"Swagger codegen/Swagger editor don't want to generate example