-
Notifications
You must be signed in to change notification settings - Fork 10
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
Partial update (PATCH) of an object replaces data #351
Comments
Closed
6 tasks
Refinement: Discussion involves: Add support for
Or, we treat this like a bug and change the patch behaviour. |
Viicos
added a commit
that referenced
this issue
Dec 12, 2023
Viicos
added a commit
that referenced
this issue
Dec 12, 2023
Viicos
added a commit
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
that referenced
this issue
Dec 27, 2023
Viicos
added a commit
that referenced
this issue
Dec 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After creating an object with multiple properties in the "data" field, doing a PATCH call to update one of the properties in data overwrites the whole data field.
Steps to reproduce
(with a fake URL for the environment, but tested on our test environment)
This then returns the following object:
The
data
field is missing thetype
and theleeftijd
attributes that were set when first creating the object.The text was updated successfully, but these errors were encountered: