Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/esql/esql-query-api.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ supports this parameter for CSV responses.
(Optional, boolean) Should columns that are entirely `null` be removed from
the `columns` and `values` portion of the results? Defaults to `false`. If
`true` the response will include an extra section under the name
`all_columns` which has the name of all columns.
`all_columns` which has the name of all columns. The API only supports this parameter for CBOR, JSON, SMILE, and YAML responses.

`format`::
(Optional, string) Format for the response. For valid values, refer to
Expand Down
Loading