upd: config.modules (made GET release @step parameter optional)

This commit is contained in:
xdrm-brackets 2017-12-10 23:36:11 +01:00
parent ba7b778b18
commit 8344ad73f2
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
"permissions": [["admin"]], "permissions": [["admin"]],
"parameters": { "parameters": {
"URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project" }, "URL0": { "description": "Name of the project to release", "type": "alphanumeric", "rename": "project" },
"URL1": { "description": "Step to run, if not given, all steps will be run", "type": "id", "rename": "step" } "URL1": { "description": "Step to run, if not given, all steps will be run", "type": "id", "rename": "step", "optional": true }
} }
} }