diff --git a/src/bin/proxmox-tape.rs b/src/bin/proxmox-tape.rs index 5de727c1..b7979026 100644 --- a/src/bin/proxmox-tape.rs +++ b/src/bin/proxmox-tape.rs @@ -830,6 +830,10 @@ async fn clean_drive(mut param: Value) -> Result<(), Error> { type: bool, optional: true, }, + "notify-user": { + optional: true, + type: Userid, + }, "force-media-set": { description: "Ignore the allocation policy and start a new media-set.", optional: true,