Added/updated snippets for docs (#2318)
This commit is contained in:
11
docs/doc_examples/2d9b30acd6b5683f39d53494c0dd779c.asciidoc
Normal file
11
docs/doc_examples/2d9b30acd6b5683f39d53494c0dd779c.asciidoc
Normal file
@ -0,0 +1,11 @@
|
||||
// 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.cat.health();
|
||||
console.log(response);
|
||||
|
||||
const response1 = await client.cat.recovery();
|
||||
console.log(response1);
|
||||
----
|
||||
Reference in New Issue
Block a user