Skip to content

Commit c5fad34

Browse files
authored
Merge pull request #642 from immutable/feat/update-zkevm-api-2025-12-21-10-05-00
feat: update immutable zkEVM API package
2 parents 281c820 + 5809b2d commit c5fad34

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9432,9 +9432,9 @@ components:
94329432
properties:
94339433
username:
94349434
description: The new username
9435-
maxLength: 100
9436-
minLength: 1
9437-
pattern: "^[a-zA-Z0-9._]+$"
9435+
maxLength: 18
9436+
minLength: 3
9437+
pattern: "^[a-zA-Z0-9]+$"
94389438
type: string
94399439
required:
94409440
- username

0 commit comments

Comments
 (0)