How to define @ApiImlicitParam in Swagger version 2.0.x
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2019
10:40 PM
01-30-2019
10:40 PM
How to define @ApiImlicitParam in Swagger version 2.0.x
As there is no ApiImlicitParam annotation defined in the new versions of Swagger annotations. Please suggest the alternatives ways to define the same.
Solved! Go to Solution.
Labels:
- Labels:
-
Swagger Core
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2019
11:34 PM
01-30-2019
11:34 PM
Please check @Parameter annotation in wiki, it can be not bound to method params and defined at method level and/or in @Operation `parameters` field
