lib/elasticsearch/api/actions/cluster/info.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/cluster/info.rb in elasticsearch-api-8.12.0
- old
+ new
@@ -25,10 +25,10 @@
# Returns different information about the cluster.
#
# @option arguments [List] :target Limit the information returned to the specified target. (options: _all, http, ingest, thread_pool, script)
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/cluster-info.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/cluster-info.html
#
def info(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || "cluster.info" }
defined_params = [:target].inject({}) do |set_variables, variable|