File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,10 @@ <h2 id="http-verbs">HTTP Verbs</h2>
192
192
programmatically</ a > , for applications that
193
193
are not websites.</ p >
194
194
195
+ < p > Requests that require authentication will return 404, instead of 403 in some places.
196
+ This is to prevent the accidental leakage of private repositories to unauthorized
197
+ users. </ p >
198
+
195
199
< h2 id ="pagination "> Pagination</ h2 >
196
200
197
201
< p > Requests that return multiple items will be paginated to 30 items by
Original file line number Diff line number Diff line change @@ -164,6 +164,8 @@ <h2 id="list-commit-comments-for-a-repository">List commit comments for a reposi
164
164
< p > Commit Comments leverage < a href ="#custom-mime-types "> these</ a > custom mime types. You can
165
165
read more about the use of mime types in the API < a href ="/v3/mime/ "> here</ a > .</ p >
166
166
167
+ < p > Comments are ordered by ascending ID.</ p >
168
+
167
169
< pre > < code > GET /repos/:user/:repo/comments
168
170
</ code > </ pre >
169
171
You can’t perform that action at this time.
0 commit comments