Files
elasticsearch-js/docs/doc_examples/54a770f053f3225ea0d1e34334232411.asciidoc
2020-06-26 09:24:14 +02:00

13 lines
258 B
Plaintext

// This file is autogenerated, DO NOT EDIT
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
[source, js]
----
const response = await client.updateByQuery({
index: 'twitter',
scroll_size: '100'
})
console.log(response)
----