Skip to content

Commit 38f5669

Browse files
committed
[API] Auto generated code
1 parent c28b6fa commit 38f5669

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/bulk.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ module Actions
2828
# @option arguments [String] :refresh If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (options: true, false, wait_for)
2929
# @option arguments [String] :routing Specific routing value
3030
# @option arguments [Time] :timeout Explicit operation timeout
31-
# @option arguments [String] :type Default document type for items which don't provide one
3231
# @option arguments [List] :_source True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
3332
# @option arguments [List] :_source_excludes Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
3433
# @option arguments [List] :_source_includes Default list of fields to extract and return from the _source field, can be overridden on each sub-request

elasticsearch-api/lib/elasticsearch/api/actions/esql/async_query_get.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module Actions
2525
# Retrieves the results of a previously submitted async query request given its ID.
2626
#
2727
# @option arguments [String] :id The async query ID
28+
# @option arguments [String] :format a short version of the Accept header, e.g. json, yaml
2829
# @option arguments [Time] :wait_for_completion_timeout Specify the time that the request should block waiting for the final response
2930
# @option arguments [Time] :keep_alive Specify the time interval in which the results (partial or final) for this search will be available
3031
# @option arguments [Boolean] :drop_null_columns Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.

elasticsearch-api/lib/elasticsearch/api/actions/machine_learning/stop_datafeed.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ module Actions
2626
#
2727
# @option arguments [String] :datafeed_id The ID of the datafeed to stop
2828
# @option arguments [Boolean] :allow_no_match Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified)
29-
# @option arguments [Boolean] :allow_no_datafeeds Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified) *Deprecated*
3029
# @option arguments [Boolean] :force True if the datafeed should be forcefully stopped.
3130
# @option arguments [Time] :timeout Controls the time to wait until a datafeed has stopped. Default to 20 seconds
3231
# @option arguments [Hash] :headers Custom HTTP headers

0 commit comments

Comments
 (0)