You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/promotions.v3.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -323,21 +323,21 @@ paths:
323
323
prefix:
324
324
pattern: '[A-Z0-9_-]'
325
325
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
328
328
maxLength: 20
329
329
suffix:
330
330
pattern: '[A-Z0-9_-]'
331
331
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
334
334
maxLength: 20
335
335
code_length:
336
336
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.'
0 commit comments