What is the current behavior?
https://developers.deepgram.com/sdks-tools/sdks/node-sdk/keys/#list-project-keys-example-request
These docs suggest this output when I list API keys for a project
{
api_keys: [
{
api_key_id: string,
comment: string,
created: string,
scopes: Array<string>
},
];
}
but i get this output
{
api_keys: [
{
member: {
member_id: '...',
email: '...
},
api_key: {
api_key_id: '...',
comment: '...',
scopes: [...],
created: '...'
}
},
...
]
}
What is the current behavior?
https://developers.deepgram.com/sdks-tools/sdks/node-sdk/keys/#list-project-keys-example-request
These docs suggest this output when I list API keys for a project
but i get this output