Add extra storage space as an add-on to your web hosting account. Creates an invoice for the add-on. Can be purchased multiple times to add more space (e.g., 2x25GB = 50GB extra).
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example quantity number Number of add-ons to purchase (default: 1)
No response body
https://cloud.hostup.se/api/hosting/{accountId}/addons/storage curl -X POST "https://cloud.hostup.se/api/hosting/0/addons/storage" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"quantity": 0
}' {} {
"quantity": 0
}