Skip to content

Commit 30e8996

Browse files
committed
AP-1446 swagger latest updates
1 parent b362fe9 commit 30e8996

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/sib-api-v3-sdk/api_client.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ def build_request(http_method, path, opts = {})
109109
:ssl_verifyhost => _verify_ssl_host,
110110
:sslcert => @config.cert_file,
111111
:sslkey => @config.key_file,
112-
:verbose => @config.debugging
112+
:verbose => @config.debugging,
113+
:http_version => :httpv1_1
113114
}
114115

115116
req_opts.merge!(multipart: true) if header_params['Content-Type'].start_with? "multipart/"

lib/sib-api-v3-sdk/models/get_email_campaign.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ def self.swagger_types
195195
:'recurring' => :'BOOLEAN',
196196
:'sent_date' => :'String',
197197
:'return_bounce' => :'Integer',
198-
:'recipients' => :'GetSmsCampaignRecipients',
199-
:'statistics' => :'GetSmsCampaignRecipients'
198+
:'recipients' => :'GetCampaignRecipients',
199+
:'statistics' => :'GetExtendedCampaignStats'
200200
}
201201
end
202202

0 commit comments

Comments
 (0)