-
Notifications
You must be signed in to change notification settings - Fork 722
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
SetBody() does not support array of models #27
Comments
Thanks for notifying, I will have a look. |
I have verified. Yes, Now I'm adding support. |
I have added a support. Please try it out and let me know. |
thanks for the quick response, i don't see any PR for this fix, where do i obtain the changes? |
v0.7 is on master, please take an update. After v0.7 release, it will accessible via |
sorry, i have a dump question, if i reference this |
May or may not be. I have pushed changes today. So please run this for update
|
yes! that seems fixed the issue and my integration tests passed! thank you for fixing it so quickly! |
Thanks for confirmation. |
Hi
I am a team member of Swagger CodeGen, we use the resty API, we recently ran into issue when setting body with an array of models, is it a known issue that resty does not allow passing array of objects in the body? below is the test exception:
FYI, with the same code, single object works perfectly.
The text was updated successfully, but these errors were encountered: