From 530fcc3970550c2ddbe62f51c59b9705cbaa244b Mon Sep 17 00:00:00 2001 From: Guangrong Fu Date: Sat, 14 Oct 2017 16:38:26 +0800 Subject: Add DMaaP Configuration APIs for Testing Change-Id: I4f2d75ba8148f3118a731d0b2d68f13c6b941bb0 Issue-ID: HOLMES-59 Signed-off-by: Guangrong Fu --- engine-d/src/main/resources/swagger.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engine-d/src/main/resources') diff --git a/engine-d/src/main/resources/swagger.json b/engine-d/src/main/resources/swagger.json index 4dd3f6d..7d227fd 100644 --- a/engine-d/src/main/resources/swagger.json +++ b/engine-d/src/main/resources/swagger.json @@ -63,7 +63,7 @@ "parameters" : [ { "in" : "body", "name" : "body", - "description" : "The request entity of the HTTP call, which comprises two fields: \"content\" and \"engineid\". The \"content\" should be a valid Drools rule string and the \"engineid\" has to be \"engine-d\" in the Amsterdam release.", + "description" : "The request entity of the HTTP call, which comprises three fields: \"content\" , \"loopcontrolname\" and \"engineid\". The \"content\" should be a valid Drools rule string and the \"engineid\" has to be \"engine-d\" in the Amsterdam release.", "required" : true, "schema" : { "$ref" : "#/definitions/DeployRuleRequest" @@ -121,6 +121,9 @@ }, "engineid" : { "type" : "string" + }, + "loopcontrolname" : { + "type" : "string" } } } -- cgit 1.2.3-korg