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,12 +3,8 @@
[source, js]
----
const response = await client.transport.request({
method: "POST",
path: "/_security/oidc/prepare",
body: {
realm: "oidc1",
},
const response = await client.security.oidcPrepareAuthentication({
realm: "oidc1",
});
console.log(response);
----