agrestio / agrest

Server-side Java REST Framework for easy access to data graphs from various backends
https://agrest.io
Apache License 2.0
80 stars 34 forks source link

Full support of per-request overlays in updating operations #639

Open andrus opened 1 year ago

andrus commented 1 year ago

Currently, update requests only partially support per-request overlays. It is possible to redefine read / write policies of the root entity properties, but the following doesn't work:

A few things we can do to handle this properly: