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
When using the cpprest generated client the generated python client throws exceptions when boolean information is transferred. Using swagger UI we can see the difference in packets sent: swagger UI sends true and false in form data while the generated cpprest client sends 1 and 0.
Swagger-codegen version
master / 2.4.11-SNAPSHOT
Suggest a fix/enhancement
I will submit a PR fixing this issue.
The text was updated successfully, but these errors were encountered:
Description
When using the cpprest generated client the generated python client throws exceptions when boolean information is transferred. Using swagger UI we can see the difference in packets sent: swagger UI sends
true
andfalse
in form data while the generated cpprest client sends1
and0
.Swagger-codegen version
master / 2.4.11-SNAPSHOT
Suggest a fix/enhancement
I will submit a PR fixing this issue.
The text was updated successfully, but these errors were encountered: