fix(xo-server/vm.import): allow additional props for data param
Fixes zammad#9521
Introduced by d7f29e736
This commit is contained in:
parent
31aaa968ec
commit
b0006f91f4
@ -1207,6 +1207,7 @@ import_.params = {
|
||||
optional: true,
|
||||
},
|
||||
},
|
||||
additionalProperties: true,
|
||||
},
|
||||
type: { type: 'string', optional: true },
|
||||
sr: { type: 'string' },
|
||||
|
Loading…
Reference in New Issue
Block a user