Skip to content

Commit d1261a9

Browse files
committed
[API] Updates generated code from 65e7af798ccf8e50bffe7028e62a3f842c299dc8
1 parent 68be1d2 commit d1261a9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/simulate/ingest.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ module Actions
4545
# If you specify this parameter in the request path, it is used for any documents that do not explicitly specify an index argument.
4646
# @option arguments [String] :pipeline The pipeline to use as the default pipeline.
4747
# This value can be used to override the default pipeline of the index.
48-
# @option arguments [String] :merge_type The method to be used when merging mapping_additions existing mappings. Mappings can be merged in the way mapping changes are merged into an existing index, or in
49-
# the way mapping changes are merged into existing templates. Some changes are allowed to templates that are not allowed to indices. For example,
50-
# a field cannot be changed to an incompatible type in an index, but can in a template. Server default: index.
48+
# @option arguments [String] :merge_type The mapping merge type if mapping overrides are being provided in mapping_addition.
49+
# The allowed values are one of index or template.
50+
# The index option merges mappings the way they would be merged into an existing index.
51+
# The template option merges mappings the way they would be merged into a template. Server default: index.
5152
# @option arguments [Boolean] :error_trace When set to `true` Elasticsearch will include the full stack trace of errors
5253
# when they occur.
5354
# @option arguments [String, Array<String>] :filter_path Comma-separated list of filters in dot notation which reduce the response

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.2.0'.freeze
21-
ES_SPECIFICATION_COMMIT = 'e64428b1c0ca92962cbbe474009513fc0e59d89f'.freeze
21+
ES_SPECIFICATION_COMMIT = '65e7af798ccf8e50bffe7028e62a3f842c299dc8'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)