From 6ba6816c3998e91c9a789f1179d7a0d11560c4fb Mon Sep 17 00:00:00 2001 From: Dhruv Pareek Date: Thu, 30 Apr 2026 14:43:06 -0700 Subject: [PATCH] [grid] Clarify auth challenge rate limit docs Summary: - update the source OpenAPI 429 description for auth credential challenges from OTP-only to credential challenge rate limiting - regenerate bundled openapi.yaml and mintlify/openapi.yaml Test Plan: - make build - make lint --- mintlify/openapi.yaml | 2 +- openapi.yaml | 2 +- openapi/paths/auth/auth_credentials_{id}_challenge.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index eca20ec0..7e969011 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -4190,7 +4190,7 @@ paths: schema: $ref: '#/components/schemas/Error404' '429': - description: Too many requests. Returned with `RATE_LIMITED` when challenge re-issues are requested more frequently than the OTP rate limit allows. Clients should back off and retry after the interval indicated by the `Retry-After` response header. + description: Too many requests. Returned with `RATE_LIMITED` when challenge re-issues are requested more frequently than the credential challenge rate limit allows. Clients should back off and retry after the interval indicated by the `Retry-After` response header. headers: Retry-After: description: Number of seconds to wait before retrying the request. diff --git a/openapi.yaml b/openapi.yaml index eca20ec0..7e969011 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -4190,7 +4190,7 @@ paths: schema: $ref: '#/components/schemas/Error404' '429': - description: Too many requests. Returned with `RATE_LIMITED` when challenge re-issues are requested more frequently than the OTP rate limit allows. Clients should back off and retry after the interval indicated by the `Retry-After` response header. + description: Too many requests. Returned with `RATE_LIMITED` when challenge re-issues are requested more frequently than the credential challenge rate limit allows. Clients should back off and retry after the interval indicated by the `Retry-After` response header. headers: Retry-After: description: Number of seconds to wait before retrying the request. diff --git a/openapi/paths/auth/auth_credentials_{id}_challenge.yaml b/openapi/paths/auth/auth_credentials_{id}_challenge.yaml index 6faaea86..1f6244a6 100644 --- a/openapi/paths/auth/auth_credentials_{id}_challenge.yaml +++ b/openapi/paths/auth/auth_credentials_{id}_challenge.yaml @@ -111,8 +111,8 @@ post: '429': description: >- Too many requests. Returned with `RATE_LIMITED` when challenge - re-issues are requested more frequently than the OTP rate limit - allows. Clients should back off and retry after the interval + re-issues are requested more frequently than the credential challenge + rate limit allows. Clients should back off and retry after the interval indicated by the `Retry-After` response header. headers: Retry-After: