lib/elasticsearch/api/actions/nodes/usage.rb in elasticsearch-api-7.11.2 vs lib/elasticsearch/api/actions/nodes/usage.rb in elasticsearch-api-7.12.0

- old
+ new

@@ -24,10 +24,10 @@ # @option arguments [List] :node_id A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes # @option arguments [List] :metric Limit the information returned to the specified metrics (options: _all, rest_actions) # @option arguments [Time] :timeout Explicit operation timeout # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.11/cluster-nodes-usage.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.12/cluster-nodes-usage.html # def usage(arguments = {}) headers = arguments.delete(:headers) || {} arguments = arguments.clone