Files
elasticsearch-js/docs/doc_examples/f8f960550104c33e00dc78bc8723ccef.asciidoc
2024-11-04 16:10:58 -06:00

11 lines
244 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.create({
index: "cooking_blog",
});
console.log(response);
----