jensoleg/swagger-ui

Array or list parameter does not seem to work !

Opened this issue · 1 comments

If I try to add more than one value to my array parameter the theme seem to create only one querystring value instead of repeating it. Ex: ?ids=1,2,3 instead of ?ids=1,ids=2,ids=3.

Any quick fix for this or an idea where to modify in the swagger-ui.js file ?

Thanks in advance !

Can you add some code so I can see your doings?