I'm migrating from springfox to OpenAPI springdocs and I have to replace
@ApiImplicitParam(allowMultiple=true)
@ApiImplicitParam
is replaced with @Parameter
, but what is the OpenAPI springdoc equivalent to allowMultiple=true
?
Reference: https://springdoc.org/migrating-from-springfox.html