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 /{index}/_clone/{target} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clone-index.html</para></summary>
87
+
///<param name = "index">The name of the source index to clone</param>
88
+
///<param name = "target">The name of the target index to clone into</param>
89
+
///<param name = "body">The configuration for the target index (`settings` and `aliases`)</param>
90
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
///<summary>PUT on /{index}/_clone/{target} <para>https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-clone-index.html</para></summary>
94
+
///<param name = "index">The name of the source index to clone</param>
95
+
///<param name = "target">The name of the target index to clone into</param>
96
+
///<param name = "body">The configuration for the target index (`settings` and `aliases`)</param>
97
+
///<param name = "requestParameters">Request specific configuration such as querystring parameters & request specific connection settings.</param>
0 commit comments