vmm: openapi: Correct vmm.nmi endpoint to vm.nmi

This is a VM operation not a VMM operation and was wrongly recorded in
the openapi YAML file.

Signed-off-by: Rob Bradford <rbradford@meta.com>
This commit is contained in:
Rob Bradford
2026-07-09 17:54:21 +01:00
committed by Bo Chen
parent 03e229786d
commit 5ce8732196

View File

@@ -445,7 +445,7 @@ paths:
405:
description: The VM instance could not be coredumped because it is not booted.
/vmm.nmi:
/vm.nmi:
put:
summary: Inject an NMI.
responses: