diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 11:31:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-06-06 11:31:40 +0300 |
commit | a4e671dc31dd2b2775bd52304f0c772eaac451bc (patch) | |
tree | a47c7e36244186f76df1d3542d9f848adbf0b4dc /lib/api/issues.rb | |
parent | 0fbaf95f13bfa8097cd277971a41028b159da0a7 (diff) | |
download | gitlab-ce-a4e671dc31dd2b2775bd52304f0c772eaac451bc.tar.gz |
Fix wrong documentation for issue close api. Fixes #3548
Diffstat (limited to 'lib/api/issues.rb')
-rw-r--r-- | lib/api/issues.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/issues.rb b/lib/api/issues.rb index 53e2e8cfa35..a2983e197e7 100644 --- a/lib/api/issues.rb +++ b/lib/api/issues.rb @@ -70,7 +70,7 @@ module API # assignee_id (optional) - The ID of a user to assign issue # milestone_id (optional) - The ID of a milestone to assign issue # labels (optional) - The labels of an issue - # state (optional) - The state of an issue (close|reopen) + # state_event (optional) - The state event of an issue (close|reopen) # Example Request: # PUT /projects/:id/issues/:issue_id put ":id/issues/:issue_id" do |