Files
elasticsearch-js/docs/doc_examples/b0bddf2ffaa83049b195829c06b875cd.asciidoc
2025-01-07 12:52:21 -06:00

12 lines
320 B
Plaintext

// 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.transport.request({
method: "POST",
path: "/_application/search_application/my_search_application/_render_query",
});
console.log(response);
----