-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Open
Labels
Description
Bug Report Checklist
- Have you provided a full/minimal spec to reproduce the issue?
- Have you validated the input using an OpenAPI validator (example)?
- What's the version of OpenAPI Generator used?
- Have you search for related issues/PRs?
- What's the actual output vs expected output?
- [Optional] Bounty to sponsor the fix (example)
Description
If i generate a kotlin client with the openapi generator, the multipart/form-data content type is not properly set
openapi-generator version
4.3
OpenAPI declaration file content or url
Command line used for generation
Steps to reproduce
- generate a kotlin client with the supplied specification
- check the value localVariableHeaders in the create method of the ExampleApi class. it should not contain a value.
Related issues/PRs
haven't found any related issues.
Suggest a fix
Reactions are currently unavailable