-
Notifications
You must be signed in to change notification settings - Fork 52
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
Example for ManyToOne/OneToOne relationship update #55
Comments
In order to update a resource and its associations that have their own repositories (that is, those that are not embedded directly in the target resource, but contain a link instead), you must use the
See DATAREST-1001: Unable to update associated resource using PUT request on the item resource |
ok, provide a pull request |
@sante85 I was responding to "The API As soon as I get chance, I can create a pull request with additional documentation. |
I've tried to update the However, in Spring Data Rest
Could anyone explain why we need to use |
Could we provide an example for
ManyToOne
/OneToOne
relationship update?The API
update
does not update the relationship as expected.The text was updated successfully, but these errors were encountered: