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