]> git.proxmox.com Git - pve-storage.git/commit
api: upload: add pattern to tmpfilename parameter
authorFriedrich Weber <f.weber@proxmox.com>
Thu, 4 May 2023 09:13:34 +0000 (11:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 May 2023 06:43:30 +0000 (08:43 +0200)
commit4e55684cafde4086b24729365871ee4ee0d31d6b
tree00d3910983a891940617b2ca591d8fbcedd1ceee
parent5c4d3db5ec435851590ab151f72751591249679c
api: upload: add pattern to tmpfilename parameter

The `tmpfilename` is generated by pve-http-server and always adheres
to this pattern, so make this explicit to prevent confusion and have
a more complete JSON API schema, useful for e.g., the API viewer.

Signed-off-by: Friedrich Weber <f.weber@proxmox.com>
 [ T: slightly extended commit message ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/API2/Storage/Status.pm