schema is missing CanRemove & DetachKeys

example demonstrates they are expected

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2017-11-24 11:02:55 +01:00
parent dfe2c023a3
commit 74cb739766

View file

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