Skip to content

Commit 7d685ac

Browse files
authored
feat: document updated Developer plan rate limits (#2124)
1 parent f57c71e commit 7d685ac

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

docs/guides/rate-limits.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,19 @@ To identify the rate limits that apply to your project:
6565

6666
#### Developer plan rate limits
6767

68-
| Environment | Path / Bucket | Burst (rps) | Sustained (rpm) |
69-
| :---------- | :------------------------- | ----------: | --------------: |
70-
| Developer | `/sessions/whoami` | 10 | 300 |
71-
| | `/admin/oauth2/introspect` | 10 | 300 |
72-
| | `/relation-tuples/check` | 10 | 300 |
73-
| | `GET /admin/identities` | 1 | 10 |
74-
| | `POST /admin/recovery/*` | 1 | 10 |
75-
| | `*` | 5 | 150 |
68+
| Environment | Path / Bucket | Burst (rps) | Sustained (rpm) |
69+
| :---------- | :-------------------------------- | ----------: | --------------: |
70+
| Developer | `/sessions/whoami` | 10 | 300 |
71+
| | `/admin/oauth2/introspect` | 10 | 300 |
72+
| | `/relation-tuples/check` | 10 | 300 |
73+
| | `GET /admin/identities` | 1 | 10 |
74+
| | `POST /admin/identities` | 1 | 10 |
75+
| | `POST /admin/recovery/*` | 1 | 10 |
76+
| | `POST /self-service/registration` | 1 | 10 |
77+
| | `POST /self-service/recovery` | 1 | 10 |
78+
| | `POST /self-service/settings` | 1 | 10 |
79+
| | `POST /self-service/verification` | 1 | 10 |
80+
| | `*` | 5 | 150 |
7681

7782
:::note
7883

0 commit comments

Comments
 (0)