API generation

This commit is contained in:
delvedor
2020-09-15 09:08:58 +02:00
parent 2894f14b7c
commit d211a9cb11
4 changed files with 7 additions and 7 deletions

View File

@ -43,7 +43,7 @@ function buildSearchableSnapshotsClearCache (opts) {
/**
* Perform a searchable_snapshots.clear_cache request
* Clear the cache of searchable snapshots.
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-api-clear-cache.html
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html
*/
return function searchableSnapshotsClearCache (params, options, callback) {
options = options || {}

View File

@ -36,8 +36,8 @@ function buildSearchableSnapshotsRepositoryStats (opts) {
/**
* Perform a searchable_snapshots.repository_stats request
* Retrieve usage statistics about a snapshot repository.
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-repository-stats.html
* DEPRECATED: This API is replaced by the Repositories Metering API.
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html
*/
return function searchableSnapshotsRepositoryStats (params, options, callback) {
options = options || {}

View File

@ -37,7 +37,7 @@ function buildSearchableSnapshotsStats (opts) {
/**
* Perform a searchable_snapshots.stats request
* Retrieve various statistics about searchable snapshots.
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-api-stats.html
* https://www.elastic.co/guide/en/elasticsearch/reference/master/searchable-snapshots-apis.html
*/
return function searchableSnapshotsStats (params, options, callback) {
options = options || {}

View File

@ -9309,7 +9309,7 @@ client.searchableSnapshots.clearCache({
expand_wildcards: 'open' | 'closed' | 'none' | 'all'
})
----
link:{ref}/searchable-snapshots-api-clear-cache.html[Documentation] +
link:{ref}/searchable-snapshots-apis.html[Documentation] +
[cols=2*]
|===
|`index`
@ -9367,7 +9367,7 @@ client.searchableSnapshots.repositoryStats({
repository: string
})
----
link:{ref}/searchable-snapshots-repository-stats.html[Documentation] +
link:{ref}/searchable-snapshots-apis.html[Documentation] +
[cols=2*]
|===
|`repository`
@ -9383,7 +9383,7 @@ client.searchableSnapshots.stats({
index: string | string[]
})
----
link:{ref}/searchable-snapshots-api-stats.html[Documentation] +
link:{ref}/searchable-snapshots-apis.html[Documentation] +
[cols=2*]
|===
|`index`