Auto-generated code for 8.17 (#2550)

This commit is contained in:
Elastic Machine
2025-01-07 18:52:21 +00:00
committed by GitHub
parent 48f369fe82
commit 6cdb08757d
90 changed files with 3019 additions and 703 deletions

View File

@ -0,0 +1,17 @@
// 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/ip_location/database/my-database-1",
body: {
name: "GeoIP2-Domain",
maxmind: {
account_id: "1234567",
},
},
});
console.log(response);
----