mirror of
https://git.proxmox.com/git/proxmox
synced 2025-05-30 11:10:20 +00:00
PruneJobConfig: remove stale optional flag from the API macro.
The property is not optional - it is defined as "String". Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
dca6c270a0
commit
486415f517
@ -686,7 +686,6 @@ impl PruneJobOptions {
|
|||||||
},
|
},
|
||||||
schedule: {
|
schedule: {
|
||||||
schema: PRUNE_SCHEDULE_SCHEMA,
|
schema: PRUNE_SCHEDULE_SCHEMA,
|
||||||
optional: true,
|
|
||||||
},
|
},
|
||||||
comment: {
|
comment: {
|
||||||
optional: true,
|
optional: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user