2016-11-06 16:04:17 +00:00
|
|
|
{
|
2016-11-08 08:54:59 +00:00
|
|
|
|
|
|
|
"authentification": {
|
|
|
|
"renew": {
|
|
|
|
"description": "Renewal of the cyclic hashing system.",
|
2016-11-08 09:05:08 +00:00
|
|
|
"permission": ["cyclic-hash-system"]
|
2016-11-08 08:54:59 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
|
2016-11-07 07:15:16 +00:00
|
|
|
"release": {
|
|
|
|
"pull": {
|
|
|
|
"description": "Pulls project from git branch.",
|
2016-11-08 09:05:08 +00:00
|
|
|
"permissions": ["cyclic-hash-system"],
|
2016-11-07 07:15:16 +00:00
|
|
|
"parameters": {
|
|
|
|
"project": { "description": "Project's name.", "type": "varchar(2,30,alphanumeric)" },
|
|
|
|
"branch": { "description": "Git release branch.", "type": "varchar(2,30,alphanumeric)" }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-11-06 16:04:17 +00:00
|
|
|
}
|