Files
elasticsearch-js/docs/doc_examples/3b6718257421b5419bf4cd6a7303c57e.asciidoc
2024-09-03 09:36:52 -05:00

12 lines
289 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.transport.request({
method: "GET",
path: "/_ingest/geoip/database/my-database-id",
});
console.log(response);
----