15 lines
327 B
Plaintext
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);
|
|
----
|