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

@ -59,8 +59,8 @@
"description": "Pulls project from git branch.",
"permissions": [["admin"]],
"parameters": {
"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" }
"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", "optional": true }
}
}