Update an existing tenant
PUT /tenants/{tenantId}
Updates an existing tenant.
Parameters
| Name | Type | In | Required | Description |
|---|---|---|---|---|
tenantId |
string |
path |
True |
Request Body
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
False |
|
description |
string |
False |
|
costCenter |
string |
False |
Example request
{
"name": "string",
"description": "string",
"costCenter": "string"
}
Error
Status: Default, Default response
| Name | Type | Required | Description |
|---|---|---|---|
name |
string |
True |
|
publicId |
string |
False |
|
workingEnvironmentsInformation |
False |
Example error response
{
"name": "string",
"publicId": "string"
}
Definitions
See Definitions
Capacity
| Name | Type | Required | Description |
|---|---|---|---|
size |
number |
True |
|
unit |
string |
True |
WorkingEnvironmentsInformation
| Name | Type | Required | Description |
|---|---|---|---|
regionsCount |
integer |
False |
|
totalReservedSize |
False |
||
workingEnvironmentsCount |
integer |
False |