Added/updated snippets for docs (#2318)
This commit is contained in:
11
docs/doc_examples/87b0b496747ad6c1e4ab4b462128fa1c.asciidoc
Normal file
11
docs/doc_examples/87b0b496747ad6c1e4ab4b462128fa1c.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.nodeattrs({
|
||||
v: "true",
|
||||
h: "name,pid,attr,value",
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user