lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.9.0 vs lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.10.0
- old
+ new
@@ -25,10 +25,10 @@
# Retrieves information about different cluster, node, and index level settings that use deprecated features that will be removed or changed in the next major version.
#
# @option arguments [String] :index Index pattern
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/migration-api-deprecation.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.10/migration-api-deprecation.html
#
def deprecations(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}