Function patch_tenant_with_id

Source
pub async fn patch_tenant_with_id(
    configuration: &Configuration,
    tenant_id: &str,
    x_fusion_auth_tenant_id: Option<&str>,
    tenant_request: Option<TenantRequest>,
) -> Result<TenantResponse, Error<PatchTenantWithIdError>>
Expand description

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