]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Storage/Content.pm
api: storage/content: fix return schema property descriptions
[pve-storage.git] / PVE / API2 / Storage / Content.pm
index 80c950146cf268922863852b3b199d08c12bcf2b..63fa4fca02a7a64f79bed46f772f126b5067388e 100644 (file)
@@ -76,13 +76,13 @@ __PACKAGE__->register_method ({
                },
                used => {
                    description => "Used space. Please note that most storage plugins " .
-                       "does not report anything useful here.",
+                       "do not report anything useful here.",
                    type => 'integer',
                    renderer => 'bytes',
                    optional => 1,
                },
                ctime => {
-                   description => "Creation time (Unix epoch). Currently only set for backup volumes.",
+                   description => "Creation time (seconds since the UNIX Epoch).",
                    type => 'integer',
                    minimum => 0,
                    optional => 1,