lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb in elasticsearch-xpack-7.15.0 vs lib/elasticsearch/xpack/api/actions/machine_learning/update_datafeed.rb in elasticsearch-xpack-7.16.0
- old
+ new
@@ -28,10 +28,10 @@
# @option arguments [Boolean] :ignore_throttled Ignore indices that are marked as throttled (default: true)
# @option arguments [String] :expand_wildcards Whether source index expressions should get expanded to open or closed indices (default: open) (options: open, closed, hidden, none, all)
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The datafeed update settings (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.15/ml-update-datafeed.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.16/ml-update-datafeed.html
#
def update_datafeed(arguments = {})
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]
raise ArgumentError, "Required argument 'datafeed_id' missing" unless arguments[:datafeed_id]