X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=engine-d%2Fsrc%2Fmain%2Fresources%2Fswagger.json;h=7d227fd922d8e9ecce3fb95951d87de6ea8f63de;hb=530fcc3970550c2ddbe62f51c59b9705cbaa244b;hp=4dd3f6d5455608944019a2fcf7f9b5fd8ac5d074;hpb=e540d3894d2f662a843e5c51535d44b876b9889f;p=holmes%2Fengine-management.git 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" } } }