Skip to content

Array query param values are serialized with the (non-default) comma separated style #222

Closed
@Styn

Description

@Styn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions