API generation

This commit is contained in:
delvedor
2020-08-19 17:54:32 +02:00
parent 4bca80bafc
commit d966a06a62
19 changed files with 88 additions and 21 deletions

View File

@ -2473,7 +2473,7 @@ client.indices.addBlock({
expand_wildcards: 'open' | 'closed' | 'hidden' | 'none' | 'all'
})
----
link:{ref}/indices-blocks.html[Documentation] +
link:{ref}/index-modules-blocks.html[Documentation] +
[cols=2*]
|===
|`index`
@ -3700,7 +3700,7 @@ client.indices.resolveIndex({
expand_wildcards: 'open' | 'closed' | 'hidden' | 'none' | 'all'
})
----
link:{ref}/indices-resolve-index.html[Documentation] +
link:{ref}/indices-resolve-index-api.html[Documentation] +
[cols=2*]
|===
|`name`
@ -7059,8 +7059,7 @@ link:{ref}/ilm-stop.html[Documentation] +
[source,ts]
----
client.indices.createDataStream({
name: string,
body: object
name: string
})
----
link:{ref}/data-streams.html[Documentation] +
@ -7069,9 +7068,6 @@ link:{ref}/data-streams.html[Documentation] +
|`name`
|`string` - The name of the data stream
|`body`
|`object` - The data stream definition
|===
=== indices.dataStreamsStats