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
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.
The text was updated successfully, but these errors were encountered:
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.
The identity element of the
/identity/mapping
API spec is based on theModel.Identity
in whichauthentic_source_person_id
is required. However the point of the API call is to get theauthentic_source_person_id
. The type ofidentity
element in theapiv1.IdentityMappingRequest
should therefore be different.The text was updated successfully, but these errors were encountered: