Skip to content

Commit bcdc6b8

Browse files
PROMO-1296 addressed PR comments
1 parent 76a7f00 commit bcdc6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/promotions.v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,10 @@ paths:
339339
example: _
340340
maxLength: 1
341341
exclude_characters:
342-
pattern: '[A-Z0-9]'
343342
type: array
344343
items:
345344
type: string
345+
pattern: '[A-Z0-9]'
346346
description: 'An optional array of single length string elements to exclude from the generated coupon codes. Only capital letters and numbers are allowed. The default value is an empty array [].'
347347
example: ["1", "2", "3", "4", "5", "A", "B", "C", "D", "E"]
348348
maxLength: 26

0 commit comments

Comments
 (0)