forked from Deuxfleurs/garage
set layout version as required
This commit is contained in:
parent
1caa6e29e5
commit
9f1043586c
1 changed files with 2 additions and 0 deletions
|
@ -1167,9 +1167,11 @@ components:
|
|||
$ref: '#/components/schemas/NodeRoleChange'
|
||||
LayoutVersion:
|
||||
type: object
|
||||
required: [ version ]
|
||||
properties:
|
||||
version:
|
||||
type: integer
|
||||
format: int64
|
||||
example: 13
|
||||
|
||||
KeyInfo:
|
||||
|
|
Loading…
Reference in a new issue