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:
65
65
66
66
#### Developer plan rate limits
67
67
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 |
76
81
77
82
:::note
78
83
You can’t perform that action at this time.
0 commit comments