Browse Source

schema is missing CanRemove & DetachKeys
example demonstrates they are expected

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

Nicolas De Loof 7 years ago
parent
commit
74cb739766
1 changed files with 4 additions and 0 deletions
  1. 4 0
      api/swagger.yaml

+ 4 - 0
api/swagger.yaml

@@ -7367,6 +7367,10 @@ paths:
           schema:
             type: "object"
             properties:
+              CanRemove:
+                type: "boolean"
+              DetachKeys:
+                type: "string"
               ID:
                 type: "string"
               Running: