lib/elasticsearch/xpack/api/actions/info.rb in elasticsearch-xpack-7.9.0 vs lib/elasticsearch/xpack/api/actions/info.rb in elasticsearch-xpack-7.10.0.pre
- old
+ new
@@ -23,10 +23,10 @@
#
# @option arguments [List] :categories Comma-separated list of info categories. Can be any of: build, license, features
# @option arguments [Boolean] :accept_enterprise If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/info-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/info-api.html
#
def info(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone