diff --git a/vmm/src/api/openapi/cloud-hypervisor.yaml b/vmm/src/api/openapi/cloud-hypervisor.yaml index eca8aa815..a86463b25 100644 --- a/vmm/src/api/openapi/cloud-hypervisor.yaml +++ b/vmm/src/api/openapi/cloud-hypervisor.yaml @@ -141,8 +141,8 @@ components: - state type: object properties: - version: - type: string + config: + $ref: '#/components/schemas/VmConfig' state: type: string enum: [Created, Booted, Shutdown]