lib/elasticsearch/api/actions/esql/async_query.rb in elasticsearch-api-8.15.0 vs lib/elasticsearch/api/actions/esql/async_query.rb in elasticsearch-api-8.16.0
- old
+ new
@@ -28,10 +28,10 @@
# @option arguments [String] :delimiter The character to use between values within a CSV row. Only valid for the csv format.
# @option arguments [Boolean] :drop_null_columns Should entirely null columns be removed from the results? Their name and type will be returning in a new `all_columns` section.
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body Use the `query` element to start a query. Use `columnar` to format the answer. (*Required*)
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.15/esql-async-query-api.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/8.16/esql-async-query-api.html
#
def async_query(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'esql.async_query' }
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]