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: