lib/elasticsearch/api/actions/xpack/usage.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/xpack/usage.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -25,10 +25,10 @@
# Retrieves usage information about the installed X-Pack features.
#
# @option arguments [Time] :master_timeout Specify timeout for watch write operation
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/usage-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/usage-api.html
#
def usage(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'xpack.usage' }
arguments = arguments.clone