docs/SendReportEmail.md in sib-api-v3-sdk-5.1.2 vs docs/SendReportEmail.md in sib-api-v3-sdk-5.1.3
- old
+ new
@@ -1,13 +1,13 @@
# SibApiV3Sdk::SendReportEmail
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**subject** | **String** | Subject of the email message | [optional]
-**to** | **Array<String>** | Email addresses of the recipients | [optional]
-**content_type** | **String** | Type of the message body | [optional]
+**subject** | **String** | Subject of the email message |
+**to** | **Array<String>** | Email addresses of the recipients |
+**content_type** | **String** | Type of the message body | [optional] [default to "html"]
**bcc** | **Array<String>** | Email addresses of the recipients in bcc | [optional]
**cc** | **Array<String>** | Email addresses of the recipients in cc | [optional]
-**body** | **String** | Body of the email message | [optional]
+**body** | **String** | Body of the email message |