Auto-generated API code (#2644)

This commit is contained in:
Elastic Machine
2025-03-07 22:18:44 +01:00
committed by GitHub
parent 120845a662
commit e651cebb28
53 changed files with 527 additions and 412 deletions

View File

@ -3,10 +3,9 @@
[source, js]
----
const response = await client.transport.request({
method: "PUT",
path: "/_ingest/ip_location/database/my-database-2",
body: {
const response = await client.ingest.putIpLocationDatabase({
id: "my-database-2",
configuration: {
name: "standard_location",
ipinfo: {},
},