Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
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 ?
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 !