Fix create VM from backup

This commit is contained in:
João Jandre 2025-11-26 09:59:38 -03:00 committed by Daan Hoogland
parent 8ce1c9876e
commit 24fd440ee7
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ public class CreateVMFromBackupCmd extends BaseDeployVMCmd {
//////////////// API parameters /////////////////////
/////////////////////////////////////////////////////
@ACL
@Parameter(name = ApiConstants.BACKUP_ID,
type = CommandType.UUID,
entityType = BackupResponse.class,