Browse Source

Move clone snapshot API page. (#63902)

Adam Locke 5 years ago
parent
commit
954d6eeeba

+ 2 - 0
docs/reference/snapshot-restore/apis/snapshot-restore-apis.asciidoc

@@ -19,6 +19,7 @@ For more information, see <<snapshot-restore>>.
 [[snapshot-management-apis]]
 === Snapshot management APIs
 * <<create-snapshot-api,Create snapshot>>
+* <<clone-snapshot-api,Clone snapshot>>
 * <<get-snapshot-api,Get snapshot>>
 * <<get-snapshot-status-api,Get snapshot status>>
 * <<restore-snapshot-api,Restore snapshot>>
@@ -29,6 +30,7 @@ include::verify-repo-api.asciidoc[]
 include::get-repo-api.asciidoc[]
 include::delete-repo-api.asciidoc[]
 include::clean-up-repo-api.asciidoc[]
+include::clone-snapshot-api.asciidoc[]
 include::create-snapshot-api.asciidoc[]
 include::get-snapshot-api.asciidoc[]
 include::get-snapshot-status-api.asciidoc[]

+ 0 - 1
docs/reference/snapshot-restore/index.asciidoc

@@ -107,7 +107,6 @@ understand the time requirements before proceeding.
 --
 
 include::register-repository.asciidoc[]
-include::apis/clone-snapshot-api.asciidoc[]
 include::take-snapshot.asciidoc[]
 include::restore-snapshot.asciidoc[]
 include::monitor-snapshot-restore.asciidoc[]