lib/elasticsearch/api/actions/graph/explore.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/graph/explore.rb in elasticsearch-api-8.16.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.15/graph-explore-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/graph-explore-api.html
#
def explore(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'graph.explore' }
defined_params = [:index].each_with_object({}) do |variable, set_variables|