From fec17b46c67401438849f7e4020f0b513f6128cb Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Nov 2025 10:09:36 +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