-
Notifications
You must be signed in to change notification settings - Fork 301
Error pointer always refers to the attributes #413
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
Comments
Hello is there any progress on this issue? It is blocking one of our feature |
Thanks for your bug report. There is currently no-one working on. It would be very welcome if you could work on a PR though. |
@platinumazure Snapshot testing is certainly something we want to continue in the future. I am not so sure about the testing style in I need to look into this later on anyway. So for a quick fix of this particular issue feel free to add the test to the old |
For someone who wants to take this up best start looking at the code here. |
@sliverc Hi, would you mind if I work on this issue? |
@mehdy go for it that would be great |
If I do a POST request with data containing a relationship:
I got the following response:
But would rather expect the following response:
So the two responses are different when it comes to source/pointer.
Which version is the proper one? According to the specs the
pointer
should point to the associated entity in the request document.The text was updated successfully, but these errors were encountered: