Modify the storage space (quota) for an email account.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example email string required domain string required quota number required New quota in MB
No response body
https://cloud.hostup.se/api/hosting/{accountId}/email-accounts/quota curl -X PUT "https://cloud.hostup.se/api/hosting/0/email-accounts/quota" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"email": "string",
"domain": "string",
"quota": 0
}' {} {
"email": "string",
"domain": "string",
"quota": 0
}