Skip to content

Commit c2bf181

Browse files
committed
Add missing body to ML rest-api-spec API (elastic#123235)
1 parent 41f09bf commit c2bf181

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rest-api-spec/src/main/resources/rest-api-spec/api/ml.start_trained_model_deployment.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
"options": ["starting", "started", "fully_allocated"],
7676
"default": "started"
7777
}
78+
},
79+
"body":{
80+
"description": "The settings for the trained model deployment",
81+
"required": false
7882
}
7983
}
8084
}

0 commit comments

Comments
 (0)