Skip to content

Commit dfe4e6b

Browse files
authored
[DOCS] Fix response value in esql-query-api.asciidoc (elastic#111882) (elastic#111891)
1 parent 14bb0f8 commit dfe4e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ Column `name` and `type` for each column returned in `values`. Each object is a
9292
Column `name` and `type` for each queried column. Each object is a single column. This is only
9393
returned if `drop_null_columns` is sent with the request.
9494

95-
`rows`::
95+
`values`::
9696
(array of arrays)
9797
Values for the search results.

0 commit comments

Comments
 (0)