Skip to content

Commit 71c14cf

Browse files
committed
boom
1 parent 6c48a8d commit 71c14cf

File tree

9 files changed

+32
-326
lines changed

9 files changed

+32
-326
lines changed

v3/git/tags/index.html

Lines changed: 0 additions & 300 deletions
This file was deleted.

v3/issues/comments/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1 id="issue-comments-api">Issue Comments API</h1>
4040

4141
<h2 id="list-comments-on-an-issue">List comments on an issue</h2>
4242

43-
<pre><code>GET /repos/:user/:repo/issues/:id/comments
43+
<pre><code>GET /repos/:user/:repo/issues/:number/comments
4444
</code></pre>
4545

4646
<h3 id="response">Response</h3>
@@ -96,7 +96,7 @@ <h3 id="response-1">Response</h3>
9696

9797
<h2 id="create-a-comment">Create a comment</h2>
9898

99-
<pre><code>POST /repos/:user/:repo/issues/:id/comments
99+
<pre><code>POST /repos/:user/:repo/issues/:number/comments
100100
</code></pre>
101101

102102
<h3 id="input">Input</h3>

v3/issues/events/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 id="attributes">Attributes</h3>
7070
<dd>The issue was assigned to the actor.</dd>
7171
</dl><h2 id="list-events-for-an-issue">List events for an issue</h2>
7272

73-
<pre><code>GET /repos/:user/:repo/issues/:issue_id/events
73+
<pre><code>GET /repos/:user/:repo/issues/:issue_number/events
7474
</code></pre>
7575

7676
<h3 id="response">Response</h3>

v3/issues/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ <h3 id="response-3">Response</h3>
439439

440440
<h2 id="edit-an-issue">Edit an issue</h2>
441441

442-
<pre><code>PATCH /repos/:user/:repo/issues/:id
442+
<pre><code>PATCH /repos/:user/:repo/issues/:number
443443
</code></pre>
444444

445445
<h3 id="input-1">Input</h3>

0 commit comments

Comments
 (0)