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,11 @@
// 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: "DELETE",
path: "/_ingest/ip_location/database/example-database-id",
});
console.log(response);
----