/bucket/update/{bucketId}POSTbucketId (required): The ID of the bucket to be updated. Example: a1b2c3d4-e5f6-7890-1234-567890abcdef{
"name": "Backup"
}name (optional, string): The new name for the bucket.POST /bucket/update/a1b2c3d4-e5f6-7890-1234-567890abcdef
Content-Type: application/json
{
"name": "New Backup Name"
}a1b2c3d4-e5f6-7890-1234-567890abcdef to the new name "New Backup Name".200 OK: Bucket successfully updated.400 Bad Request: Invalid request parameters or body (e.g., missing required fields, invalid bucket name).404 Not Found: Bucket not found.500 Internal Server Error: Server error.