File tree Expand file tree Collapse file tree 9 files changed +32
-326
lines changed
Expand file tree Collapse file tree 9 files changed +32
-326
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments