diff --git a/config/v3/api_token/send.json b/config/v3/api_token/send.json index 0e5e67d8b..a688a6b7f 100644 --- a/config/v3/api_token/send.json +++ b/config/v3/api_token/send.json @@ -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.",