Skip to content

feat: update immutable zkEVM API package #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/Packages/ZkEvmApi/Documentation~/PassportProfileApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
10 changes: 10 additions & 0 deletions src/Packages/ZkEvmApi/api~/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -11917,4 +11923,8 @@ components:
name: x-immutable-api-key
type: apiKey
x-go-name: ImmutableApiKey
OktaBearerAuth:
bearerFormat: JWT
scheme: bearer
type: http