From 727886810d22a3b91a6b194f94ff7f07ced3c172 Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Mon, 10 Dec 2012 12:57:38 +0400 Subject: apps/redmine: add list_issue_categories --- apps/redmine.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'apps') 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 } }, -- cgit v1.2.3