-
Notifications
You must be signed in to change notification settings - Fork 63.8k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
Actual results
The description for 429
is Response
, which is really odd:
Error Codes
HTTP Status Code | Description |
---|---|
400 | Bad Request |
403 | Forbidden |
404 | Resource not found |
429 | Response |
Expected results
Typically 429
is Too Many Requests
or something, and ideally there'd be some prose or link or something explaining something.
Something might be "why is getting a 429 from this API so special that it merits being mentioned at all, whereas it isn't mentioned in the docs for any other api"... I can't really provide more specific input since I have no idea why it's here...
Additional information
This appears to be the only article in docs.github.com that actually mentions 429
according to DuckDuckGo.
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content team