Update swagger.json with recent API changes

This commit is contained in:
Joshua Boniface 2020-01-08 21:27:13 -05:00
parent 4f4b4c65c6
commit a60afe8ea0
1 changed files with 14 additions and 0 deletions

View File

@ -2148,6 +2148,20 @@
"name": "profile",
"required": true,
"type": "string"
},
{
"description": "Whether to define the VM on the cluster during provisioning",
"in": "query",
"name": "define_vm",
"required": false,
"type": "boolean"
},
{
"description": "Whether to start the VM after provisioning",
"in": "query",
"name": "start_vm",
"required": false,
"type": "boolean"
}
],
"responses": {