16 lines
327 B
Plaintext
16 lines
327 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.queryApiKeys({
|
|
with_limited_by: "true",
|
|
query: {
|
|
ids: {
|
|
values: ["VuaCfGcBCdbkQm-e5aOx"],
|
|
},
|
|
},
|
|
});
|
|
console.log(response);
|
|
----
|