docs/CreateEmailCampaign.md in sib-api-v3-sdk-5.1.1 vs docs/CreateEmailCampaign.md in sib-api-v3-sdk-5.1.2

- old
+ new

@@ -20,8 +20,8 @@ **recurring** | **BOOLEAN** | For trigger campagins use false to make sure a contact receives the same campaign only once | [optional] [default to false] **type** | **String** | Type of the campaign | **footer** | **String** | Footer of the email campaign | [optional] **header** | **String** | Header of the email campaign | [optional] **utm_campaign** | **String** | Customize the utm_campaign value. If this field is empty, the campaign name will be used. Only alphanumeric characters and spaces are allowed | [optional] -**params** | **Object** | Pass the set of attributes to customize the type classic campaign. For example, {'FNAME':'Joe', 'LNAME':'Doe'}. Only available if 'type' is 'classic' | [optional] +**params** | **Object** | Pass the set of attributes to customize the type classic campaign. For example, {'FNAME':'Joe', 'LNAME':'Doe'}. Only available if 'type' is 'classic'. It's considered only if campaign is in New Template Language format. The New Template Language is dependent on the values of 'subject', 'htmlContent/htmlUrl', 'sender.name' & 'toField' | [optional]