Skip to content

Commit 8223a6b

Browse files
committed
tweak upload regex to fit current name rules
1 parent ce56b4d commit 8223a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/dali-upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ schema:
77
type: string
88
# {table name},{location}
99
# pattern is {1+ word characters},{1+ non-whitespace characters}
10-
pattern: '^\w+,\S+$'
10+
pattern: '^[a-zA-Z]\w*,\S+$'

0 commit comments

Comments
 (0)