pub async fn update_user_consent_with_id(
configuration: &Configuration,
user_consent_id: &str,
user_consent_request: Option<UserConsentRequest>,
) -> Result<UserConsentResponse, Error<UpdateUserConsentWithIdError>>
Expand description
Updates a single User consent by Id.