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

Updates, via PATCH, the consent with the given Id.