Auto-generated API code (#2644)

This commit is contained in:
Elastic Machine
2025-03-07 22:18:44 +01:00
committed by GitHub
parent 120845a662
commit e651cebb28
53 changed files with 527 additions and 412 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.esql.asyncQueryDelete({
id: "FmdMX2pIang3UWhLRU5QS0lqdlppYncaMUpYQ05oSkpTc3kwZ21EdC1tbFJXQToxOTI=",
});
console.log(response);
----