Auto-generated code for 8.17 (#2550)

This commit is contained in:
Elastic Machine
2025-01-07 18:52:21 +00:00
committed by GitHub
parent 48f369fe82
commit 6cdb08757d
90 changed files with 3019 additions and 703 deletions

View File

@ -3,9 +3,9 @@
[source, js]
----
const response = await client.searchApplication.renderQuery({
name: "my_search_application",
body: null,
const response = await client.transport.request({
method: "POST",
path: "/_application/search_application/my_search_application/_render_query",
});
console.log(response);
----