File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -212,9 +212,9 @@ <h2 id="pagination">Pagination</h2>
212
212
< dd > Shows the URL of the immediate previous page of results.</ dd >
213
213
</ dl > < h2 id ="rate-limiting "> Rate Limiting</ h2 >
214
214
215
- < p > We limit requests to API v3 to 5000 per day . This is keyed off either your
216
- login, or your request IP. You can check the returned HTTP headers of any API
217
- request to see your current status:</ p >
215
+ < p > We limit requests to API v3 to 5000 per hour . This is keyed off either your
216
+ login, your OAuth token, or request IP. You can check the returned HTTP
217
+ headers of any API request to see your current status:</ p >
218
218
219
219
< pre class ="terminal ">
220
220
$ curl -i https://api.github.com/users/whatever
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ <h3 id="input-2">Input</h3>
409
409
< dl >
410
410
< dt > commit_message</ dt >
411
411
< dd >
412
- < em > Required </ em > < strong > string</ strong > - The message that will used for the merge commit</ dd >
412
+ < em > Optional </ em > < strong > string</ strong > - The message that will be used for the merge commit</ dd >
413
413
</ dl > < h3 id ="response-if-merge-was-successful "> Response if merge was successful</ h3 >
414
414
415
415
< pre class ="headers "> < code > Status: 200 OK
You can’t perform that action at this time.
0 commit comments