Skip to content

Commit 350fa02

Browse files
committed
Updated async message
1 parent b4d86f7 commit 350fa02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/esql/async_query/AsyncQueryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface Request extends RequestBase {
6363
* `csv`, `tsv`, and `txt` formats will return results in a tabular format, excluding other metadata fields from the response.
6464
*
6565
* For async requests, nothing will be returned if the async query doesn't finish within the timeout.
66-
* You should then take the query ID and status from the `X-Elasticsearch-Async-Id` and `X-Elasticsearch-Async-Is-Running` HTTP headers, respectively.
66+
* The query ID and running status are available in the `X-Elasticsearch-Async-Id` and `X-Elasticsearch-Async-Is-Running` HTTP headers of the response, respectively.
6767
*/
6868
format?: EsqlFormat
6969
}

0 commit comments

Comments
 (0)