Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nobody committed Jul 22, 2024
1 parent ffa5497 commit 0dc2603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/v3/confirm_email/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"verification_code": {
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
"type": "string",
"pattern": "^\\w{8,128}$",
"pattern": "^\\w{6,128}$",
"sensitive": 1
},
"passthrough": {
Expand Down
2 changes: 1 addition & 1 deletion config/v3/new_account_virtual/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"verification_code": {
"description": "Email verification code (received from a `verify_email` call, which must be done first).",
"type": "string",
"pattern": "^\\w{8,128}$"
"pattern": "^\\w{6,128}$"
},
"loginid": {
"description": "[Optional] The login id of the user. Mandatory when multiple tokens were provided during authorize.",
Expand Down

0 comments on commit 0dc2603

Please sign in to comment.