Skip to content

Commit

Permalink
Added missing descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaliszuk committed Nov 2, 2023
1 parent b7c830a commit 349c752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/OpenAPI.json
Original file line number Diff line number Diff line change
Expand Up @@ -35087,7 +35087,7 @@
"QualificationsStackingRulesResponse": {
"type": "object",
"title": "Examine Qualification Stacking Rules",
"description": "Defines stacking rules for the redeemables.",
"description": "Defines stacking rules for the redeemables. See more in [help center](https://support.voucherify.io/article/604-stacking-rules)",
"properties": {
"redeemables_limit": {
"type": "integer",
Expand All @@ -35105,22 +35105,22 @@
},
"applicable_exclusive_redeemables_limit": {
"type": "integer",
"description": "",
"description": "Defines how many redeemables with an exclusive category can be applied in one request.",
"default": 1,
"maximum": 30,
"minimum": 1
},
"exclusive_categories": {
"type": "array",
"description": "",
"description": "Lists all exclusive categories. A redeemable from a campaign with an exclusive category is the only redeemable to be redeemed when applied with redeemables from other campaigns unless these campaigns are exclusive or joint.",
"default": [],
"items": {
"type": "string"
}
},
"joint_categories": {
"type": "array",
"description": "",
"description": "Lists all joint categories. A campaign with a joint category is always applied regardless of the exclusivity of other campaigns.",
"default" : [],
"items": {
"type": "string"
Expand Down

0 comments on commit 349c752

Please sign in to comment.