lib/elasticsearch/api/actions/cluster/info.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/cluster/info.rb in elasticsearch-api-8.14.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.13/cluster-info.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/cluster-info.html # def info(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || 'cluster.info' } defined_params = [:target].each_with_object({}) do |variable, set_variables|