lib/elasticsearch/api/actions/indices/open.rb in elasticsearch-api-7.7.0.pre vs lib/elasticsearch/api/actions/indices/open.rb in elasticsearch-api-7.7.0

- old
+ new

@@ -17,10 +17,10 @@ # (options: open,closed,hidden,none,all) # @option arguments [String] :wait_for_active_shards Sets the number of active shards to wait for before the operation returns. # @option arguments [Hash] :headers Custom HTTP headers # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-open-close.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.7/indices-open-close.html # def open(arguments = {}) raise ArgumentError, "Required argument 'index' missing" unless arguments[:index] headers = arguments.delete(:headers) || {}