diff --git a/docs/api.md b/docs/api.md index d2d69aca9..65cb9149d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -93,6 +93,7 @@ Dump the VM information | `/vm.info` | N/A 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 +Add pmem device to the VM | `/vm.add-pmem` | `/schemas/PmemConfig` | N/A | The VM is booted ### REST API Examples