lib/elasticsearch/api/actions/tasks/list.rb in elasticsearch-api-7.7.0.pre vs lib/elasticsearch/api/actions/tasks/list.rb in elasticsearch-api-7.7.0
- old
+ new
@@ -17,10 +17,10 @@
# (options: nodes,parents,none)
# @option arguments [Time] :timeout Explicit operation timeout
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/tasks.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/tasks.html
#
def list(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone