File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/Elasticsearch/Namespaces Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1012,6 +1012,9 @@ public function shrink(array $params = [])
1012
1012
* @param array $params Associative array of parameters
1013
1013
* @return array
1014
1014
* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html
1015
+ *
1016
+ * @note This API is EXPERIMENTAL and may be changed or removed completely in a future release
1017
+ *
1015
1018
*/
1016
1019
public function simulateIndexTemplate (array $ params = [])
1017
1020
{
Original file line number Diff line number Diff line change @@ -103,8 +103,9 @@ public function deleteCalendarJob(array $params = [])
103
103
return $ this ->performRequest ($ endpoint );
104
104
}
105
105
/**
106
- * $params['id'] = (string) The ID of the data frame analytics to delete
107
- * $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
106
+ * $params['id'] = (string) The ID of the data frame analytics to delete
107
+ * $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
108
+ * $params['timeout'] = (time) Controls the time to wait until a job is deleted. Defaults to 1 minute
108
109
*
109
110
* @param array $params Associative array of parameters
110
111
* @return array
You can’t perform that action at this time.
0 commit comments