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
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.
karenetheridge
changed the title
error in "Parameter Serialization" page
error in "Parameter Serialization" page for spaceDelimited, pipeDelimited styles
Oct 23, 2023
I believe there is an error in https://swagger.io/docs/specification/serialization/#query, when describing the
spaceDelimited
andpipeDelimited
styles:in the explode=true case, it gives a serialized string
/users?id=3&id=4&id=5
, but actually should sayn/a
, as explode=true cannot be used with these styles.canonical reference: https://spec.openapis.org/oas/v3.0.3#style-examples
The text was updated successfully, but these errors were encountered: