-
Notifications
You must be signed in to change notification settings - Fork 578
Open
Description
Any plan to support "data-patch" operation?
{ "op": "set", "dataPath": "/user", "value": {} } // { "user": {} }
{ "op": "set", "dataPath": "/user/name", "value": "Alice" } // { "user": { "name": "Alice" } }Refer to Streaming part, "component-patch" operation is supported.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels