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:
Jim Schubert
2020-06-05 19:32:32 -04:00
committed by GitHub
parent c102ced044
commit 835dab4b50
36 changed files with 40 additions and 40 deletions

View File

@@ -2077,7 +2077,7 @@ class FakeApi(object):
'collection_format_map': {
'pipe': 'multi',
'ioutil': 'csv',
'http': 'space',
'http': 'ssv',
'url': 'csv',
'context': 'multi',
}