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

13 lines
267 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.indices.getSettings({
index: 'twitter',
flat_settings: 'true'
})
console.log(response)
----