Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
26.61k
stars
8.96k
forks
source link
Path param not supported with /api/name={name} on swagger-ui version >= 5.17.7 #10126
Closed
praveeng-nair closed 2 months ago
Q&A
Content & configuration
Example Swagger/OpenAPI definition:
Swagger-UI configuration options:
Describe the bug you're encountering
When trying to hit that API the path is not getting replaced by param. generated curl by swagger ui below
Though the swagger specs comply with the structure but the replacement of path param is not working. it is working for maven versions below 5.17.6.