Skip to content

Commit 431fe64

Browse files
authored
Merge pull request #600 from immutable/feat/update-zkevm-api-2025-10-22-10-06-05
feat: update immutable zkEVM API package
2 parents 7983042 + 19b1db6 commit 431fe64

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,8 +386,6 @@ void (empty response body)
386386
|-------------|-------------|------------------|
387387
| **200** | OK | - |
388388
| **400** | BadRequestError | - |
389-
| **401** | UnauthorizedError | - |
390-
| **403** | ForbiddenError | - |
391389
| **429** | TooManyRequestsError | - |
392390
| **500** | InternalServerError | - |
393391

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,18 +3348,6 @@ paths:
33483348
schema:
33493349
$ref: '#/components/schemas/APIError400'
33503350
description: BadRequestError
3351-
"401":
3352-
content:
3353-
application/json:
3354-
schema:
3355-
$ref: '#/components/schemas/APIError401'
3356-
description: UnauthorizedError
3357-
"403":
3358-
content:
3359-
application/json:
3360-
schema:
3361-
$ref: '#/components/schemas/APIError403'
3362-
description: ForbiddenError
33633351
"429":
33643352
content:
33653353
application/json:

0 commit comments

Comments
 (0)