Closed huyenngn closed 8 months ago
sync set should be called sync modify. it's weird that it has to be:
- parent: !uuid blahblah modify: description: "hey"
for parent, but for find it's:
- find: name: blah set: description: "hey"
even though they both do the same thing.
it should instead be:
- find: name: blah modify: description: "hey"
sync set should be called sync modify. it's weird that it has to be:
for parent, but for find it's:
even though they both do the same thing.
it should instead be: