lib/elasticsearch/api/actions/info.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/info.rb in elasticsearch-api-8.10.0
- old
+ new
@@ -23,10 +23,10 @@
module Actions
# Returns basic information about the cluster.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/index.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/index.html
#
def info(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}