]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/API2/Storage/Status.pm
status: add max length and disclaimer to file upload's filename
[pve-storage.git] / PVE / API2 / Storage / Status.pm
index 1d87304e7b04c7a82c1b8f48ea9dfb9b2b140759..16581aacf5c93b5be7dd56b56eaa843eba041456 100644 (file)
@@ -381,7 +381,8 @@ __PACKAGE__->register_method ({
                enum => ['iso', 'vztmpl'],
            },
            filename => {
-               description => "The name of the file to create.",
+               description => "The name of the file to create. Caution: This will be normalized!",
+               maxLength => 255,
                type => 'string',
            },
            tmpfilename => {