Summary
Add a new API endpoint to allow users to merge person clusters.
Details / Tasks
POST /person/<person-reference-id>/merge -d '{"persons": ["<person-reference-id1>", "<person-reference-id2>"]}'
Create the new API endpoint to merge existing person records (could be a list of them) into the referenced one.
Related Issues/PRs
#155
Notes / Comments
This will complete use cases 4 and 5 in #155
Summary
Add a new API endpoint to allow users to merge person clusters.
Details / Tasks
POST /person/<person-reference-id>/merge -d '{"persons": ["<person-reference-id1>", "<person-reference-id2>"]}'Create the new API endpoint to merge existing person records (could be a list of them) into the referenced one.
Related Issues/PRs
#155
Notes / Comments
This will complete use cases 4 and 5 in #155