diff options
author | Alexey Romanov <jobmail37@gmail.com> | 2012-12-10 11:27:19 +0400 |
---|---|---|
committer | Alexey Romanov <jobmail37@gmail.com> | 2012-12-10 11:27:19 +0400 |
commit | c7acc59d785dbce82dc7427a3c370fa15b301489 (patch) | |
tree | f92a07c63e22b38ec586b29e56827b77db2cece9 | |
parent | fix previous commit (diff) | |
download | api-description-c7acc59d785dbce82dc7427a3c370fa15b301489.tar.gz |
apps/redmine: add list_issue_statuses
-rw-r--r-- | apps/redmine.json | 13 |
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" : { |