Skip to content

Commit

Permalink
Document use of 429 status for Git LFS rate limits (#44339)
Browse files Browse the repository at this point in the history
  • Loading branch information
bk2204 authored Oct 27, 2023
1 parent b45145e commit 09b649c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/rest/overview/resources-in-the-rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,8 @@ If you exceed the rate limit, the response will have a `403` status and the `x-r
> }
```
For requests using the Git LFS API (that is, the one used by the Git LFS client), the response will instead have a `429` status.
If you are rate limited, you should not try your request until after the time specified by the `x-ratelimit-reset` time.
### Increasing the unauthenticated rate limit for {% data variables.product.prodname_oauth_apps %}
Expand Down

0 comments on commit 09b649c

Please sign in to comment.