Skip to content

Commit 001d450

Browse files
authored
Merge pull request #442 from immutable/feat/update-zkevm-api-2025-03-23-10-04-22
feat: update immutable zkEVM API package
2 parents 3ff928a + b8ddd26 commit 001d450

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/Packages/ZkEvmApi/Documentation~/PassportProfileApi.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ catch (ApiException e)
293293
| **400** | BadRequestError | - |
294294
| **401** | UnauthorizedError | - |
295295
| **403** | ForbiddenError | - |
296+
| **429** | BadRequestError | - |
296297
| **500** | InternalServerError | - |
297298

298299
[[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)

src/Packages/ZkEvmApi/api~/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3315,6 +3315,12 @@ paths:
33153315
schema:
33163316
$ref: '#/components/schemas/APIError403'
33173317
description: ForbiddenError
3318+
"429":
3319+
content:
3320+
application/json:
3321+
schema:
3322+
$ref: '#/components/schemas/APIError429'
3323+
description: BadRequestError
33183324
"500":
33193325
content:
33203326
application/json:

0 commit comments

Comments
 (0)