Tenant - Check if the updated name for the requested tenant is available
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
Expects Id of an existing tenant
tenantNamestringRequired
Expects udpated name for tenant rename check
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Responses
200
Indicates that name availablility check was successful, name may or may not be available
Class for name availablity.
tenantNamestring · nullableOptional
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the tenantId property.
nameAvailablebooleanOptional
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the tenantName property.
reasonstring · enumOptionalPossible values:
Enum for tenant name availablity.
404
Indicates that the requested tenant does not exist
500
Server related error
get
/tenants/{tenantId}/update/name/{tenantName}/availabilityLast updated