Skip to content

Commit 5a1a002

Browse files
committed
Normalized async and normal docs, and autogen files
1 parent bb09c4a commit 5a1a002

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-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: 4 additions & 4 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ export interface Request extends RequestBase {
5858
*/
5959
drop_null_columns?: boolean
6060
/**
61-
* A short version of the Accept header, for example `json` or `yaml`.
62-
*
61+
* A short version of the Accept header, e.g. json, yaml.
62+
*
6363
* `csv`, `tsv`, and `txt` formats will return results in a tabular format, excluding other metadata fields from the response.
64-
*
64+
*
6565
* For async requests, nothing will be returned if the async query doesn't finish within the timeout.
6666
*/
6767
format?: EsqlFormat

specification/esql/query/QueryRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export interface Request extends RequestBase {
4343
query_parameters: {
4444
/**
4545
* A short version of the Accept header, e.g. json, yaml.
46-
*
46+
*
4747
* `csv`, `tsv`, and `txt` formats will return results in a tabular format, excluding other metadata fields from the response.
4848
*/
4949
format?: EsqlFormat

0 commit comments

Comments
 (0)