We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 281c820 + 5809b2d commit c5fad34Copy full SHA for c5fad34
1 file changed
src/Packages/ZkEvmApi/api~/openapi.yaml
@@ -9432,9 +9432,9 @@ components:
9432
properties:
9433
username:
9434
description: The new username
9435
- maxLength: 100
9436
- minLength: 1
9437
- pattern: "^[a-zA-Z0-9._]+$"
+ maxLength: 18
+ minLength: 3
+ pattern: "^[a-zA-Z0-9]+$"
9438
type: string
9439
required:
9440
- username
0 commit comments