Function update_tenant_with_id

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

Updates the tenant with the given Id.