Update the description of VM define endpoint
This commit is contained in:
parent
4dc77a66f4
commit
1b15c92e51
|
@ -6852,7 +6852,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"summary": "Create a new virtual machine",
|
"summary": "Define/create a new virtual machine",
|
||||||
"tags": [
|
"tags": [
|
||||||
"vm"
|
"vm"
|
||||||
]
|
]
|
||||||
|
@ -6959,7 +6959,7 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"post": {
|
"post": {
|
||||||
"description": "Note: The name {vm} is ignored; only the \"name\" value from the Libvirt XML is used<br/>This endpoint is identical to \"POST /api/v1/vm\"",
|
"description": "<br/>Note: The name {vm} is ignored; only the \"name\" value from the Libvirt XML is used<br/><br/>This endpoint is identical to \"POST /api/v1/vm\"",
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
"description": "The raw Libvirt XML definition of the VM",
|
"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": [
|
"tags": [
|
||||||
"vm"
|
"vm"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue