Open vicly opened 7 years ago
@vicly Given the versions that you're using, I am not aware of a workaround. This issue has been fixed in newer versions of swagger-maven-plugin.
ok. now it is always "multi" instead of "csv"... Is there a way to make it back "csv"?
@gkozyryatskyy Maybe issue #347 is related to your problem
I'm using
My code looks like
For
@QueryParam("mid") List<UUID> mids
, we expectcollectionFormat
is multi, but actual is csv.This causes the auto-generated client code sending
mid=1,2
, rather thanmid=1&mid=2
what we'd like.Any workaround so to set multi, or is it a bug? Thanks.