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.
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
}Please enter a valid personal API key.
Was this page helpful?