17 lines
358 B
Plaintext
17 lines
358 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-1",
|
|
configuration: {
|
|
name: "GeoIP2-Domain",
|
|
maxmind: {
|
|
account_id: "1234567",
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|