fix: Adapt regex for trello token to new length and format

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-07 22:40:21 +02:00
parent 1f53ce1d74
commit 63b0c8271b

View File

@@ -10,7 +10,7 @@
}, },
"token": { "token": {
"type": "string", "type": "string",
"pattern": "^[0-9a-fA-F]{64}$" "pattern": "^[0-9a-fA-FT]{64,76}$"
} }
} }
}, },