Open
Description
Currently old RESTForms supports partial object updates.
For example you have a person object: { _id: 1, Name: Alice, Location: London}
You can send a PUT request { _id:1, Location: Wonderland}
and it would update the object to:
{ _id: 1, Name: Alice, Location: Wonderland}
.
Note that the Name stayed the same (so it's not NULL).
Metadata
Metadata
Assignees
Labels
No labels