Skip to content

Commit 34fa83f

Browse files
authoredMay 30, 2024
added typed_keys query param in search app search (#2586)
1 parent 21602df commit 34fa83f

File tree

4 files changed

+49
-2
lines changed

4 files changed

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

+23-2
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/search_application/search/SearchApplicationsSearchRequest.ts

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ export interface Request extends RequestBase {
3434
*/
3535
name: Name
3636
}
37+
query_parameters: {
38+
/**
39+
* Determines whether aggregation names are prefixed by their respective types in the response.
40+
* @server_default false
41+
* @availability stack since=8.14.0
42+
* @availability serverless
43+
*/
44+
typed_keys?: boolean
45+
}
3746
body: {
3847
/**
3948
* Query parameters specific to this request, which will override any defaults specified in the template.

0 commit comments

Comments
 (0)