File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
elasticsearch-api/lib/elasticsearch/api Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ module Actions
3131 # @option arguments [Time] :master_timeout The period to wait for the master node.
3232 # If the master node is not available before the timeout expires, the request fails and returns an error.
3333 # To indicate that the request should never timeout, set it to +-1+. Server default: 30s.
34- # @option arguments [Time] :timeout The period of time to wait for a response.
35- # If no response is received before the timeout expires, the request fails and returns an error. Server default: 30s.
3634 # @option arguments [Hash] :headers Custom HTTP headers
3735 # @option arguments [Hash] :body request body
3836 #
Original file line number Diff line number Diff line change 1818module Elasticsearch
1919 module API
2020 VERSION = '9.0.0' . freeze
21- ES_SPECIFICATION_COMMIT = 'cb35d04087c8ac28368ad0c022d8b0cfe6737768 ' . freeze
21+ ES_SPECIFICATION_COMMIT = '60a81659be928bfe6cec53708c7f7613555a5eaf ' . freeze
2222 end
2323end
You can’t perform that action at this time.
0 commit comments