File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments