From 776d4f7262ec7674814fc34cd987477abc16d19b Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 2 Feb 2020 01:34:55 -0500 Subject: [PATCH] Update API docs for profile --- docs/manuals/swagger.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manuals/swagger.json b/docs/manuals/swagger.json index 4ac31606..54c6dede 100644 --- a/docs/manuals/swagger.json +++ b/docs/manuals/swagger.json @@ -5065,6 +5065,13 @@ "name": "autostart", "required": false, "type": "boolean" + }, + { + "description": "The PVC provisioner profile for the VM", + "in": "query", + "name": "profile", + "required": false, + "type": "string" } ], "responses": {