Skip to content

Commit 3646cd6

Browse files
committed
Add undocumented profile parameter
1 parent 46eee2f commit 3646cd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

specification/esql/query/QueryRequest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export interface Request extends RequestBase {
6363
* @doc_id esql-query-params
6464
*/
6565
params?: Array<ScalarValue>
66+
profile?: boolean
6667
/**
6768
* The ES|QL query API accepts an ES|QL query string in the query parameter, runs it, and returns the results.
6869
*/

0 commit comments

Comments
 (0)