lib/elasticsearch/api/actions/clear_scroll.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/clear_scroll.rb in elasticsearch-api-8.14.0
- old
+ new
@@ -30,10 +30,10 @@
# *Deprecation notice*:
# A scroll id can be quite large and should be specified as part of the body
# Deprecated since version 7.0.0
#
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/clear-scroll-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/clear-scroll-api.html
#
def clear_scroll(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'clear_scroll' }
defined_params = [:scroll_id].each_with_object({}) do |variable, set_variables|