From 055316ce2f79efd19eeead9c184a0417858def34 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Wed, 29 Jul 2020 20:27:44 +0100 Subject: [PATCH] Added the "size" property to the Object Storage bucket model. --- openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 9a0d3791f..dea3d741c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -17431,6 +17431,10 @@ components: The hostname where this bucket can be accessed. This hostname can be accessed through a browser if the bucket is made public. example: example-bucket.us-east-1.linodeobjects.com + size: + type: integer + description: The size of the bucket in bytes. + example: 188318981 ObjectStorageObject: type: object description: >