summaryrefslogtreecommitdiffstats
path: root/rulemgt/src/main/resources/swagger.json
diff options
context:
space:
mode:
Diffstat (limited to 'rulemgt/src/main/resources/swagger.json')
-rw-r--r--rulemgt/src/main/resources/swagger.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/rulemgt/src/main/resources/swagger.json b/rulemgt/src/main/resources/swagger.json
index 748a311..e721257 100644
--- a/rulemgt/src/main/resources/swagger.json
+++ b/rulemgt/src/main/resources/swagger.json
@@ -94,7 +94,7 @@
"parameters" : [ {
"in" : "body",
"name" : "body",
- "description" : "The request entity of the HTTP call, which comprises \"rulename\"(required), \"content\"(required), \"enabled\"(required) and \"description\"(optional)",
+ "description" : "The request entity of the HTTP call, which comprises \"rulename\"(required), \"loopcontrolname\"(required), \"content\"(required), \"enabled\"(required) and \"description\"(optional)",
"required" : true,
"schema" : {
"$ref" : "#/definitions/RuleCreateRequest"
@@ -158,6 +158,9 @@
},
"rulename" : {
"type" : "string"
+ },
+ "loopcontrolname" : {
+ "type" : "string"
}
}
},