Skip to content

Commit f7bd32e

Browse files
SupportSupport
authored andcommitted
New ruby SDK Generated
1 parent 788b470 commit f7bd32e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/SMSApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ Name | Type | Description | Notes
731731
732732
Send sms message(s)
733733

734-
# Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://dashboard.clicksend.com/#/signup/step1/) for the possible response message status strings.*
734+
# Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://developers.clicksend.com/docs/#application-status-codes) for the possible response message status strings.*
735735

736736
### Example
737737
```ruby

lib/clicksend_client/api/sms_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def sms_receipts_read_put_with_http_info(opts = {})
745745
return data, status_code, headers
746746
end
747747
# Send sms message(s)
748-
# # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://dashboard.clicksend.com/#/signup/step1/) for the possible response message status strings.*
748+
# # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://developers.clicksend.com/docs/#application-status-codes) for the possible response message status strings.*
749749
# @param sms_messages SmsMessageCollection model
750750
# @param [Hash] opts the optional parameters
751751
# @return [String]
@@ -755,7 +755,7 @@ def sms_send_post(sms_messages, opts = {})
755755
end
756756

757757
# Send sms message(s)
758-
# # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://dashboard.clicksend.com/#/signup/step1/) for the possible response message status strings.*
758+
# # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://developers.clicksend.com/docs/#application-status-codes) for the possible response message status strings.*
759759
# @param sms_messages SmsMessageCollection model
760760
# @param [Hash] opts the optional parameters
761761
# @return [Array<(String, Fixnum, Hash)>] String data, response status code and response headers

lib/clicksend_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
=end
1212

1313
module ClickSendClient
14-
VERSION = '5.0.78'
14+
VERSION = '5.0.81'
1515
end

spec/api/sms_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196

197197
# unit tests for sms_send_post
198198
# Send sms message(s)
199-
# # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://dashboard.clicksend.com/#/signup/step1/) for the possible response message status strings.*
199+
# # Send one or more SMS messages You can post up to 1000 messages with each API call. You can send to a mix of contacts and contact lists, as long as the total number of recipients is up to 1000. The response contains status and details for each recipient. *Refer to [Application Status Codes](https://developers.clicksend.com/docs/#application-status-codes) for the possible response message status strings.*
200200
# @param sms_messages SmsMessageCollection model
201201
# @param [Hash] opts the optional parameters
202202
# @return [String]

0 commit comments

Comments
 (0)