Browse Source

[DOCS] Fix response value in esql-query-api.asciidoc (#111882)

Liam Thompson 1 year ago
parent
commit
d3fdb36852
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/esql/esql-query-api.asciidoc

+ 1 - 1
docs/reference/esql/esql-query-api.asciidoc

@@ -102,7 +102,7 @@ Column `name` and `type` for each column returned in `values`. Each object is a
 Column `name` and `type` for each queried column. Each object is a single column. This is only
 returned if `drop_null_columns` is sent with the request.
 
-`rows`::
+`values`::
 (array of arrays)
 Values for the search results.