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
Given a resource with multiple content types, the generated code will not compile if one or more of these content types is either application/x-www-form-urlencoded or multipart/form-data.
In the case where the requestBody is identical, the following fix seems to work. When the request bodies are different, you'll hit #441.
The text was updated successfully, but these errors were encountered:
alf-mindshift
added a commit
to alf-mindshift/swagger-codegen-generators
that referenced
this issue
Jan 8, 2021
Given a resource with multiple content types, the generated code will not compile if one or more of these content types is either
application/x-www-form-urlencoded
ormultipart/form-data
.In the case where the requestBody is identical, the following fix seems to work. When the request bodies are different, you'll hit #441.
The text was updated successfully, but these errors were encountered: