Capacity - Refreshes capacities for a specific tenant
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
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Capacity details refreshed successfully for the specified tenant.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /tenants/{tenantId}/refreshCapacity HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated