lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/ping.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -23,10 +23,10 @@
module Actions
# Returns whether the cluster is running.
#
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/index.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/index.html
#
def ping(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'ping' }
arguments = arguments.clone