API generation

This commit is contained in:
delvedor
2020-09-10 15:35:40 +02:00
parent 7f317d3321
commit 009ecc442f
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ function buildClosePointInTime (opts) {
/** /**
* Perform a close_point_in_time request * Perform a close_point_in_time request
* Close a point in time * Close a point in time
* https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time.html * https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html
*/ */
return function closePointInTime (params, options, callback) { return function closePointInTime (params, options, callback) {
options = options || {} options = options || {}

View File

@ -43,7 +43,7 @@ function buildOpenPointInTime (opts) {
/** /**
* Perform a open_point_in_time request * Perform a open_point_in_time request
* Open a point in time that can be used in subsequent searches * Open a point in time that can be used in subsequent searches
* https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time.html * https://www.elastic.co/guide/en/elasticsearch/reference/master/point-in-time-api.html
*/ */
return function openPointInTime (params, options, callback) { return function openPointInTime (params, options, callback) {
options = options || {} options = options || {}

View File

@ -6566,7 +6566,7 @@ client.closePointInTime({
body: object body: object
}) })
---- ----
link:{ref}/point-in-time.html[Documentation] + link:{ref}/point-in-time-api.html[Documentation] +
[cols=2*] [cols=2*]
|=== |===
|`body` |`body`
@ -9116,7 +9116,7 @@ client.openPointInTime({
keep_alive: string keep_alive: string
}) })
---- ----
link:{ref}/point-in-time.html[Documentation] + link:{ref}/point-in-time-api.html[Documentation] +
[cols=2*] [cols=2*]
|=== |===
|`index` |`index`