-
Notifications
You must be signed in to change notification settings - Fork 562
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
Json object not gettting captured in POST request #2372
Comments
Can we have an update on the below issue? |
Looks like a validation is not satisfied with the values you provided. Can you provide a minimal yet complete sample that reproduces the problem so that we have a better understanding of the involved components and your expectations. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Hi Team,
I'm facing a serious issue where the JSON Product object that I'm sending in POST request had another internal property category object that is not getting captured by Spring Data Rest. Please find below the details for your reference. Could you please fix the issue?
Product.class :
Category.class :
JSON POST Object :
Error in Logs
:The text was updated successfully, but these errors were encountered: