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

apiv1.IdentityMappingRequest should not require authentic_source_person_id #103

Open
fabienpe opened this issue Oct 10, 2024 · 1 comment
Assignees
Labels
api_v2.8 bug Something isn't working service_apigw

Comments

@fabienpe
Copy link

The identity element of the /identity/mapping API spec is based on the Model.Identity in which authentic_source_person_id is required. However the point of the API call is to get the authentic_source_person_id. The type of identity element in the apiv1.IdentityMappingRequest should therefore be different.

@masv3971 masv3971 self-assigned this Oct 16, 2024
@masv3971 masv3971 added api_v2.8 service_apigw bug Something isn't working labels Oct 16, 2024
@masv3971
Copy link
Collaborator

authentic_source_person_id, family_name, given_name or date_of_birth is not required, that has been change as it seems. I would like to avoid multiple types that does pretty much the same thing since it's easy to miss.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api_v2.8 bug Something isn't working service_apigw
Projects
None yet
Development

No branches or pull requests

2 participants