From dbb180befb5acbf8d9081f31343eaa7700743f08 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Tue, 11 Nov 2025 19:49:09 +0100 Subject: [PATCH] OpenAPI specification: VMMeta's "name" shouldn't be "readOnly: true" Otherwise it's not available in PUT /vms's requestBody. --- api/openapi.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/api/openapi.yaml b/api/openapi.yaml index 1cb1dd9..1d8b816 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -447,7 +447,6 @@ components: type: string description: VM name example: macos-tahoe-base - readOnly: true generation: type: number description: Incremented by the controller each time a VM's specification changes