Hi,
I'm using swagger-annotaions-1.5.10 and swagger-maven-plugin 3.1.0 to
generate swagger.json and client code during maven build.
For query parameter "@QueryParam("mid") List<UUID> mids", to make client
SDK send something like "mid=1&mid=2" rather than "mid=1,2",
"collectionFormat" should be "multi" rather the default "csv".
While I can't find a corresponding filed in @ApiParam and
@ApiImplicitParam, does anyone know how to do? Thanks.
Regards,
Vic
--
You received this message because you are subscribed to the Google Groups
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.