Files
elasticsearch-js/docs/doc_examples/77447e2966708e92f5e219d43ac3f00d.asciidoc
2024-07-29 17:10:05 -05:00

13 lines
287 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.tasks.list({
actions: "*reindex",
wait_for_completion: "true",
timeout: "10s",
});
console.log(response);
----