pub async fn patch_registration_with_id(
    configuration: &Configuration,
    user_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    registration_request: Option<RegistrationRequest>
) -> Result<RegistrationResponse, Error<PatchRegistrationWithIdError>>
Expand description

Updates, via PATCH, the registration for the user with the given Id and the application defined in the request.