Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion elasticsearch-api/lib/elasticsearch/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
module Elasticsearch
module API
VERSION = '9.0.0'.freeze
ES_SPECIFICATION_COMMIT = 'dbb89db180052524cab77d324be4f0c00972807a'.freeze
ES_SPECIFICATION_COMMIT = 'be826b018f81ab6339c42a62077f7651c768421b'.freeze
end
end

This file was deleted.

36 changes: 0 additions & 36 deletions elasticsearch-api/spec/unit/actions/inference/put_eis_spec.rb

This file was deleted.

2 changes: 1 addition & 1 deletion elasticsearch-api/spec/unit/perform_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
spec.visibility != 'public' ||
# TODO: Once the test suite is migrated to elasticsearch-specification, these should be removed
spec.module_namespace.flatten.first == 'rollup' ||
['scroll', 'clear_scroll', 'connector.last_sync'].include?(spec.endpoint_name)
['scroll', 'clear_scroll', 'connector.last_sync', 'inference.put_eis'].include?(spec.endpoint_name)

# These are the path parts defined by the user in the method argument
defined_path_parts = spec.path_params.inject({}) do |params, part|
Expand Down