Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow committed Jul 3, 2024
1 parent 30a7e19 commit d1bd1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/v3/new_account_virtual/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
]
},
"affiliate_token": {
"description": "[Optional] Affiliate token, within 32 characters.",
"description": "[Optional] Affiliate token, within 100 characters.",
"type": "string",
"pattern": "^[\\w-]{0,32}$"
"pattern": "^[\\w-]{0,100}$"
},
"client_password": {
"description": "Password (Accepts any printable ASCII character. Must be within 8-25 characters, and include numbers, lowercase and uppercase letters. Must not be the same as the user's email address).",
Expand Down

0 comments on commit d1bd1b3

Please sign in to comment.