Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API endpoint for merging of person clusters [MPIAPI] #161

Closed
ericbuckley opened this issue Dec 20, 2024 · 0 comments · Fixed by #203
Closed

API endpoint for merging of person clusters [MPIAPI] #161

ericbuckley opened this issue Dec 20, 2024 · 0 comments · Fixed by #203
Assignees
Labels
api New API feature
Milestone

Comments

@ericbuckley
Copy link
Collaborator

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

@ericbuckley ericbuckley added the api New API feature label Dec 20, 2024
@m-goggins m-goggins self-assigned this Feb 3, 2025
@ericbuckley ericbuckley added this to the v25.2.0 milestone Feb 11, 2025
m-goggins added a commit that referenced this issue Feb 12, 2025
## Description
This PR adds a new endpoint to merge person clusters as such `POST
/person/<person-reference-id>/merge -d '{"persons":
["<person-reference-id1>", "<person-reference-id2>"]}'`.


## Related Issues
Fixes #161

---------

Co-authored-by: Eric Buckley <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api New API feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants