Capacity - Refreshes capacities for all tenants
This API call may take some more time as compared to other API calls
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: Capacity details refreshed successfully for all existing tenants.
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /tenants/refreshCapacities HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
PreviousCapacity - Unassigns a capacity from a tenantNextCapacity - Refreshes capacities for a specific tenant
Last updated