Skip to content

Commit 808e06c

Browse files
PROMO-1256: addressed PR comments
1 parent bcc4eb5 commit 808e06c

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
@@ -334,7 +334,7 @@ paths:
334334
maxLength: 20
335335
code_length:
336336
type: integer
337-
description: 'The length of the random string to be generated for each coupon code. The value must be between 6 and 16. The total length of each generated coupon code is calculated as: `code_length` + length of `prefix` + length of `suffix`. The maximum total length of a coupon code is 50.'
337+
description: 'The length of the random string to be generated for each coupon code. The value must be between 6 and 16. The default length is 16. The total length of each generated coupon code is calculated as: `code_length` + length of `prefix` + length of `suffix`. The maximum total length of a coupon code is 50.'
338338
example: 10
339339
minimum: 6
340340
maximum: 16

0 commit comments

Comments
 (0)