magda-io / magda

A federated, open-source data catalog for all your big data and small data
https://magda.io
Apache License 2.0
505 stars 92 forks source link

Record PUT API should support `merge` option #3420

Closed t83714 closed 1 year ago

t83714 commented 1 year ago

Record Patch API should support merge option

By default, the record PUT API will always replace the whole aspect data rather than "merge" with existing data.

We should support the merge option like PUT /api/v0/registry/records/{recordId}/aspects/{aspectId} API

t83714 commented 1 year ago

closed via PR: https://github.com/magda-io/magda/pull/3422