Skip to content

Commit f8b5628

Browse files
committed
[API] Adds q parameter to update_by_query
1 parent 58fc950 commit f8b5628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elasticsearch-serverless/api/update_by_query.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ module Actions
5050
# If a final pipeline is configured it will always run, regardless of the value of this parameter.
5151
# @option arguments [String] :preference Specifies the node or shard the operation should be performed on.
5252
# Random by default.
53+
# @option arguments [String] :q Query in the Lucene query string syntax.
5354
# @option arguments [Boolean] :refresh If +true+, Elasticsearch refreshes affected shards to make the operation visible to search.
5455
# @option arguments [Boolean] :request_cache If +true+, the request cache is used for this request.
5556
# @option arguments [Float] :requests_per_second The throttle for this request in sub-requests per second. Server default: -1.

0 commit comments

Comments
 (0)