diff --git a/docs/reference/esql/esql-query-api.asciidoc b/docs/reference/esql/esql-query-api.asciidoc index 63b8738266132..4de810ee4e1c2 100644 --- a/docs/reference/esql/esql-query-api.asciidoc +++ b/docs/reference/esql/esql-query-api.asciidoc @@ -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