Open
Description
Describe the solution you'd like
Based on the documentation below, array types in the query should be sent based on the collectionFormat
property of an array type query parameter with the following options: csv
, ssv
, tsv
, pipes
, multi
.
Currently only the multi
format is supported, contrary to the specs which are explicitly define csv
as the default.
Reference: https://swagger.io/docs/specification/2-0/describing-parameters/#query-parameters
Request:
Support all valid array collection formats, defaulting to csv.