lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/migration/deprecations.rb in elasticsearch-api-8.16.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.15/migration-api-deprecation.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/migration-api-deprecation.html
#
def deprecations(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'migration.deprecations' }
defined_params = [:index].each_with_object({}) do |variable, set_variables|