pub async fn update_consent_with_id(
    configuration: &Configuration,
    consent_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    consent_request: Option<ConsentRequest>
) -> Result<ConsentResponse, Error<UpdateConsentWithIdError>>
Expand description

Updates the consent with the given Id.