Skip to content

Commit

Permalink
JSON Schema Update
Browse files Browse the repository at this point in the history
  • Loading branch information
binarysysadmin committed Dec 19, 2023
1 parent 8130d05 commit 4b01501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/v3/api_token/send.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"delete_token": {
"description": "[Optional] The token to remove.",
"type": "string",
"pattern": "^\\w+$"
"pattern": "^[A-Za-z0-9\\s_*]+$"
},
"new_token": {
"description": "[Optional] The name of the created token.",
Expand Down

0 comments on commit 4b01501

Please sign in to comment.