doc: Clarify that pvesm export is mostly internal

This commit is contained in:
Dominic Jäger
2020-06-02 11:56:49 +02:00
committed by Thomas Lamprecht
parent e9667b3418
commit a43a796c64

View File

@ -204,7 +204,7 @@ __PACKAGE__->register_method ({
name => 'export',
path => 'export',
method => 'GET',
description => "Export a volume.",
description => "Used internally to export a volume.",
protected => 1,
parameters => {
additionalProperties => 0,
@ -279,7 +279,7 @@ __PACKAGE__->register_method ({
name => 'import',
path => 'import',
method => 'PUT',
description => "Import a volume.",
description => "Used internally to import a volume.",
protected => 1,
parameters => {
additionalProperties => 0,