swagger.io icon indicating copy to clipboard operation
swagger.io copied to clipboard

error in "Parameter Serialization" page for spaceDelimited, pipeDelimited styles

Open karenetheridge opened this issue 1 year ago • 2 comments

I believe there is an error in https://swagger.io/docs/specification/serialization/#query, when describing the spaceDelimited and pipeDelimited styles:

in the explode=true case, it gives a serialized string /users?id=3&id=4&id=5, but actually should say n/a, as explode=true cannot be used with these styles.

canonical reference: https://spec.openapis.org/oas/v3.0.3#style-examples

karenetheridge avatar Oct 05 '23 04:10 karenetheridge

cc @frankkilcommins

char0n avatar Oct 05 '23 07:10 char0n

I may not be right here; please cross-check with https://github.com/OAI/OpenAPI-Specification/issues/1508#issuecomment-373915620 and the OAS people to be sure?

karenetheridge avatar Oct 23 '23 19:10 karenetheridge