Skip to content

Commit 3872e38

Browse files
Update rest-api-spec
1 parent bcd67b5 commit 3872e38

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

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.

output/schema/validation-errors.json

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

specification/_json_spec/health.json renamed to specification/_json_spec/health_report.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"health": {
2+
"health_report": {
33
"documentation": {
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/health-api.html",
55
"description": "Returns the health of the cluster."
@@ -12,11 +12,11 @@
1212
"url": {
1313
"paths": [
1414
{
15-
"path": "/_health",
15+
"path": "/_health_report",
1616
"methods": ["GET"]
1717
},
1818
{
19-
"path": "/_health/{feature}",
19+
"path": "/_health_report/{feature}",
2020
"methods": ["GET"],
2121
"parts": {
2222
"feature": {

specification/_json_spec/ml.update_trained_model_deployment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ml.update_trained_model_deployment": {
33
"documentation": {
4-
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/ml-update-trained-model-deployment.html",
4+
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/update-trained-model-deployment.html",
55
"description": "Updates certain properties of trained model deployment."
66
},
77
"stability": "beta",

specification/_json_spec/transform.start_transform.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
]
2525
},
2626
"params": {
27+
"from": {
28+
"type": "string",
29+
"required": false,
30+
"description": "Restricts the set of transformed entities to those changed after this time"
31+
},
2732
"timeout": {
2833
"type": "time",
2934
"required": false,

0 commit comments

Comments
 (0)