Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OperationDescription
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

insertDelete Insert a new user-ordered data resource if it already exists. If it does not exists,
mergeMerge 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

removeRemove a data resource if it already exists

...