Skip to content

Commit d842acd

Browse files
Corrected the constraints and rate limits
1 parent 22a864c commit d842acd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rest-api/constraints-rate-limits-and-errors.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ title: "Constraints, Rate Limits And Errors"
8686

8787
**API**
8888

89-
1. API calls for core operations are rate limited to 10000 requests per min. Core operations include user connection, create/delete user, create/join group cumulatively.
90-
2. API calls for standard operations are rate limited to 20000 requests per min. Standard operations include all other operations cumulatively.
89+
1. API calls for core operations are rate limited to 10,000 requests per min. Core operations include user connection, create/delete user, create/join group cumulatively.
90+
2. API calls for standard operations are rate limited to 20,000 requests per min. Standard operations include all other operations cumulatively.
9191

9292
**Bots**
9393

@@ -102,4 +102,4 @@ title: "Constraints, Rate Limits And Errors"
102102
| Webhook authentication username | 50 characters, alphanumeric (without spaces) | |
103103
| Webhook authentication password | 100 characters, alphanumeric (without spaces) | |
104104

105-
### Errors:
105+
### Errors:

0 commit comments

Comments
 (0)