Replies: 2 comments 1 reply
-
do you have a project with a reproducible example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The update at the moment is implemented as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am creating an API it saves an entity in a Mongo Db. This entity has a field with @DateCreated. In the post operation I call to the MongoRepository and the field is created.
But in the PUT operation, if I don't put the created field in the body, when I call to the update operation in MongoRepository, it deletes the field.
I don't know if this is the proper behaviour with annotation or it is a bug.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions