lib/elasticsearch/api/actions/index.rb in elasticsearch-api-8.13.0 vs lib/elasticsearch/api/actions/index.rb in elasticsearch-api-8.14.0
- old
+ new
@@ -38,10 +38,10 @@
# @option arguments [Boolean] :require_alias When true, requires destination to be an alias. Default is false
# @option arguments [Boolean] :require_data_stream When true, requires the destination to be a data stream (existing or to-be-created). Default is false
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The document (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-index_.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.14/docs-index_.html
#
def index(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'index' }
defined_params = %i[index id].each_with_object({}) do |variable, set_variables|