Skip to content

Commit 45e9d2e

Browse files
author
Andrei Neagu
committed
fixed openapispecs
1 parent a950fc3 commit 45e9d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@
20192019
"anyOf": [
20202020
{
20212021
"type": "string",
2022-
"pattern": "^[a-z0-9]$"
2022+
"pattern": "[a-zA-Z0-9]"
20232023
},
20242024
{
20252025
"type": "null"

0 commit comments

Comments
 (0)