Skip to content

Commit

Permalink
regenerated site
Browse files Browse the repository at this point in the history
  • Loading branch information
schacon committed Sep 23, 2009
1 parent 04c948f commit e459d4c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions p/issues.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,20 @@ <h3 id='edit_existing_issues'>Edit Existing Issues</h3>

<p>This will overwrite the title or body of the issue, if you are authorized member of the project.</p>

<h3 id='listing_labels'>Listing Labels</h3>

<p>You can list available labels for a projects issues with</p>

<pre><code>issues/labels/:user/:repo</code></pre>

<p>For example,</p>

<pre><code>$ curl -F &#39;login=schacon&#39; -F &#39;token=XXX&#39; https://github.com/api/v2/yaml/issues/labels/schacon/simplegit
---
labels:
- label1
- label2</code></pre>

<h3 id='add_and_remove_labels'>Add and Remove Labels</h3>

<p>To add a label, run</p>
Expand Down

0 comments on commit e459d4c

Please sign in to comment.