key_backup.yaml: make body parameters required
Along the same lines as c72d3051
.
This commit is contained in:
parent
8e7c0dfb93
commit
d3b41941aa
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,7 @@ paths:
|
|||
- in: body
|
||||
name: version
|
||||
description: "The backup configuration."
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -257,6 +258,7 @@ paths:
|
|||
- in: body
|
||||
name: version
|
||||
description: "The backup configuration"
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -398,6 +400,7 @@ paths:
|
|||
- in: body
|
||||
name: data
|
||||
description: "The key data."
|
||||
required: true
|
||||
schema:
|
||||
"$ref": "definitions/key_backup_data.yaml"
|
||||
responses:
|
||||
|
@ -568,6 +571,7 @@ paths:
|
|||
- in: body
|
||||
description: "The backup data"
|
||||
name: backupData
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
@ -763,6 +767,7 @@ paths:
|
|||
- in: body
|
||||
description: "The backup data"
|
||||
name: backupData
|
||||
required: true
|
||||
schema:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue