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
31
31
# @option arguments [Time] :master_timeout The period to wait for the master node.
32
32
# If the master node is not available before the timeout expires, the request fails and returns an error.
33
33
# 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.
36
34
# @option arguments [Hash] :headers Custom HTTP headers
37
35
# @option arguments [Hash] :body request body
38
36
#
Original file line number Diff line number Diff line change 18
18
module Elasticsearch
19
19
module API
20
20
VERSION = '9.0.0' . freeze
21
- ES_SPECIFICATION_COMMIT = 'cb35d04087c8ac28368ad0c022d8b0cfe6737768 ' . freeze
21
+ ES_SPECIFICATION_COMMIT = '60a81659be928bfe6cec53708c7f7613555a5eaf ' . freeze
22
22
end
23
23
end
You can’t perform that action at this time.
0 commit comments