diff --git a/src/Packages/ZkEvmApi/Documentation~/PassportProfileApi.md b/src/Packages/ZkEvmApi/Documentation~/PassportProfileApi.md index e57e54d0..18f2a23c 100644 --- a/src/Packages/ZkEvmApi/Documentation~/PassportProfileApi.md +++ b/src/Packages/ZkEvmApi/Documentation~/PassportProfileApi.md @@ -388,6 +388,7 @@ void (empty response body) | **400** | BadRequestError | - | | **401** | UnauthorizedError | - | | **403** | ForbiddenError | - | +| **429** | TooManyRequestsError | - | | **500** | InternalServerError | - | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) diff --git a/src/Packages/ZkEvmApi/api~/openapi.yaml b/src/Packages/ZkEvmApi/api~/openapi.yaml index fdff8838..a70b1e06 100644 --- a/src/Packages/ZkEvmApi/api~/openapi.yaml +++ b/src/Packages/ZkEvmApi/api~/openapi.yaml @@ -3269,6 +3269,12 @@ paths: schema: $ref: '#/components/schemas/APIError403' description: ForbiddenError + "429": + content: + application/json: + schema: + $ref: '#/components/schemas/APIError429' + description: TooManyRequestsError "500": content: application/json: @@ -11917,4 +11923,8 @@ components: name: x-immutable-api-key type: apiKey x-go-name: ImmutableApiKey + OktaBearerAuth: + bearerFormat: JWT + scheme: bearer + type: http