lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/autoscaling/get_autoscaling_capacity.rb in elasticsearch-api-8.9.0

- old
+ new

@@ -24,10 +24,10 @@ module Actions # Gets the current autoscaling capacity based on the configured autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported. # # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/autoscaling-get-autoscaling-capacity.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/autoscaling-get-autoscaling-capacity.html # def get_autoscaling_capacity(arguments = {}) arguments = arguments.clone headers = arguments.delete(:headers) || {}