Auto-generated code for 8.15 (#2363)

This commit is contained in:
Elastic Machine
2024-09-24 17:04:11 +02:00
committed by GitHub
parent 15a450eba4
commit a8927727b1
41 changed files with 349 additions and 79 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.snapshot.create({
repository: "my_repository",
snapshot: "_verify_integrity",
});
console.log(response);
----