Skip to main content
Version: latest

update developer credit for a specific tenant

PUT 

https://api.spectrocloud.com/v1/tenants/:tenantUid/preferences/developerCredit

update developer credit for a specific tenant

Request

Responses

The resource was updated successfully

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
curl -L -X PUT 'https://api.spectrocloud.com/v1/tenants/:tenantUid/preferences/developerCredit' \
-H 'Content-Type: application/json' \
-H 'ApiKey: <ApiKey>' \
-d '{
"cpu": 0,
"memoryGiB": 0,
"storageGiB": 0,
"virtualClustersLimit": 0
}'
Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
Body
{
"cpu": 0,
"memoryGiB": 0,
"storageGiB": 0,
"virtualClustersLimit": 0
}