From f5980843870cde719ecc5ddba1ed4134f8c4adfc Mon Sep 17 00:00:00 2001 From: rautenberg Date: Thu, 2 Jul 2015 12:15:41 +0200 Subject: API: post /fminer/bbrc and /fminer/last set param prediction_feature to requested true --- api/algorithm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/algorithm.json b/api/algorithm.json index a50ceb4..b5ee1fe 100644 --- a/api/algorithm.json +++ b/api/algorithm.json @@ -522,7 +522,7 @@ "name": "prediction_feature", "description": "URI of the feature to be predicted (i.e. dependent variable)", "in": "header", - "required": false, + "required": true, "type": "string" }, "feature_generation_uri": { -- cgit v1.2.3