Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rate-limits.md #273

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/basics/rate-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ In addition to our default limits, RingCentral administrators have the ability t

Within the above presented limits your client application is allowed to send 10 heavy, 40 medium, 50 light and 5 authorization requests per user (RC extension) per minute.

## What not to do if my app exceeds the limits and gets the error code - 429 Too Many Requests
### What not to do if my app exceeds the limits and gets the error code - 429 Too Many Requests

If you exceed these limitations the server returns the `429 Too Many Requests` HTTP error code. It means that the client is throttled by the server due to high request rate.
The retry period in seconds, after which more requests can be sent, is specified in `Retry-After` response header.
Expand Down