Added/updated snippets for docs (#2318)
This commit is contained in:
10
docs/doc_examples/6f855bc92b4cc6e6a63f95bce1cb4441.asciidoc
Normal file
10
docs/doc_examples/6f855bc92b4cc6e6a63f95bce1cb4441.asciidoc
Normal file
@ -0,0 +1,10 @@
|
||||
// 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.logstash.getPipeline({
|
||||
id: "my_pipeline",
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user