Auto-generated API code (#2598)

This commit is contained in:
Elastic Machine
2025-02-03 19:54:23 +01:00
committed by GitHub
parent 93e2b8b695
commit 37e20ee85d
73 changed files with 1445 additions and 391 deletions

View File

@ -0,0 +1,15 @@
// 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.putSettings({
index: ".reindexed-v9-ml-anomalies-custom-example",
settings: {
index: {
number_of_replicas: 0,
},
},
});
console.log(response);
----