Skip to content

Commit 3ac0861

Browse files
committed
[Backport 8.13] Add typed_keys to Query Api Keys (#2473)
1 parent 877c638 commit 3ac0861

File tree

5 files changed

+48
-2
lines changed

5 files changed

+48
-2
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 21 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/security/query_api_keys/QueryApiKeysRequest.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ export interface Request extends RequestBase {
4040
4141
*/
4242
with_limited_by?: boolean
43+
/**
44+
* Determines whether aggregation names are prefixed by their respective types in the response.
45+
* @server_default false
46+
* @availability stack since=8.14.0
47+
* @availability serverless
48+
*/
49+
typed_keys?: boolean
4350
}
4451
body: {
4552
/**

0 commit comments

Comments
 (0)