Files
elasticsearch-js/docs/doc_examples/dd71b0c9f9197684ff29c61062c55660.asciidoc
2025-03-24 17:55:18 +00:00

9 lines
222 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.security.getSettings();
console.log(response);
----