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