version is required when getting keys. Also add some full stops.
This commit is contained in:
parent
5cb4b086c7
commit
af6e1157d9
1 changed files with 7 additions and 7 deletions
|
@ -130,7 +130,7 @@ paths:
|
||||||
example: "anopaquestring"
|
example: "anopaquestring"
|
||||||
version:
|
version:
|
||||||
type: string
|
type: string
|
||||||
description: The backup version
|
description: The backup version.
|
||||||
example: "1"
|
example: "1"
|
||||||
required:
|
required:
|
||||||
- algorithm
|
- algorithm
|
||||||
|
@ -212,7 +212,7 @@ paths:
|
||||||
example: "anopaquestring"
|
example: "anopaquestring"
|
||||||
version:
|
version:
|
||||||
type: string
|
type: string
|
||||||
description: The backup version
|
description: The backup version.
|
||||||
example: "1"
|
example: "1"
|
||||||
required:
|
required:
|
||||||
- algorithm
|
- algorithm
|
||||||
|
@ -450,7 +450,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: version
|
name: version
|
||||||
description: |-
|
description: |-
|
||||||
The backup from which to retrieve the key
|
The backup from which to retrieve the key.
|
||||||
required: true
|
required: true
|
||||||
x-example: "1"
|
x-example: "1"
|
||||||
- in: path
|
- in: path
|
||||||
|
@ -645,7 +645,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: version
|
name: version
|
||||||
description: |-
|
description: |-
|
||||||
The backup from which to retrieve the key
|
The backup from which to retrieve the key.
|
||||||
required: true
|
required: true
|
||||||
x-example: "1"
|
x-example: "1"
|
||||||
- in: path
|
- in: path
|
||||||
|
@ -702,7 +702,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: version
|
name: version
|
||||||
description: |-
|
description: |-
|
||||||
The backup from which to delete the key
|
The backup from which to delete the key.
|
||||||
required: true
|
required: true
|
||||||
x-example: "1"
|
x-example: "1"
|
||||||
- in: path
|
- in: path
|
||||||
|
@ -846,8 +846,8 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
name: version
|
name: version
|
||||||
description: |-
|
description: |-
|
||||||
The backup from which to retrieve the keys. If omitted, the keys are
|
The backup from which to retrieve the keys.
|
||||||
retrieved from the current backup.
|
required: true
|
||||||
x-example: "1"
|
x-example: "1"
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue