Skip to content

Commit 370ce56

Browse files
committed
wip mocking picamera2rm
1 parent d54fb15 commit 370ce56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderbot/v1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,13 @@ paths:
502502
type: string
503503
minLength: 1
504504
maxLength: 256
505+
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
505506
description: text to be "spoken"
506507
locale:
507508
type: string
508509
minLength: 1
509510
maxLength: 2
510-
pattern: '^[a-zA-ZA-zÀ-ú0-9-_ ]+$'
511+
pattern: '^[a-zA-Z]+$'
511512
description: locale of text to be "spoken"
512513
required:
513514
- text

0 commit comments

Comments
 (0)