docs/SMS.md in messente_api-1.0.1 vs docs/SMS.md in messente_api-1.0.2
- old
+ new
@@ -5,12 +5,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **String** | Text content of the SMS |
**sender** | **String** | Phone number or alphanumeric sender name | [optional]
**validity** | **Integer** | After how many minutes this channel is considered as failed and the next channel is attempted | [optional]
-**autoconvert** | **String** | Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace)(default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way | [optional]
+**autoconvert** | **String** | Defines how non-GSM characters will be treated: - \"on\" Use replacement settings from the account's [API Auto Replace settings page](https://dashboard.messente.com/api-settings/auto-replace) (default) - \"full\" All non GSM 03.38 characters will be replaced with suitable alternatives - \"off\" Message content is not modified in any way | [optional]
**udh** | **String** | hex-encoded string containing SMS UDH | [optional]
-**channel** | **String** | | [optional] [default to 'sms']
+**channel** | **String** | The channel used to deliver the message | [optional] [default to 'sms']
## Code Sample
```ruby
require 'MessenteApi'