Skip to content

Commit

Permalink
added typed_keys query param in search app search (#2586)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta authored May 30, 2024
1 parent 21602df commit 34fa83f
Show file tree
Hide file tree
Showing 4 changed files with 49 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.

25 changes: 23 additions & 2 deletions output/schema/schema.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.

Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,15 @@ export interface Request extends RequestBase {
*/
name: Name
}
query_parameters: {
/**
* 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: {
/**
* Query parameters specific to this request, which will override any defaults specified in the template.
Expand Down

0 comments on commit 34fa83f

Please sign in to comment.