From a60afe8ea02bc06caf639afe5a8831154793b2b6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 8 Jan 2020 21:27:13 -0500 Subject: [PATCH] Update swagger.json with recent API changes --- docs/manuals/swagger.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/manuals/swagger.json b/docs/manuals/swagger.json index 5436751a..c5d244bf 100644 --- a/docs/manuals/swagger.json +++ b/docs/manuals/swagger.json @@ -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": {