summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Romanov <jobmail37@gmail.com>2012-12-10 11:27:19 +0400
committerAlexey Romanov <jobmail37@gmail.com>2012-12-10 11:27:19 +0400
commitc7acc59d785dbce82dc7427a3c370fa15b301489 (patch)
treef92a07c63e22b38ec586b29e56827b77db2cece9
parentfix previous commit (diff)
downloadapi-description-c7acc59d785dbce82dc7427a3c370fa15b301489.tar.gz
apps/redmine: add list_issue_statuses
Diffstat (limited to '')
-rw-r--r--apps/redmine.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/apps/redmine.json b/apps/redmine.json
index 5e745a4..14c6e0c 100644
--- a/apps/redmine.json
+++ b/apps/redmine.json
@@ -5,7 +5,7 @@
"json",
"xml"
],
- "version" : "0.1",
+ "version" : "0.2",
"methods" :{
"list_issues" : {
@@ -349,7 +349,16 @@
],
"method" : "GET",
"authentication" : true
- }
+ },
+
+ "list_issue_statuses" : {
+ "path" : "/issue_statuses.:format",
+ "required_params" : [
+ "format"
+ ],
+ "method" : "GET",
+ "authentication" : true
+ }
},
"meta" : {