Skip to content

Partial updates #4

Open
Open
@eduard93

Description

@eduard93

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions