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
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
I have the exact use case as described on #7247 for uploading multiple files, but apparently the 'isCollectionFormatMulti' is not set to 'true' on those cases and therefore the generator still handle those parameters as strings.
Bug Report Checklist
Description
I have the exact use case as described on #7247 for uploading multiple files, but apparently the 'isCollectionFormatMulti' is not set to 'true' on those cases and therefore the generator still handle those parameters as strings.
openapi-generator version
Latest master (3de5370)
OpenAPI declaration file content or url
Generation Details
openapi-generator-cli.jar generate -i foo.yaml -g typescript-axios -o foo
Steps to reproduce
Generate the client via the above command. Verify that the output contains the following lines:
The desired output should be
Related issues/PRs
#7247 #7814
Suggest a fix
Correctly set the flag to true on
postProcessParameter
. I am going to submit a PR addressing it.The text was updated successfully, but these errors were encountered: