which version required openApi ,swagger UI for adding example in query variable and path variable
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022
06:26 AM
12-02-2022
06:26 AM
which version required openApi ,swagger UI for adding example in query variable and path variable
Hi All,
I am using open api in our java 11 project . I want to add example in in query variable and path variable ,multiple response code and payload for post apis.
Please tell me which dependency( openApi, swagger UI) version require for this. Please share dependency for this.
i am using following dependency but not getting example.
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-webflux-ui</artifactId>
<version>1.5.4</version>
</dependency>
.
Labels:
0 REPLIES 0
