12 lines
288 B
Plaintext
12 lines
288 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.addBlock({
|
|
index: ".ds-my-data-stream-2023.07.26-000001",
|
|
block: "write",
|
|
});
|
|
console.log(response);
|
|
----
|