mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 08:22:45 +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:
@@ -2077,7 +2077,7 @@ class FakeApi(object):
|
||||
'collection_format_map': {
|
||||
'pipe': 'multi',
|
||||
'ioutil': 'csv',
|
||||
'http': 'space',
|
||||
'http': 'ssv',
|
||||
'url': 'csv',
|
||||
'context': 'multi',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user