Skip to content

Commit ae71ce8

Browse files
authored
Merge pull request #446 from immutable/feat/update-zkevm-api-2025-03-27-10-05-03
feat: update immutable zkEVM API package
2 parents 001d450 + cfd6fbc commit ae71ce8

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ void (empty response body)
388388
| **400** | BadRequestError | - |
389389
| **401** | UnauthorizedError | - |
390390
| **403** | ForbiddenError | - |
391+
| **429** | TooManyRequestsError | - |
391392
| **500** | InternalServerError | - |
392393

393394
[[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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3269,6 +3269,12 @@ paths:
32693269
schema:
32703270
$ref: '#/components/schemas/APIError403'
32713271
description: ForbiddenError
3272+
"429":
3273+
content:
3274+
application/json:
3275+
schema:
3276+
$ref: '#/components/schemas/APIError429'
3277+
description: TooManyRequestsError
32723278
"500":
32733279
content:
32743280
application/json:
@@ -11917,4 +11923,8 @@ components:
1191711923
name: x-immutable-api-key
1191811924
type: apiKey
1191911925
x-go-name: ImmutableApiKey
11926+
OktaBearerAuth:
11927+
bearerFormat: JWT
11928+
scheme: bearer
11929+
type: http
1192011930

0 commit comments

Comments
 (0)