Skip to content

Commit eb66072

Browse files
Fixed API limit message
I looks like you've changed the API limit message on your active API, but forgot to change it's demonstration on the documentation. Here is the change.
1 parent e69f70a commit eb66072

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/v3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ X-RateLimit-Remaining: 0
377377
X-RateLimit-Reset: 1377013266
378378

379379
{
380-
"message": "API rate limit exceeded. See https://developer.github.com/v3/#rate-limiting for details."
380+
"message": "API rate limit exceeded for xxx.xxx.xxx.xxx. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)",
381+
"documentation_url": "https://developer.github.com/v3/#rate-limiting"
381382
}
382383
</pre>
383384

0 commit comments

Comments
 (0)