lib/elasticsearch/xpack/api/actions/info.rb in elasticsearch-xpack-7.13.0.pre vs lib/elasticsearch/xpack/api/actions/info.rb in elasticsearch-xpack-7.13.0
- 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.x/info-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.13/info-api.html
#
def info(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone