Skip to content

Commit a0dfc4a

Browse files
author
spalger
committed
[apis] regenerate
1 parent 31e5ab8 commit a0dfc4a

File tree

6 files changed

+7191
-15
lines changed

6 files changed

+7191
-15
lines changed

src/lib/apis/7_3.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ api.cat.prototype.threadPool = ca({
12181218
});
12191219

12201220
/**
1221-
* Perform a [clearScroll](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/search-request-scroll.html) request
1221+
* Perform a [clearScroll](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/search-request-body.html#request-body-search-scroll) request
12221222
*
12231223
* @param {Object} params - An object with parameters used to carry out this action
12241224
* @param {<<api-param-type-string,`String`>>, <<api-param-type-string-array,`String[]`>>, <<api-param-type-boolean,`Boolean`>>} params.scrollId - A comma-separated list of scroll IDs to clear
@@ -3248,7 +3248,7 @@ api.indices.prototype.flush = ca({
32483248
});
32493249

32503250
/**
3251-
* Perform a [indices.flushSynced](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/indices-synced-flush.html) request
3251+
* Perform a [indices.flushSynced](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/indices-flush.html#synced-flush-api) request
32523252
*
32533253
* @param {Object} params - An object with parameters used to carry out this action
32543254
* @param {<<api-param-type-boolean,`Boolean`>>} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed)
@@ -5777,7 +5777,7 @@ api.scriptsPainlessExecute = ca({
57775777
});
57785778

57795779
/**
5780-
* Perform a [scroll](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/search-request-scroll.html) request
5780+
* Perform a [scroll](https://www.elastic.co/guide/en/elasticsearch/reference/7.3/search-request-body.html#request-body-search-scroll) request
57815781
*
57825782
* @param {Object} params - An object with parameters used to carry out this action
57835783
* @param {<<api-param-type-duration-string,`DurationString`>>} params.scroll - Specify how long a consistent view of the index should be maintained for scrolled search

0 commit comments

Comments
 (0)