You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: