Method: OpenapiClient::TenantsApi#update_tenant
- Defined in:
- lib/openapi_client/api/tenants_api.rb
#update_tenant(proj_id, env_id, tenant_id, tenant_update, opts = {}) ⇒ TenantRead
Update Tenant Partially updates the tenant definition. Fields that will be provided will be completely overwritten.
525 526 527 528 |
# File 'lib/openapi_client/api/tenants_api.rb', line 525 def update_tenant(proj_id, env_id, tenant_id, tenant_update, opts = {}) data, _status_code, _headers = update_tenant_with_http_info(proj_id, env_id, tenant_id, tenant_update, opts) data end |