Auto-generated code for main (#2522)

This commit is contained in:
Elastic Machine
2024-12-05 19:28:38 +00:00
committed by GitHub
parent 6447fc10bf
commit a4315a905e
122 changed files with 3130 additions and 25672 deletions

View File

@ -0,0 +1,15 @@
// 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-2",
body: {
name: "standard_location",
ipinfo: {},
},
});
console.log(response);
----