From ebf19b1506964d2839b99b765ab71c72f187aca1 Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 30 Mar 2021 20:59:40 +0200 Subject: [PATCH] fix(proxy/backup.importVmBackup): settings param is optional Introduced by b475b265a --- @xen-orchestra/proxy/src/app/mixins/backups/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@xen-orchestra/proxy/src/app/mixins/backups/index.js b/@xen-orchestra/proxy/src/app/mixins/backups/index.js index e51590549..05c2cbbbc 100644 --- a/@xen-orchestra/proxy/src/app/mixins/backups/index.js +++ b/@xen-orchestra/proxy/src/app/mixins/backups/index.js @@ -205,7 +205,7 @@ export default class Backups { params: { backupId: { type: 'string' }, remote: { type: 'object' }, - settings: { type: 'object' }, + settings: { type: 'object', optional: true }, srUuid: { type: 'string' }, streamLogs: { type: 'boolean', optional: true }, xapi: { type: 'object' },