Skip to content

Commit b0aeccb

Browse files
elasticmachinepicandocodigo
authored andcommitted
Auto-generated API code
1 parent 47f1ef1 commit b0aeccb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-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/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)