Skip to content

Commit bcc4eb5

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

reference/promotions.v3.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,21 +323,21 @@ paths:
323323
prefix:
324324
pattern: '[A-Z0-9_-]'
325325
type: string
326-
description: 'The fixed text or characters that will appear at the beginning of every generated coupon code. Only capital letters, numbers, underscores and hyphens are allowed.'
327-
example: PRE-
326+
description: 'The fixed text that will appear at the beginning of every generated coupon code. Only capital letters, numbers, underscores and hyphens are allowed.'
327+
example: PRE
328328
maxLength: 20
329329
suffix:
330330
pattern: '[A-Z0-9_-]'
331331
type: string
332-
description: 'The fixed text or characters that will appear at the end of every generated coupon code. Only capital letters, numbers, underscores and hyphens are allowed.'
333-
example: _POST
332+
description: 'The fixed text that will appear at the end of every generated coupon code. Only capital letters, numbers, underscores and hyphens are allowed.'
333+
example: POST
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 20. 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 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
340-
maximum: 20
340+
maximum: 16
341341
required: true
342342
responses:
343343
'201':

0 commit comments

Comments
 (0)