From eec1a32d95d50d36b2dd5fc690a2c22e82cda476 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Mon, 23 Mar 2020 16:27:35 +0000 Subject: [PATCH] docs: Update API documentation to include "vm.add-disk" Signed-off-by: Rob Bradford --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index 39ce40f4f..d2d69aca9 100644 --- a/docs/api.md +++ b/docs/api.md @@ -92,6 +92,7 @@ Remove memory from the VM | `/vm.resize` | `/schemas/VmResize` Dump the VM information | `/vm.info` | N/A | `/schemas/VmInfo` | The VM is created Add VFIO PCI device to the VM | `/vm.add-device` | `/schemas/VmAddDevice` | N/A | The VM is booted Remove VFIO PCI device from the VM | `/vm.remove-device` | `/schemas/VmRemoveDevice` | N/A | The VM is booted +Add disk device to the VM | `/vm.add-disk` | `/schemas/DiskConfig` | N/A | The VM is booted ### REST API Examples