Closed VibhutiVohra closed 7 years ago
Hey @VibhutiVohra, please fill out the Q&A section and provide an API definition that demonstrates your problem, so we can reproduce the issue. Thanks!
Q | A |
---|---|
Bug or feature request? | Â Bug |
Which Swagger/OpenAPI version? | Â Springfox-swagger2 , version 2.5.0 |
Which Swagger-UI version? | Â 2.5.0 |
How did you install Swagger-UI? | Â using it in Java |
Which browser & version? | Â tried in chrome 60.0.31 |
Which operating system? Windows
API definition @RequestMapping(value = "/wallet/walletProvisioning/accounts/eligibility", method = RequestMethod.POST) @ApiOperation("The purpose of this message is to check with the issuer whether the supplied RPAN is eligible for requesting a tokenized card. The issuer can also provide assets, and terms and conditions to override the default pre-configured values. Note that no risk checks will be performed as part of this call.") @ApiResponses(value = { @ApiResponse(code = 400, message = "### Request was not processed.\n" + "|Type|Code|Details|\n|----------|----------|--------------------|\n|"
@VibhutiVohra, thanks! unfortunately, Swagger-UI 2.x is no longer under development, so this isn't something we will fix.
there's a ticket open on Springfox's side to update to Swagger-UI's 3.x series: https://github.com/springfox/springfox/issues/1870
i'm going to close this issue, feel free to reply if you have any other concerns!
Demonstration API definition
Configuration (browser query string, constructor, config.yaml)
?yourQueryStringConfig=here
Expected Behavior
Current Behavior
Possible Solution
Context