Philipp Kammerer
Results
2
comments of
Philipp Kammerer
Hi @maloguertin, I think a possible solution could be that you pass your array as a string seperated by a comma, for example: /users?ids=user-1,user-2 Than you can split the string...
Hey @maloguertin, yes repeating parameters in the querie is specified within openapi. But this don't mean that it works out of the box. The purpose of Swagger/OpenApi is only the...