You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the OpenAPI spec the default serialization method of array query parameters is style: form and explode: true (see docs here)
Currently no different serialization methods are supported, so I think going with the default makes the most sense.
This issue came to my attention since .Net Core by default doesn't understand the explode: false style, it expects the default.