Capacity - Assigns a capacity to a tenant

Assigns a designated capacity to an existing tenant in the system.

post
Authorizations
Path parameters
tenantIdstring · uuidRequired

Enter the ID of the tenant to whom the capacity will be assigned.

capacityIdstring · uuidRequired

Enter the ID of the active capacity being assigned.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Capacity assigned to tenant successfully.
post
POST /tenant/{tenantId}/assign/{capacityId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated