fix(proxy/backup.importVmBackup): settings param is optional
Introduced by b475b265a
This commit is contained in:
parent
e4dd773644
commit
ebf19b1506
@ -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' },
|
||||
|
Loading…
Reference in New Issue
Block a user