cURL
curl --request PATCH \ --url https://api.bunny.net/mc/apps/{appId}/volumes/{volumeId} \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "size": 5 } '
{ "name": "<string>", "size": 5 }
Partially updates a volume template’s configuration including name and size. Only provided fields will be updated.
Please enter a valid personal API key.
1 - 50
1 <= x <= 100
5
Volume was successfully updated.
Was this page helpful?