Skip to content
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

Inconsistent PUT for update and for create when using JSON link objects for relations [DATAREST-55] #410

Open
spring-projects-issues opened this issue Nov 1, 2012 · 1 comment
Labels
type: bug A general bug

Comments

@spring-projects-issues
Copy link

Manuel Santillan opened DATAREST-55 and commented

When you PUT a new resource, you can embed an object as explained in https://github.com/SpringSource/spring-data-rest/wiki/Embedded-Entity-references-in-complex-object-graphs

However, the same does not work for updating a resource to a new rel (i.e., changing the rel), and you must use instead as a workaround the text/uri-list form as explained in https://github.com/SpringSource/spring-data-rest/wiki/Example-API-usage-with-curl.


Affects: 1.0.0 GA

1 votes, 3 watchers

@spring-projects-issues
Copy link
Author

Nick Weedon commented

I believe this show be addressed by #133

@spring-projects-issues spring-projects-issues added the type: bug A general bug label Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant