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>
40
40
41
41
< h2 id ="list-comments-on-an-issue "> List comments on an issue</ h2 >
42
42
43
- < pre > < code > GET /repos/:user/:repo/issues/:id /comments
43
+ < pre > < code > GET /repos/:user/:repo/issues/:number /comments
44
44
</ code > </ pre >
45
45
46
46
< h3 id ="response "> Response</ h3 >
@@ -96,7 +96,7 @@ <h3 id="response-1">Response</h3>
96
96
97
97
< h2 id ="create-a-comment "> Create a comment</ h2 >
98
98
99
- < pre > < code > POST /repos/:user/:repo/issues/:id /comments
99
+ < pre > < code > POST /repos/:user/:repo/issues/:number /comments
100
100
</ code > </ pre >
101
101
102
102
< h3 id ="input "> Input</ h3 >
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ <h3 id="attributes">Attributes</h3>
70
70
< dd > The issue was assigned to the actor.</ dd >
71
71
</ dl > < h2 id ="list-events-for-an-issue "> List events for an issue</ h2 >
72
72
73
- < pre > < code > GET /repos/:user/:repo/issues/:issue_id /events
73
+ < pre > < code > GET /repos/:user/:repo/issues/:issue_number /events
74
74
</ code > </ pre >
75
75
76
76
< 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>
439
439
440
440
< h2 id ="edit-an-issue "> Edit an issue</ h2 >
441
441
442
- < pre > < code > PATCH /repos/:user/:repo/issues/:id
442
+ < pre > < code > PATCH /repos/:user/:repo/issues/:number
443
443
</ code > </ pre >
444
444
445
445
< h3 id ="input-1 "> Input</ h3 >
You can’t perform that action at this time.
0 commit comments