Skip to content

Commit 91597f5

Browse files
committed
Added base change
1 parent e585438 commit 91597f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specification/esql/async_query/AsyncQueryRequest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export interface Request extends RequestBase {
5959
drop_null_columns?: boolean
6060
/**
6161
* A short version of the Accept header, for example `json` or `yaml`.
62+
*
63+
* `csv`, `tsv`, and `txt` formats will return results in a tabular format, excluding other metadata fields from the response.
6264
*/
6365
format?: EsqlFormat
6466
}

0 commit comments

Comments
 (0)