docs/UpdateCampaignTemplate.md in talon_one-6.0.0 vs docs/UpdateCampaignTemplate.md in talon_one-7.0.0
- old
+ new
@@ -12,10 +12,11 @@
**state** | **String** | Only campaign templates in 'available' state may be used to create campaigns. |
**active_ruleset_id** | **Integer** | The ID of the ruleset this campaign template will use. | [optional]
**tags** | **Array<String>** | A list of tags for the campaign template. | [optional]
**features** | **Array<String>** | A list of features for the campaign template. | [optional]
**coupon_settings** | [**CodeGeneratorSettings**](CodeGeneratorSettings.md) | | [optional]
+**coupon_reservation_settings** | [**CampaignTemplateCouponReservationSettings**](CampaignTemplateCouponReservationSettings.md) | | [optional]
**referral_settings** | [**CodeGeneratorSettings**](CodeGeneratorSettings.md) | | [optional]
**limits** | [**Array<TemplateLimitConfig>**](TemplateLimitConfig.md) | The set of limits that operate for this campaign template. | [optional]
**template_params** | [**Array<CampaignTemplateParams>**](CampaignTemplateParams.md) | Fields which can be used to replace values in a rule. | [optional]
**applications_ids** | **Array<Integer>** | A list of IDs of the Applications that are subscribed to this campaign template. |
**campaign_collections** | [**Array<CampaignTemplateCollection>**](CampaignTemplateCollection.md) | The campaign collections from the blueprint campaign for the template. | [optional]
@@ -35,9 +36,10 @@
state: null,
active_ruleset_id: 5,
tags: [discount],
features: null,
coupon_settings: null,
+ coupon_reservation_settings: null,
referral_settings: null,
limits: null,
template_params: null,
applications_ids: [1, 2, 3],
campaign_collections: null,