Function patch_user_consent_with_id

Source
pub async fn patch_user_consent_with_id(
    configuration: &Configuration,
    user_consent_id: &str,
    user_consent_request: Option<UserConsentRequest>,
) -> Result<UserConsentResponse, Error<PatchUserConsentWithIdError>>
Expand description

Updates, via PATCH, a single User consent by Id.