From c1e7b432ab10e065b47135f96d01e12c567471b2 Mon Sep 17 00:00:00 2001 From: Kevin Dew Date: Thu, 21 May 2026 11:26:32 +0100 Subject: [PATCH] Update rate limit documentation This updates the rate limits to match what we have configured in: https://github.com/alphagov/govuk-chat/blob/main/config/initializers/rack_attack.rb We did initially think we were going to revert the rate limit increases as a temporary thing https://github.com/alphagov/govuk-chat/pull/1093 however there is increased comfort at a leadership level with having more leeway with rate limits. --- docs/api_openapi_specification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api_openapi_specification.yml b/docs/api_openapi_specification.yml index 76ab056b1..6d7810e79 100644 --- a/docs/api_openapi_specification.yml +++ b/docs/api_openapi_specification.yml @@ -20,7 +20,7 @@ info: | User type | Write request limit | Read request limit | |-----------|---------------------|--------------------| - | API User | 200 RPM | 2,400 RPM | + | API User | 900 RPM | 10,800 RPM | | End User | 15 RPM | 180 RPM | version: "0.5.0"