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
* 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) {
options = options || {}

View File

@ -43,7 +43,7 @@ function buildOpenPointInTime (opts) {
/**
* Perform a open_point_in_time request
* 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) {
options = options || {}