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
at https://swagger.io/docs/specification/v3_0/serialization/, in the "Serialization and RFC 6570" section, the example has a comment "Using the default serialization for query parameters: style=form, explode=false, allowReserved=false", but the actual defaults for query parameters are style=form, explode=true, allowReserved=false.
at https://swagger.io/docs/specification/v3_0/serialization/, in the "Serialization and RFC 6570" section, the example has a comment "Using the default serialization for query parameters: style=form, explode=false, allowReserved=false", but the actual defaults for query parameters are style=form, explode=true, allowReserved=false.