docs/SendEmail.md in sib-api-v3-sdk-2.1.5 vs docs/SendEmail.md in sib-api-v3-sdk-3.0.0
- old
+ new
@@ -5,11 +5,11 @@
------------ | ------------- | ------------- | -------------
**email_to** | **Array<String>** | Email addresses of the recipients |
**email_bcc** | **Array<String>** | Email addresses of the recipients in bcc | [optional]
**email_cc** | **Array<String>** | Email addresses of the recipients in cc | [optional]
**reply_to** | **String** | Email on which campaign recipients will be able to reply to | [optional]
-**attachment_url** | **String** | Absolute url of the attachment (no local file). Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
-**attachment** | [**Array<SendEmailAttachment>**](SendEmailAttachment.md) | Pass the base64 content of the attachment. Extension allowed: gif, png, bmp, cgm, jpg, jpeg, tif, tiff, rtf, txt, css, shtml, html, htm, csv, zip, pdf, xml, ods, doc, docx, docm, ics, xls, xlsx, ppt, tar, and ez | [optional]
+**attachment_url** | **String** | Absolute url of the attachment (no local file). Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
+**attachment** | [**Array<SendEmailAttachment>**](SendEmailAttachment.md) | Pass the base64 content of the attachment. Extension allowed: xlsx, xls, ods, docx, docm, doc, csv, pdf, txt, gif, jpg, jpeg, png, tif, tiff, rtf, bmp, cgm, css, shtml, html, htm, zip, xml, ppt, pptx, tar, ez, ics, mobi, msg, pub and eps | [optional]
**headers** | **Hash<String, String>** | | [optional]
**attributes** | **Hash<String, String>** | | [optional]