Skip to content

Commit a565762

Browse files
committed
boom
1 parent 3f034e8 commit a565762

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

v3/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,10 @@ <h2 id="http-verbs">HTTP Verbs</h2>
192192
programmatically</a>, for applications that
193193
are 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

v3/repos/commits/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
165165
read 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

0 commit comments

Comments
 (0)