lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.1.2 vs lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.2.0
- old
+ new
@@ -22,10 +22,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.1/migration-api-deprecation.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.2/migration-api-deprecation.html
#
def deprecations(arguments = {})
arguments = arguments.clone
headers = arguments.delete(:headers) || {}