Skip to content

Commit

Permalink
typed keys
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzaharovits committed Apr 5, 2024
1 parent b2c13a0 commit 1eca5da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specification/security/query_api_keys/QueryApiKeysRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ export interface Request extends RequestBase {
*/
with_limited_by?: boolean
/**
* Determines whether aggregation names are prefixed by their respective types in the response.
* @server_default false
* @availability stack since=8.13.2
* @availability serverless
*/
typed_keys?: boolean
}
body: {
/**
Expand Down

0 comments on commit 1eca5da

Please sign in to comment.