12 lines
320 B
Plaintext
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);
|
|
----
|