mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 15:54:31 +00:00
Fix typescript generator for parameter collectionFormat for pipes ssv (#6553)
Co-authored-by: David Biesack <David.Biesack@apiture.com> Co-authored-by: William Cheng <wing328hk@gmail.com> Co-authored-by: Vikrant Balyan <vvb@users.noreply.github.com> Co-authored-by: Michele Albano <michele.albano@gmail.com> Co-authored-by: Esteban Gehring <esteban.gehring@bithost.ch>
This commit is contained in:
@@ -407,7 +407,7 @@ public interface FakeApi extends ApiClient.Api {
|
||||
return this;
|
||||
}
|
||||
public TestQueryParameterCollectionFormatQueryParams http(final List<String> value) {
|
||||
put("http", EncodingUtils.encodeCollection(value, "space"));
|
||||
put("http", EncodingUtils.encodeCollection(value, "ssv"));
|
||||
return this;
|
||||
}
|
||||
public TestQueryParameterCollectionFormatQueryParams url(final List<String> value) {
|
||||
|
||||
Reference in New Issue
Block a user