Skip to main content

Updating a Tenant

To update a tenant, you must send a PATCH request to the following endpoint in the API:

https://api.platform.illow.io/open-api/v1/company/tenants/{tenantId}
info

Don't forget to include your Access Key in the X-API-Key header of all your requests.

Request Body

Format: JSON

PropertyTypeRequired?Description
tenantNamestringYesThe tenant's name for administration purposes. This will not be shown to your users.

Examples

{
"tenantName": "New name for Big Telco, Inc.",
}

Response Body

The same as when fetching a tenant.