Add DMaaP Configuration APIs for Testing
[holmes/engine-management.git] / engine-d / src / main / resources / swagger.json
index 4dd3f6d..7d227fd 100644 (file)
@@ -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"
         },
         "engineid" : {
           "type" : "string"
+        },
+        "loopcontrolname" : {
+          "type" : "string"
         }
       }
     }