Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 96a8512

Browse files
author
nobody
committed
JSON Schema Update
1 parent b24cb50 commit 96a8512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/v3/api_token/send.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"delete_token": {
2323
"description": "[Optional] The token to remove.",
2424
"type": "string",
25-
"pattern": "^\\w+$"
25+
"pattern": "^[A-Za-z0-9\\s_*]+$"
2626
},
2727
"new_token": {
2828
"description": "[Optional] The name of the created token.",

0 commit comments

Comments
 (0)