summaryrefslogtreecommitdiff
path: root/apps/redmine.json
diff options
context:
space:
mode:
Diffstat (limited to 'apps/redmine.json')
-rw-r--r--apps/redmine.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/redmine.json b/apps/redmine.json
index 14c6e0c..93b437c 100644
--- a/apps/redmine.json
+++ b/apps/redmine.json
@@ -5,7 +5,7 @@
"json",
"xml"
],
- "version" : "0.2",
+ "version" : "0.3",
"methods" :{
"list_issues" : {
@@ -358,6 +358,16 @@
],
"method" : "GET",
"authentication" : true
+ },
+
+ "list_issue_categories" : {
+ "path" : "/projects/:project_id/issue_categories.:format",
+ "required_params" : [
+ "project_id",
+ "format"
+ ],
+ "method" : "GET",
+ "authentication" : true
}
},