From 34bcdc45a3324df237c91b1f940e3b746eb95072 Mon Sep 17 00:00:00 2001 From: nipsufn Date: Tue, 22 Apr 2025 12:20:26 +0200 Subject: [PATCH] feat: document updated Developer plan rate limits --- docs/guides/rate-limits.mdx | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/docs/guides/rate-limits.mdx b/docs/guides/rate-limits.mdx index 947600b35..72c305fec 100644 --- a/docs/guides/rate-limits.mdx +++ b/docs/guides/rate-limits.mdx @@ -65,14 +65,19 @@ To identify the rate limits that apply to your project: #### Developer plan rate limits -| Environment | Path / Bucket | Burst (rps) | Sustained (rpm) | -| :---------- | :------------------------- | ----------: | --------------: | -| Developer | `/sessions/whoami` | 10 | 300 | -| | `/admin/oauth2/introspect` | 10 | 300 | -| | `/relation-tuples/check` | 10 | 300 | -| | `GET /admin/identities` | 1 | 10 | -| | `POST /admin/recovery/*` | 1 | 10 | -| | `*` | 5 | 150 | +| Environment | Path / Bucket | Burst (rps) | Sustained (rpm) | +| :---------- | :-------------------------------- | ----------: | --------------: | +| Developer | `/sessions/whoami` | 10 | 300 | +| | `/admin/oauth2/introspect` | 10 | 300 | +| | `/relation-tuples/check` | 10 | 300 | +| | `GET /admin/identities` | 1 | 10 | +| | `POST /admin/identities` | 1 | 10 | +| | `POST /admin/recovery/*` | 1 | 10 | +| | `POST /self-service/registration` | 1 | 10 | +| | `POST /self-service/recovery` | 1 | 10 | +| | `POST /self-service/settings` | 1 | 10 | +| | `POST /self-service/verification` | 1 | 10 | +| | `*` | 5 | 150 | :::note