18 lines
382 B
Plaintext
18 lines
382 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: "PUT",
|
|
path: "/_ingest/geoip/database/my-database-id",
|
|
body: {
|
|
name: "GeoIP2-Domain",
|
|
maxmind: {
|
|
account_id: "1025402",
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|