Skip to content

Commit 6a19616

Browse files
authored
[Backport 8.15] Add q parameter to Update By Query API (#2792) (#2795)
(cherry picked from commit afc1095)
1 parent 229df2c commit 6a19616

File tree

7 files changed

+51
-8
lines changed

7 files changed

+51
-8
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.json

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

output/schema/schema.json

Lines changed: 13 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: 0 additions & 6 deletions
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/_global/update_by_query/UpdateByQueryRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ export interface Request extends RequestBase {
115115
* Random by default.
116116
*/
117117
preference?: string
118+
/**
119+
* Query in the Lucene query string syntax.
120+
*/
121+
q?: string
118122
/**
119123
* If `true`, Elasticsearch refreshes affected shards to make the operation visible to search.
120124
* @server_default false

0 commit comments

Comments
 (0)