Added/updated snippets for docs (#2318)
This commit is contained in:
14
docs/doc_examples/49c40b51da2469a6e00fea8fa6fbf56e.asciidoc
Normal file
14
docs/doc_examples/49c40b51da2469a6e00fea8fa6fbf56e.asciidoc
Normal file
@ -0,0 +1,14 @@
|
||||
// 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.tasks.list({
|
||||
pretty: "true",
|
||||
detailed: "true",
|
||||
group_by: "parents",
|
||||
human: "true",
|
||||
actions: "*data/read/esql",
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user