From 96a8512be8279edf8bbab965e1284258ca55e7af Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 19 Dec 2023 10:11:13 +0000 Subject: [PATCH] JSON Schema Update --- config/v3/api_token/send.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/v3/api_token/send.json b/config/v3/api_token/send.json index 0e5e67d8..a688a6b7 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.",