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>
192192programmatically</ a > , for applications that
193193are not websites.</ p >
194194
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+
195199< h2 id ="pagination "> Pagination</ h2 >
196200
197201< 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
164164< p > Commit Comments leverage < a href ="#custom-mime-types "> these</ a > custom mime types. You can
165165read more about the use of mime types in the API < a href ="/v3/mime/ "> here</ a > .</ p >
166166
167+ < p > Comments are ordered by ascending ID.</ p >
168+
167169< pre > < code > GET /repos/:user/:repo/comments
168170</ code > </ pre >
169171
You can’t perform that action at this time.
0 commit comments