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/bucket \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'apikey: <api-key>' \ --data 'name=<string>' \ --data billing_account_id=123
{ "name": "pang1", "billing_account_id": 129072 }
Modify a bucket’s billing account.
Defines which bucket to modify
ID of a billing account
Updated bucket
The response is of type object.
object