Set tenant name
Learn how to set a new name (not ID) for the tenant.
Request
{environmentURL}/reltio/tenants/{tenant_id}/name
{
"value": "New tenant name"
}
| Name | Required | Description | |
|---|---|---|---|
| Headers | Content-Type |
Yes | The parameter headers must be "Content-Type:
application/json". |
| Url Param | tenant_id |
Yes | Represents the Tenant Id (name). |
| Body | Yes | Represents the JSON with the tenant name. | |
Response
PUT {environmentURL}/reltio/tenants/{tenant_id}/name
{
"value" : "New tenant name"
}