Capacity - Assign capacity to an existing tenant
Authorizations
Path parameters
tenantIdstring · uuidRequired
Expects Id of an existing tenant
capacityIdstring · uuidRequired
Expects Id of an existing active capacity
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Acknowledgment for successful capacity assignment to a tenant
400
Bad request received
401
Un-authorized request
500
Server related error
post
POST /tenant/{tenantId}/assign/{capacityId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated