Skip to content

Commit

Permalink
Merge pull request #278 from bcardarella/master
Browse files Browse the repository at this point in the history
Update Documentation for state option on update_issue
  • Loading branch information
pengwynn committed Jun 30, 2013
2 parents 2226460 + 24845e2 commit 3e047e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/octokit/client/issues.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def reopen_issue(repo, number, options={})
# @option options [String] :assignee User login.
# @option options [Integer] :milestone Milestone number.
# @option options [String] :labels List of comma separated Label names. Example: <tt>bug,ui,@high</tt>.
# @option options [String] :state State of the issue. <tt>open</tt> or <tt>closed</tt>
# @return [Issue] The updated Issue
# @see http://developer.github.com/v3/issues/#edit-an-issue
# @example Change the title of Issue #25
Expand Down

0 comments on commit 3e047e9

Please sign in to comment.