Files
elasticsearch-js/docs/doc_examples/f625fdbbe78c4198d9e40b35f3f008b3.asciidoc
2024-10-14 11:18:55 -05:00

15 lines
306 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.update({
index: ".elastic-connectors",
id: "connector-id",
doc: {
custom_scheduling: {},
},
});
console.log(response);
----