Skip to content

Commit 0cb28ac

Browse files
authored
Merge pull request #609 from immutable/feat/update-zkevm-api-2025-11-06-10-05-57
feat: update immutable zkEVM API package
2 parents 8738068 + d39a895 commit 0cb28ac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -548,10 +548,8 @@ paths:
548548
security:
549549
- ImmutableApiKey:
550550
- refresh:metadata
551-
- BearerAuthWithClient:
552-
- refresh:metadata
553-
- BearerAuth:
554-
- refresh:metadata
551+
- BearerAuthWithClient: []
552+
- BearerAuth: []
555553
summary: Refresh collection metadata
556554
tags:
557555
- collections
@@ -2212,8 +2210,7 @@ paths:
22122210
$ref: '#/components/schemas/APIError500'
22132211
description: Internal Server Error (500)
22142212
security:
2215-
- BearerAuthWithClient:
2216-
- refresh:metadata
2213+
- BearerAuthWithClient: []
22172214
summary: Refresh collection metadata internal
22182215
tags:
22192216
- collections

0 commit comments

Comments
 (0)