Skip to content

Commit 29bd2ab

Browse files
Update rest-api-spec main (#1722)
Co-authored-by: delvedor <[email protected]>
1 parent da53b6e commit 29bd2ab

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

output/schema/validation-errors.json

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

specification/_json_spec/ml.preview_datafeed.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@
2828
}
2929
]
3030
},
31+
"params": {
32+
"start": {
33+
"type": "string",
34+
"required": false,
35+
"description": "The start time from where the datafeed preview should begin"
36+
},
37+
"end": {
38+
"type": "string",
39+
"required": false,
40+
"description": "The end time when the datafeed preview should stop"
41+
}
42+
},
3143
"body": {
3244
"description": "The datafeed config and job config with which to execute the preview",
3345
"required": false

0 commit comments

Comments
 (0)