Skip to content

Commit 60ea162

Browse files
committed
[API] Removes timeout from snapshot.clone endpoint
1 parent 6cab398 commit 60ea162

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/snapshot/clone.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
#

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.0.0'.freeze
21-
ES_SPECIFICATION_COMMIT = 'be826b018f81ab6339c42a62077f7651c768421b'.freeze
21+
ES_SPECIFICATION_COMMIT = 'f22adb6578817d606ea57d9de89c789e7979cf1c'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)