lib/elasticsearch/api/actions/graph/explore.rb in elasticsearch-api-8.11.2 vs lib/elasticsearch/api/actions/graph/explore.rb in elasticsearch-api-8.12.0

- old
+ new

@@ -28,10 +28,10 @@ # @option arguments [String] :routing Specific routing value # @option arguments [Time] :timeout Explicit operation timeout # @option arguments [Hash] :headers Custom HTTP headers # @option arguments [Hash] :body Graph Query DSL # - # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.11/graph-explore-api.html + # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.12/graph-explore-api.html # def explore(arguments = {}) request_opts = { endpoint: arguments[:endpoint] || "graph.explore" } defined_params = [:index].inject({}) do |set_variables, variable|