API generation
This commit is contained in:
@ -142,6 +142,23 @@ link:{ref}/async-search.html[Documentation] +
|
||||
|
||||
|===
|
||||
|
||||
[discrete]
|
||||
=== asyncSearch.status
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
client.asyncSearch.status({
|
||||
id: string
|
||||
})
|
||||
----
|
||||
link:{ref}/async-search.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`id`
|
||||
|`string` - The async search ID
|
||||
|
||||
|===
|
||||
|
||||
[discrete]
|
||||
=== asyncSearch.submit
|
||||
|
||||
@ -4677,6 +4694,23 @@ _Default:_ `open`
|
||||
|
||||
|===
|
||||
|
||||
[discrete]
|
||||
=== indices.migrateToDataStream
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
client.indices.migrateToDataStream({
|
||||
name: string
|
||||
})
|
||||
----
|
||||
link:{ref}/data-streams.html[Documentation] +
|
||||
[cols=2*]
|
||||
|===
|
||||
|`name`
|
||||
|`string` - The name of the alias to migrate
|
||||
|
||||
|===
|
||||
|
||||
[discrete]
|
||||
=== indices.open
|
||||
|
||||
|
||||
Reference in New Issue
Block a user