Hi All, We have an api which looks like
host/v1/<some long path here like /cars/audi/engine> To accomplish this we use @RequestMapping(value = "v1/**", method = RequestMethod.GET, produces = MediaType.APPLICATION_JSON_VALUE) public ResponseEntity<Content> getInfo(HttpServletRequest httpServletRequest ) Now from httpServletRequest we get the path after v1/ But in swagger documentation it is not giving me option of entering anything, is there any workaround? Thanks Maneesh -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
