docs/CreateEmailCampaign.md in sib-api-v3-sdk-2.0.1 vs docs/CreateEmailCampaign.md in sib-api-v3-sdk-2.1.0

- old
+ new

@@ -6,10 +6,10 @@ **tag** | **String** | Tag of the campaign | [optional] **sender** | [**CreateEmailCampaignSender**](CreateEmailCampaignSender.md) | | [optional] **name** | **String** | Name of the campaign | **html_content** | **String** | Mandatory if htmlUrl is empty. Body of the message (HTML) | [optional] **html_url** | **String** | Mandatory if htmlContent is empty. Url to the message (HTML) | [optional] -**scheduled_at** | **String** | Sending date and time (YYYY-MM-DD HH:mm:ss) | [optional] +**scheduled_at** | **DateTime** | Sending date and time (YYYY-MM-DDTHH:mm:ss.SSSZ) | [optional] **subject** | **String** | Subject of the campaign | **reply_to** | **String** | Email on which the campaign recipients will be able to reply to | [optional] **to_field** | **String** | To personalize the «To» Field, e.g. if you want to include the first name and last name of your recipient, use [FNAME] [LNAME]. These attributes must already exist in your contact database | [optional] **recipients** | [**CreateEmailCampaignRecipients**](CreateEmailCampaignRecipients.md) | | [optional] **attachment_url** | **String** | Absolute url of the attachment (no local file). Extensions allowed xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff and rtf | [optional]