From 749a92c1a6b1739ea59328dc56b14859a50f2fd8 Mon Sep 17 00:00:00 2001 From: Nicolas De Loof Date: Fri, 24 Nov 2017 11:02:55 +0100 Subject: [PATCH] schema is missing CanRemove & DetachKeys example demonstrates they are expected Signed-off-by: Nicolas De Loof Upstream-commit: 74cb739766e517115c5af9cee2202613661238a0 Component: engine --- components/engine/api/swagger.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index a6b5ee5cfd..34f130a5c9 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -7367,6 +7367,10 @@ paths: schema: type: "object" properties: + CanRemove: + type: "boolean" + DetachKeys: + type: "string" ID: type: "string" Running: