Auto-generated API code (#2646)

This commit is contained in:
Elastic Machine
2025-03-20 03:00:58 +02:00
committed by GitHub
parent 38cc36656c
commit ccd69195dd
61 changed files with 1789 additions and 831 deletions

View File

@ -0,0 +1,10 @@
// 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.getMigrateReindexStatus({
index: "my-data-stream",
});
console.log(response);
----