lib/elasticsearch/api/actions/xpack/info.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/xpack/info.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -26,10 +26,10 @@
#
# @option arguments [List] :categories Comma-separated list of info categories. Can be any of: build, license, features
# @option arguments [Boolean] :accept_enterprise If this param is used it must be set to true *Deprecated*
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/info-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/info-api.html
#
def info(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'xpack.info' }
arguments = arguments.clone