diff --git a/specification/esql/_types/Version.ts b/specification/esql/_types/Version.ts index d72a151961..22fe3280be 100644 --- a/specification/esql/_types/Version.ts +++ b/specification/esql/_types/Version.ts @@ -24,8 +24,8 @@ import { Duration } from '@_types/Time' * The version of the ES|QL language in which the "query" field was written. */ export enum Version { - /** - * Run against the first version of ES|QL. - */ - '2024.04.01', + /** + * Run against the first version of ES|QL. + */ + '2024.04.01' } diff --git a/specification/esql/query/QueryRequest.ts b/specification/esql/query/QueryRequest.ts index 9a6a3f6f0b..8bcb1c466b 100644 --- a/specification/esql/query/QueryRequest.ts +++ b/specification/esql/query/QueryRequest.ts @@ -60,7 +60,7 @@ 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, + query: string /** * The version of the ES|QL language in which the "query" field was written. */