Files
elasticsearch-js/docs/doc_examples/d4df39f72d3a3b80cd4042f6a21c3f19.asciidoc
2025-03-07 15:18:44 -06:00

15 lines
327 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.ingest.putIpLocationDatabase({
id: "my-database-2",
configuration: {
name: "standard_location",
ipinfo: {},
},
});
console.log(response);
----