fix(xo-server/vm.set): add auto_poweron to params

Related to b8524732ce

Fixes #4295
This commit is contained in:
Julien Fontanet
2019-06-18 17:24:54 +02:00
parent bd3399e04b
commit e171d8ed0e

View File

@@ -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 },