From 1b15c92e51db56217fe68a0eca44b11986cd90db Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 1 Oct 2024 13:31:07 -0400 Subject: [PATCH] Update the description of VM define endpoint --- docs/manuals/swagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manuals/swagger.json b/docs/manuals/swagger.json index 3863227..4e49e1e 100644 --- a/docs/manuals/swagger.json +++ b/docs/manuals/swagger.json @@ -6852,7 +6852,7 @@ } } }, - "summary": "Create a new virtual machine", + "summary": "Define/create a new virtual machine", "tags": [ "vm" ] @@ -6959,7 +6959,7 @@ ] }, "post": { - "description": "Note: The name {vm} is ignored; only the \"name\" value from the Libvirt XML is used
This endpoint is identical to \"POST /api/v1/vm\"", + "description": "
Note: The name {vm} is ignored; only the \"name\" value from the Libvirt XML is used

This endpoint is identical to \"POST /api/v1/vm\"", "parameters": [ { "description": "The raw Libvirt XML definition of the VM", @@ -7061,7 +7061,7 @@ } } }, - "summary": "Create new {vm}", + "summary": "Define/create a new virtual machine", "tags": [ "vm" ]