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

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