jensoleg / swagger-ui

Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
http://swagger.io
Other
1.14k stars 310 forks source link

Array or list parameter does not seem to work ! #83

Open shelbygt22 opened 7 years ago

shelbygt22 commented 7 years ago

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 !

piotrjozwiak commented 7 years ago

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