Jobs/Plugin: remove 'vzdump' from id description

it's not necessarily a vzdump job

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2022-04-04 10:54:14 +02:00 committed by Thomas Lamprecht
parent 9f1a43c125
commit 79767edcf4

View File

@ -17,7 +17,7 @@ my $defaultData = {
propertyList => {
type => { description => "Section type." },
id => {
description => "The ID of the VZDump job.",
description => "The ID of the job.",
type => 'string',
format => 'pve-configid',
maxLength => 64,