mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-05 11:36:12 +00:00
[kotlin] [multiplatform] [jvm-ktor] Fix formdata file upload (#21056)
* fix: kotlin multiplatform form-data file upload * generate samples * fix form data binary for jvm-ktor
This commit is contained in:
committed by
GitHub
parent
be77442bff
commit
f9dedd74ec
@@ -90,7 +90,7 @@ open class DefaultApi : ApiClient {
|
||||
fn2?.apply { append("fn2", fn2) }
|
||||
fn3?.apply { append("fn3", fn3) }
|
||||
fn4?.onEach {
|
||||
append("fn4[]", it)
|
||||
append("fn4", it)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user