Removed API/release permission

This commit is contained in:
xdrm-brackets 2018-03-03 16:37:54 +01:00
parent e19a891802
commit f046741a89
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
"GET": { "GET": {
"des": "Pulls project from git branch.", "des": "Pulls project from git branch.",
"per": [["admin"]], "per": [[]],
"par": { "par": {
"URL0": { "des": "Name of the project to release", "typ": "alphanumeric", "ren": "project", "opt": true, "def": "self" }, "URL0": { "des": "Name of the project to release", "typ": "alphanumeric", "ren": "project", "opt": true, "def": "self" },
"URL1": { "des": "Step to run, if not given, all steps will be run", "typ": "id", "ren": "step", "opt": true } "URL1": { "des": "Step to run, if not given, all steps will be run", "typ": "id", "ren": "step", "opt": true }