Files
elasticsearch-js/docs/doc_examples/f6f647eb644a2d236637ff05f833cb73.asciidoc
2024-10-14 11:19:18 -05:00

13 lines
270 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.connector.secretPost({
body: {
value: "encoded_api_key",
},
});
console.log(response);
----