-
-
Notifications
You must be signed in to change notification settings - Fork 548
Closed
Description
Describe the bug
Using both @Parameter
and @PathVariable
in a Controller disable the Swagger UI path filling
To Reproduce
Version:
<springdoc.version>1.3.9</springdoc.version>
Steps to reproduce the behavior:
I created a reproduction case here https://github.com/Decat-SimonA/springdoc-openapi-demos/tree/bug/parameter
- run WebfluxDemoApplication
- open the tweet controller in Swagger UI
- fill with any value
- click
Execute
- the path will not be replaced:
curl -X GET "http://localhost:8080/tweets/{id}" -H "accept: */*"
Expected behavior
Adding documentation via @Parameter
should not break the Swagger UI
Metadata
Metadata
Assignees
Labels
No labels