API generation

This commit is contained in:
delvedor
2020-05-18 09:23:50 +02:00
parent 803739b4cb
commit ac2d1dad53
5 changed files with 23 additions and 23 deletions

View File

@ -1095,7 +1095,7 @@ client.cluster.deleteComponentTemplate({
master_timeout: string
})
----
link:{ref}/indices-component-template.html[Documentation] +
link:{ref}/indices-component-templates.html[Documentation] +
[cols=2*]
|===
|`name`
@ -1136,7 +1136,7 @@ client.cluster.existsComponentTemplate({
local: boolean
})
----
link:{ref}/indices-component-template.html[Documentation] +
link:{ref}/indices-component-templates.html[Documentation] +
[cols=2*]
|===
|`name`
@ -1160,7 +1160,7 @@ client.cluster.getComponentTemplate({
local: boolean
})
----
link:{ref}/indices-component-template.html[Documentation] +
link:{ref}/indices-component-templates.html[Documentation] +
[cols=2*]
|===
|`name`
@ -1321,7 +1321,7 @@ client.cluster.putComponentTemplate({
body: object
})
----
link:{ref}/indices-component-template.html[Documentation] +
link:{ref}/indices-component-templates.html[Documentation] +
[cols=2*]
|===
|`name`
@ -2994,11 +2994,11 @@ _Default:_ `all`
|===
=== indices.getDataStreams
=== indices.getDataStream
*Stability:* experimental
[source,ts]
----
client.indices.getDataStreams({
client.indices.getDataStream({
name: string
})
----