]> git.proxmox.com Git - pve-manager.git/commit - PVE/API2/Backup.pm
api: backup: auto-inject job id where expected by the API
authorFiona Ebner <f.ebner@proxmox.com>
Tue, 15 Nov 2022 10:18:29 +0000 (11:18 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Nov 2022 12:29:34 +0000 (13:29 +0100)
commit082e0297581d7c2092e8729eec1b4ed8b2d583af
tree2b512a97091e1deaf8cb7778193a92a778b171bb
parent16a194d89e99d7942d57765ec87e4ce9c951453c
api: backup: auto-inject job id where expected by the API

for backwards compatibility. Otherwise, e.g. listing backup jobs with
pvesh get /cluster/backup is broken. And suddenly not having the
property anymore would be a breaking API change.

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
PVE/API2/Backup.pm