Forum Discussion

vsd_codesode's avatar
vsd_codesode
New Contributor
6 years ago
Solved

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.

  • 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

1 Reply

  • 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