Open
Description
A common use case with data is to erase certain fields because they might hold sensitve data.
There should be API methods in the node API to perform a bulk update where a set of paths is updated in one change.
Thoughts:
- This is maybe like a modifying API similar to a builder API?
- It could work like JSON patch or it could actually support JSON patch to describe a change unit