OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.51k stars 6.27k forks source link

[php] Set $multipart to true if content-type is multipart/form-data (#5536) #18991

Open simonhammes opened 1 week ago

simonhammes commented 1 week ago

The PHP client does not correctly identify multipart/form-data requests without files. See https://github.com/OpenAPITools/openapi-generator/issues/5536#issuecomment-2182344467 for details. This PR fixes this bug.

Related: https://github.com/OpenAPITools/openapi-generator/issues/5536

PR checklist

simonhammes commented 1 week ago

TC mentions: @jebentier @dkarlovi @mandrean @jfastnacht @ybelenko @renepardon