From 8344ad73f20c33eacaabd6d198fb6f393114d2b1 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 10 Dec 2017 23:36:11 +0100 Subject: [PATCH] upd: config.modules (made GET release @step parameter optional) --- config/modules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/modules.json b/config/modules.json index d1441e4..473798e 100755 --- a/config/modules.json +++ b/config/modules.json @@ -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 } } }