15 lines
317 B
Plaintext
15 lines
317 B
Plaintext
// 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.security.createApiKey({
|
|
name: "my-api-key",
|
|
role_descriptors: {},
|
|
metadata: {
|
|
application: "myapp",
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|