From d39a89545e7c12a34c530e0024e8270c9db1abe8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 Nov 2025 10:08:43 +0000 Subject: [PATCH] feat: update immutable zkEVM API package --- src/Packages/ZkEvmApi/api~/openapi.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/Packages/ZkEvmApi/api~/openapi.yaml b/src/Packages/ZkEvmApi/api~/openapi.yaml index 81f77a32..c84b4048 100644 --- a/src/Packages/ZkEvmApi/api~/openapi.yaml +++ b/src/Packages/ZkEvmApi/api~/openapi.yaml @@ -548,10 +548,8 @@ paths: security: - ImmutableApiKey: - refresh:metadata - - BearerAuthWithClient: - - refresh:metadata - - BearerAuth: - - refresh:metadata + - BearerAuthWithClient: [] + - BearerAuth: [] summary: Refresh collection metadata tags: - collections @@ -2212,8 +2210,7 @@ paths: $ref: '#/components/schemas/APIError500' description: Internal Server Error (500) security: - - BearerAuthWithClient: - - refresh:metadata + - BearerAuthWithClient: [] summary: Refresh collection metadata internal tags: - collections