...
Operation | Description |
---|---|
create | create a new data resource if it does not already exist. If it already exists, return an error |
delete | delete a data resource if it already exists. If it does not exists, return an error |
insert | Delete Insert a new user-ordered data resource if it already exists. If it does not exists, |
merge | Merge the edit value with the target data resource; create if it does not already exist |
move | Reorder the target data resource |
replace | Replace the target data resource with the edit value |
remove | Remove a data resource if it already exists |
...