lib/elasticsearch/api/actions/reindex_rethrottle.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/reindex_rethrottle.rb in elasticsearch-api-8.14.0

- old
+ new

@@ -25,10 +25,10 @@ # # @option arguments [String] :task_id The task id to rethrottle # @option arguments [Number] :requests_per_second The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (*Required*) # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-reindex.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/docs-reindex.html # def reindex_rethrottle(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'reindex_rethrottle' } defined_params = [:task_id].each_with_object({}) do |variable, set_variables|