Skip to content

PATCH requests and nested objects #217

@scriby

Description

@scriby

If you have an object like { a: { b: 1, c: 2 } } and pass [ 'a' ] to the $save call, it will only send back { a: {} } in the patch request. You have to explicitly code each property you want to be saved like [ 'a.b', 'a.c' ], which is pretty impractical during normal usage.

Is this working as intended?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions