You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///<summary>PUT on /_snapshot/{repository}/{snapshot}/_clone/{target_snapshot} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
60
+
///<param name = "repository">A repository name</param>
61
+
///<param name = "snapshot">The name of the snapshot to clone from</param>
62
+
///<param name = "targetSnapshot">The name of the cloned snapshot to create</param>
63
+
///<param name = "body">The snapshot clone definition</param>
64
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>PUT on /_snapshot/{repository}/{snapshot}/_clone/{target_snapshot} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
68
+
///<param name = "repository">A repository name</param>
69
+
///<param name = "snapshot">The name of the snapshot to clone from</param>
70
+
///<param name = "targetSnapshot">The name of the cloned snapshot to create</param>
71
+
///<param name = "body">The snapshot clone definition</param>
72
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>PUT on /_snapshot/{repository}/{snapshot} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html</para></summary>
60
77
///<param name = "repository">A repository name</param>
61
78
///<param name = "snapshot">A snapshot name</param>
0 commit comments