-
-
Notifications
You must be signed in to change notification settings - Fork 745
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
patching list of dicts w/ data_relation #60
Comments
Hello, can you please provide me with an example of the request that causes you trouble? |
Here's my 2 schemas and some sample code
|
Upon further inspection, I think it might be the fact that in my campaigns active list array, I am trying to define a data relation on projects? I believe if I take the data_relation out, it posts ok... ^-- just confirmed that it works without the data_relation for both... |
Try setting the data_relation |
Awesome! I believe that worked |
Excellent. Will fix in 0.0.7. |
Great framework btw - I'm loving the rapid development I can do with this and the speed with which it is evolving. |
I have a schema where I've defined a list of dictionary objects, however whenever I try to post to the resource with the list defined with a dictionary in it, it returns a status "ERR" and issue ["'field'"].
When I post without the list defined or the list empty, it will post fine, but then when I try to patch the list field with a dict, it gives me a 400 error.
my schema looks something like this...:
The text was updated successfully, but these errors were encountered: