Skip to content

Commit

Permalink
[Backport 8.13] Add typed_keys to Query Api Keys (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Apr 4, 2024
1 parent 877c638 commit 3ac0861
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 2 deletions.
16 changes: 16 additions & 0 deletions output/openapi/elasticsearch-serverless-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 21 additions & 1 deletion output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion output/schema/validation-errors.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.14.0
* @availability serverless
*/
typed_keys?: boolean
}
body: {
/**
Expand Down

0 comments on commit 3ac0861

Please sign in to comment.