REST updating a resource
Approaches
-
Expose a field,
filter
. Source: https://cloud.google.com/apis/design/standard_methods#listReal-word example: https://cloud.google.com/spanner/docs/reference/rest/v1/projects.instances/list
-
RFC 7396, the JSON Merge Patch format
https://williamdurand.fr/2014/02/14/please-do-not-patch-like-an-idiot/