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

+16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

+21-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

+1
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

+7
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)