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 = 'be826b018f81ab6339c42a62077f7651c768421b ' . freeze
21
+ ES_SPECIFICATION_COMMIT = 'f22adb6578817d606ea57d9de89c789e7979cf1c ' . freeze
22
22
end
23
23
end
You can’t perform that action at this time.
0 commit comments