Capacity - Refreshes capacities for a specific tenant

Initiates the process to refresh capacity details for a specific tenant.

post

This API call may take some more time as compared to other API calls

Authorizations
Path parameters
tenantIdstring · uuidRequired

Enter the ID of the existing tenant for whom capacity details will be refreshed.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Responses
200
Success: Capacity details refreshed successfully for the specified tenant.
post
POST /tenants/{tenantId}/refreshCapacity HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated