api schema: storage: config: fix typos in return schema description
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
@ -218,13 +218,13 @@ __PACKAGE__->register_method({
|
|||||||
enum => $storage_type_enum,
|
enum => $storage_type_enum,
|
||||||
},
|
},
|
||||||
config => {
|
config => {
|
||||||
description => "Partial, possible server generated, configuration properties.",
|
description => "Partial, possibly server generated, configuration properties.",
|
||||||
type => 'object',
|
type => 'object',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
additionalProperties => 1,
|
additionalProperties => 1,
|
||||||
properties => {
|
properties => {
|
||||||
'encryption-key' => {
|
'encryption-key' => {
|
||||||
description => "The, possible auto-generated, encryption-key.",
|
description => "The, possibly auto-generated, encryption-key.",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string',
|
type => 'string',
|
||||||
},
|
},
|
||||||
@ -318,13 +318,13 @@ __PACKAGE__->register_method({
|
|||||||
enum => $storage_type_enum,
|
enum => $storage_type_enum,
|
||||||
},
|
},
|
||||||
config => {
|
config => {
|
||||||
description => "Partial, possible server generated, configuration properties.",
|
description => "Partial, possibly server generated, configuration properties.",
|
||||||
type => 'object',
|
type => 'object',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
additionalProperties => 1,
|
additionalProperties => 1,
|
||||||
properties => {
|
properties => {
|
||||||
'encryption-key' => {
|
'encryption-key' => {
|
||||||
description => "The, possible auto-generated, encryption-key.",
|
description => "The, possibly auto-generated, encryption-key.",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string',
|
type => 'string',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user