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:
parent
dfe2c023a3
commit
74cb739766
1 changed files with 4 additions and 0 deletions
|
@ -7367,6 +7367,10 @@ paths:
|
|||
schema:
|
||||
type: "object"
|
||||
properties:
|
||||
CanRemove:
|
||||
type: "boolean"
|
||||
DetachKeys:
|
||||
type: "string"
|
||||
ID:
|
||||
type: "string"
|
||||
Running:
|
||||
|
|
Loading…
Reference in a new issue