Accelerate the Value of Data

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"
}				
Table 1. Parameters
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"
}