Tenant - Check if the updated name for the requested tenant is available
Authorizations
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.0
Responses
200
Indicates that name availablility check was successful, name may or may not be available
404
Indicates that the requested tenant does not exist
500
Server related error
get
GET /tenants/{tenantId}/update/name/{tenantName}/availability HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"tenantName": "text",
"nameAvailable": true,
"reason": "Invalid"
}
Last updated