fix(xo-server/vm.set): add auto_poweron to params
Related to b8524732ce
Fixes #4295
This commit is contained in:
@@ -565,6 +565,8 @@ set.params = {
|
||||
// Identifier of the VM to update.
|
||||
id: { type: 'string' },
|
||||
|
||||
auto_poweron: { type: 'boolean', optional: true },
|
||||
|
||||
name_label: { type: 'string', optional: true },
|
||||
|
||||
name_description: { type: 'string', optional: true },
|
||||
|
||||
Reference in New Issue
Block a user