]> git.proxmox.com Git - pve-storage.git/commitdiff
api: storage/content: fix return schema property descriptions
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Mar 2020 18:24:32 +0000 (19:24 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 6 Mar 2020 18:26:45 +0000 (19:26 +0100)
a small grammar fix, and we now return ctime of all files, as
remaining storages are planned for the future omit this hint
completely.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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,