docs/SendTransacSms.md in sib-api-v3-sdk-5.0.0 vs docs/SendTransacSms.md in sib-api-v3-sdk-5.1.0
- old
+ new
@@ -3,10 +3,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sender** | **String** | Name of the sender. Only alphanumeric characters. No more than 11 characters |
**recipient** | **String** | Mobile number to send SMS with the country code |
-**content** | **String** | Content of the message. If more than 160 characters long, multiple text messages will be sent |
+**content** | **String** | Content of the message. If more than 160 characters long, will be sent as multiple text messages |
**type** | **String** | Type of the SMS | [optional] [default to "transactional"]
**tag** | **String** | Tag of the message | [optional]
**web_url** | **String** | Webhook to call for each event triggered by the message (delivered etc.) | [optional]