Auto-generated code for 8.16 (#2502)

This commit is contained in:
Elastic Machine
2024-12-02 18:10:33 +00:00
committed by GitHub
parent 1ef1754623
commit 419271d82d
63 changed files with 1080 additions and 126 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);
----