docs/GenerateCampaignDescription.md in talon_one-6.0.0 vs docs/GenerateCampaignDescription.md in talon_one-7.0.0

- old
+ new

@@ -2,18 +2,18 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**campaign_id** | **Integer** | ID of the campaign. | +**ruleset_id** | **Integer** | ID of a ruleset. | **currency** | **String** | Currency for the campaign. | ## Code Sample ```ruby require 'TalonOne' -instance = TalonOne::GenerateCampaignDescription.new(campaign_id: null, +instance = TalonOne::GenerateCampaignDescription.new(ruleset_id: null, currency: null) ```