I'm quite new to Swagger, so it's entirely probably I'm missing something obvious, but I've read the documentation and I can't see anything obvious.
Is it possible to supply an array to a parameter? If so, what format should it be in?
I have an API that accepts an array for one of the parameters to a POST request. In the Swagger UI, is there a way to supply an array of items to this parameter when trying out the method? I've tried the obvious like "[1, 2, 3]" but with no success.
The API works just fine, so I'm pretty sure it's something I'm doing wrong with Swagger.
If it isn't currently a feature I will look at adding it. Swagger is really nice, and very useful, so I'd like to get involved in making it better.
Paul