From 51d1c52fd59b5ba742bf71a602b2e5efb1c9c2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Saint-F=C3=A9lix?= Date: Thu, 23 Nov 2023 13:57:48 +0100 Subject: [PATCH] Remove time_zone for the initial version --- specification/esql/query/QueryRequest.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/specification/esql/query/QueryRequest.ts b/specification/esql/query/QueryRequest.ts index d085a570ba..31bfbcdcd8 100644 --- a/specification/esql/query/QueryRequest.ts +++ b/specification/esql/query/QueryRequest.ts @@ -60,6 +60,5 @@ export interface Request extends RequestBase { * The ES|QL query API accepts an ES|QL query string in the query parameter, runs it, and returns the results. */ query: string - time_zone?: TimeZone } }