Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.tenbytecloud.com/v1/storage/disks/{disk_uuid} \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'apikey: <api-key>' \ --data billing_account_id=123 \ --data 'display_name=<string>' \ --data read_only_bootable=true
{ "uuid": "05a61876-86f3-4b05-b0ec-53ee6fa03ced", "display_name": "Web server backup" }
Modify meta-data of a disk. Location-specific endpoint.
Defines which disk to modify
Updated disk
The response is of type object.
object