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
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ module Actions
# @option arguments [Time] :master_timeout The period to wait for the master node.
# If the master node is not available before the timeout expires, the request fails and returns an error.
# To indicate that the request should never timeout, set it to +-1+. Server default: 30s.
# @option arguments [Time] :timeout The period of time to wait for a response.
# If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body request body
#
Expand Down
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 = 'be826b018f81ab6339c42a62077f7651c768421b'.freeze
ES_SPECIFICATION_COMMIT = 'f22adb6578817d606ea57d9de89c789e7979cf1c'.freeze
end
end