API generation

This commit is contained in:
delvedor
2020-11-24 09:50:47 +01:00
parent 959aee5903
commit 8cbb54016a
5 changed files with 62 additions and 0 deletions

View File

@ -8235,6 +8235,27 @@ link:{ref}/rollup-put-job.html[Documentation] +
|===
[discrete]
=== rollup.rollup
[source,ts]
----
client.rollup.rollup({
index: string,
body: object
})
----
link:{ref}/rollup.html[Documentation] +
[cols=2*]
|===
|`index`
|`string` - The index to roll up
|`body`
|`object` - The rollup configuration
|===
[discrete]
=== rollup.rollupSearch
*Stability:* experimental