diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.start_trained_model_deployment.json b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.start_trained_model_deployment.json index d032da3b3cda2..3abf072e2efe5 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/ml.start_trained_model_deployment.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/ml.start_trained_model_deployment.json @@ -75,6 +75,10 @@ "options": ["starting", "started", "fully_allocated"], "default": "started" } + }, + "body":{ + "description": "The settings for the trained model deployment", + "required": false } } }