lib/elasticsearch/api/actions/tasks/list.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/tasks/list.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -35,10 +35,10 @@
# @option arguments [Boolean] :wait_for_completion Wait for the matching tasks to complete (default: false)
# @option arguments [String] :group_by Group tasks by nodes or parent/child relationships (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/8.14/tasks.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/tasks.html
#
def list(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'tasks.list' }
arguments = arguments.clone