Skip to content

Commit bf5ccf7

Browse files
Update rest-api-spec main (#2839)
1 parent 8bc70a4 commit bf5ccf7

File tree

7 files changed

+70
-2
lines changed

7 files changed

+70
-2
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 16 additions & 0 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: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema-serverless.json

Lines changed: 14 additions & 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: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

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

specification/_json_spec/indices.get_data_stream.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
"master_timeout": {
4242
"type": "time",
4343
"description": "Specify timeout for connection to master"
44+
},
45+
"verbose": {
46+
"type": "boolean",
47+
"description": "Whether the maximum timestamp for each data stream should be calculated and returned (default: false)"
4448
}
4549
}
4650
}

specification/indices/get_data_stream/IndicesGetDataStreamRequest.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,10 @@ export interface Request extends RequestBase {
5656
* @server_default 30s
5757
*/
5858
master_timeout?: Duration
59+
/**
60+
* Whether the maximum timestamp for each data stream should be calculated and returned.
61+
* @server_default false
62+
*/
63+
verbose?: boolean
5964
}
6065
}

0 commit comments

Comments
 (0)