Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Updated coupon name description
Browse files Browse the repository at this point in the history
Creating a second coupon with the same name as an existing coupon will cause the API to return `409 Conflict`. Hence, the name parameter must be unique.
  • Loading branch information
gslandtreter authored Dec 11, 2023
1 parent f1fae90 commit 48c9f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/marketing.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ components:
properties:
name:
type: string
description: The name of the coupon.
description: The name of the coupon. Value must be unique.
example: Australia Customers Discount
maxLength: 100
type:
Expand Down

0 comments on commit 48c9f76

Please sign in to comment.