Explode parameter is not correctly converted from OpenAPI 3.0 to 3.1 documents #377
Labels
area/generator
Affects: plugin, CLI, config file.
kind/bug
Feature doesn't work as expected.
kind/support
Adopter support requests.
status/blocked
Waiting for another issue.
Milestone
example openapi.yaml
It now yields:
https://example/example?LocationId=1&LocationId=2
But it is expected to be:
https://example/example?LocationId=1,2
Originally posted by @luomein in #258 (comment)
The text was updated successfully, but these errors were encountered: