doc: Clarify that pvesm export is mostly internal
This commit is contained in:
committed by
Thomas Lamprecht
parent
e9667b3418
commit
a43a796c64
@ -204,7 +204,7 @@ __PACKAGE__->register_method ({
|
|||||||
name => 'export',
|
name => 'export',
|
||||||
path => 'export',
|
path => 'export',
|
||||||
method => 'GET',
|
method => 'GET',
|
||||||
description => "Export a volume.",
|
description => "Used internally to export a volume.",
|
||||||
protected => 1,
|
protected => 1,
|
||||||
parameters => {
|
parameters => {
|
||||||
additionalProperties => 0,
|
additionalProperties => 0,
|
||||||
@ -279,7 +279,7 @@ __PACKAGE__->register_method ({
|
|||||||
name => 'import',
|
name => 'import',
|
||||||
path => 'import',
|
path => 'import',
|
||||||
method => 'PUT',
|
method => 'PUT',
|
||||||
description => "Import a volume.",
|
description => "Used internally to import a volume.",
|
||||||
protected => 1,
|
protected => 1,
|
||||||
parameters => {
|
parameters => {
|
||||||
additionalProperties => 0,
|
additionalProperties => 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user