-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sending integer enums #379
Fix sending integer enums #379
Conversation
Hi @via-guy , thanks for contribution. I will check changes in my swaggers and release new version if everything is OK. |
Codecov Report
@@ Coverage Diff @@
## master #379 +/- ##
==========================================
- Coverage 75.46% 74.97% -0.50%
==========================================
Files 8 9 +1
Lines 860 879 +19
==========================================
+ Hits 649 659 +10
- Misses 211 220 +9
Continue to review full report at Codecov.
|
This reverts commit c06fc7e.
* Generate integer enum values
Enums were being converted to
String
, which would lead to the wrong type being sent in request bodies.