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: {
|
params: {
|
||||||
backupId: { type: 'string' },
|
backupId: { type: 'string' },
|
||||||
remote: { type: 'object' },
|
remote: { type: 'object' },
|
||||||
settings: { type: 'object' },
|
settings: { type: 'object', optional: true },
|
||||||
srUuid: { type: 'string' },
|
srUuid: { type: 'string' },
|
||||||
streamLogs: { type: 'boolean', optional: true },
|
streamLogs: { type: 'boolean', optional: true },
|
||||||
xapi: { type: 'object' },
|
xapi: { type: 'object' },
|
||||||
|
Loading…
Reference in New Issue
Block a user