Capacity - Assigns a capacity to a tenant

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

post
Authorizations
HTTPRequired

Please enter a valid token

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
/tenant/{tenantId}/assign/{capacityId}

Last updated