lib/elasticsearch/api/actions/create.rb in elasticsearch-api-8.8.0 vs lib/elasticsearch/api/actions/create.rb in elasticsearch-api-8.9.0
- old
+ new
@@ -35,10 +35,10 @@
# @option arguments [String] :version_type Specific version type (options: internal, external, external_gte)
# @option arguments [String] :pipeline The pipeline id to preprocess incoming documents with
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The document (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-index_.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-index_.html
#
def create(arguments = {})
if arguments[:id]
index arguments.update op_type: 'create'
else