freeclimb 4.5.0 → 4.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -7,15 +7,15 @@ FreeClimb is a cloud-based application programming interface (API) that puts the
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0.0
10
- - Package version: 4.5.0
10
+ - Package version: 4.5.2
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
- For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
12
+ For more information, please visit [https://www.freeclimb.com/support/](https://www.freeclimb.com/support/)
13
13
 
14
14
  ## Installation
15
15
 
16
16
  Add this to the Gemfile:
17
17
 
18
- gem 'freeclimb', '~> 4.5.0'
18
+ gem 'freeclimb', '~> 4.5.2'
19
19
 
20
20
  and run from your terminal
21
21
 
@@ -30,13 +30,11 @@ If the Ruby gem is hosted at a git repository: e.g. https://https://github.com/f
30
30
  ### Install from RubyGems
31
31
 
32
32
  gem install freeclimb
33
-
34
33
  or
35
34
 
36
35
  bundle add freeclimb
37
36
 
38
37
  ### Install/Build locally
39
-
40
38
  To build the Ruby code into a gem:
41
39
 
42
40
  ```shell
@@ -46,10 +44,9 @@ gem build freeclimb.gemspec
46
44
  Then either install the gem locally:
47
45
 
48
46
  ```shell
49
- gem install ./freeclimb-4.5.0.gem
47
+ gem install ./freeclimb-4.5.2.gem
50
48
  ```
51
-
52
- (for development, run `gem install --dev ./freeclimb-4.5.0.gem` to install the development dependencies)
49
+ (for development, run `gem install --dev ./freeclimb-4.5.2.gem` to install the development dependencies)
53
50
 
54
51
  ## Getting Started
55
52
 
@@ -100,209 +97,213 @@ puts percl_script.to_json
100
97
 
101
98
  All URIs are relative to *https://www.freeclimb.com/apiserver*
102
99
 
103
- | Class | Method | HTTP request | Description |
104
- | ----------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------------------------------------- |
105
- | _Freeclimb::DefaultApi_ | [**buy_a_phone_number**](docs/DefaultApi.md#buy_a_phone_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers | Buy a Phone Number |
106
- | _Freeclimb::DefaultApi_ | [**create_a_conference**](docs/DefaultApi.md#create_a_conference) | **POST** /Accounts/{accountId}/Conferences | Create a Conference |
107
- | _Freeclimb::DefaultApi_ | [**create_a_queue**](docs/DefaultApi.md#create_a_queue) | **POST** /Accounts/{accountId}/Queues | Create a Queue |
108
- | _Freeclimb::DefaultApi_ | [**create_an_application**](docs/DefaultApi.md#create_an_application) | **POST** /Accounts/{accountId}/Applications | Create an application |
109
- | _Freeclimb::DefaultApi_ | [**delete_a_recording**](docs/DefaultApi.md#delete_a_recording) | **DELETE** /Accounts/{accountId}/Recordings/{recordingId} | Delete a Recording |
110
- | _Freeclimb::DefaultApi_ | [**delete_an_application**](docs/DefaultApi.md#delete_an_application) | **DELETE** /Accounts/{accountId}/Applications/{applicationId} | Delete an application |
111
- | _Freeclimb::DefaultApi_ | [**delete_an_incoming_number**](docs/DefaultApi.md#delete_an_incoming_number) | **DELETE** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Delete an Incoming Number |
112
- | _Freeclimb::DefaultApi_ | [**dequeue_a_member**](docs/DefaultApi.md#dequeue_a_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Dequeue a Member |
113
- | _Freeclimb::DefaultApi_ | [**dequeue_head_member**](docs/DefaultApi.md#dequeue_head_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Dequeue Head Member |
114
- | _Freeclimb::DefaultApi_ | [**download_a_recording_file**](docs/DefaultApi.md#download_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Download | Download a Recording File |
115
- | _Freeclimb::DefaultApi_ | [**filter_logs**](docs/DefaultApi.md#filter_logs) | **POST** /Accounts/{accountId}/Logs | Filter Logs |
116
- | _Freeclimb::DefaultApi_ | [**get_a_call**](docs/DefaultApi.md#get_a_call) | **GET** /Accounts/{accountId}/Calls/{callId} | Get a Call |
117
- | _Freeclimb::DefaultApi_ | [**get_a_conference**](docs/DefaultApi.md#get_a_conference) | **GET** /Accounts/{accountId}/Conferences/{conferenceId} | Get a Conference |
118
- | _Freeclimb::DefaultApi_ | [**get_a_member**](docs/DefaultApi.md#get_a_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Get a Member |
119
- | _Freeclimb::DefaultApi_ | [**get_a_participant**](docs/DefaultApi.md#get_a_participant) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Get a Participant |
120
- | _Freeclimb::DefaultApi_ | [**get_a_queue**](docs/DefaultApi.md#get_a_queue) | **GET** /Accounts/{accountId}/Queues/{queueId} | Get a Queue |
121
- | _Freeclimb::DefaultApi_ | [**get_a_recording**](docs/DefaultApi.md#get_a_recording) | **GET** /Accounts/{accountId}/Recordings/{recordingId} | Get a Recording |
122
- | _Freeclimb::DefaultApi_ | [**get_an_account**](docs/DefaultApi.md#get_an_account) | **GET** /Accounts/{accountId} | Get an Account |
123
- | _Freeclimb::DefaultApi_ | [**get_an_application**](docs/DefaultApi.md#get_an_application) | **GET** /Accounts/{accountId}/Applications/{applicationId} | Get an Application |
124
- | _Freeclimb::DefaultApi_ | [**get_an_incoming_number**](docs/DefaultApi.md#get_an_incoming_number) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Get an Incoming Number |
125
- | _Freeclimb::DefaultApi_ | [**get_an_sms_message**](docs/DefaultApi.md#get_an_sms_message) | **GET** /Accounts/{accountId}/Messages/{messageId} | Get an SMS Message |
126
- | _Freeclimb::DefaultApi_ | [**get_head_member**](docs/DefaultApi.md#get_head_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Get Head Member |
127
- | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_brand**](docs/DefaultApi.md#get_ten_dlc_sms_brand) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands/{brandId} | Get a 10DLC SMS Brand |
128
- | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_brands**](docs/DefaultApi.md#get_ten_dlc_sms_brands) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands | Get list of SMS 10DLC Brands |
129
- | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns/{campaignId} | Get a 10DLC SMS Campaign |
130
- | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns | Get list of SMS 10DLC Campaigns |
131
- | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_partner_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns/{campaignId} | Get a 10DLC SMS Partner Campaign |
132
- | _Freeclimb::DefaultApi_ | [**get_ten_dlc_sms_partner_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns | Get list of SMS 10DLC Partner Campaigns |
133
- | _Freeclimb::DefaultApi_ | [**list_active_queues**](docs/DefaultApi.md#list_active_queues) | **GET** /Accounts/{accountId}/Queues | List Active Queues |
134
- | _Freeclimb::DefaultApi_ | [**list_all_account_logs**](docs/DefaultApi.md#list_all_account_logs) | **GET** /Accounts/{accountId}/Logs | List All Account Logs |
135
- | _Freeclimb::DefaultApi_ | [**list_applications**](docs/DefaultApi.md#list_applications) | **GET** /Accounts/{accountId}/Applications | List applications |
136
- | _Freeclimb::DefaultApi_ | [**list_available_numbers**](docs/DefaultApi.md#list_available_numbers) | **GET** /AvailablePhoneNumbers | List available numbers |
137
- | _Freeclimb::DefaultApi_ | [**list_call_logs**](docs/DefaultApi.md#list_call_logs) | **GET** /Accounts/{accountId}/Calls/{callId}/Logs | List Call Logs |
138
- | _Freeclimb::DefaultApi_ | [**list_call_recordings**](docs/DefaultApi.md#list_call_recordings) | **GET** /Accounts/{accountId}/Calls/{callId}/Recordings | List Call Recordings |
139
- | _Freeclimb::DefaultApi_ | [**list_calls**](docs/DefaultApi.md#list_calls) | **GET** /Accounts/{accountId}/Calls | List Calls |
140
- | _Freeclimb::DefaultApi_ | [**list_conferences**](docs/DefaultApi.md#list_conferences) | **GET** /Accounts/{accountId}/Conferences | List Conferences |
141
- | _Freeclimb::DefaultApi_ | [**list_incoming_numbers**](docs/DefaultApi.md#list_incoming_numbers) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers | List Incoming Numbers |
142
- | _Freeclimb::DefaultApi_ | [**list_members**](docs/DefaultApi.md#list_members) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members | List Members |
143
- | _Freeclimb::DefaultApi_ | [**list_participants**](docs/DefaultApi.md#list_participants) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants | List Participants |
144
- | _Freeclimb::DefaultApi_ | [**list_recordings**](docs/DefaultApi.md#list_recordings) | **GET** /Accounts/{accountId}/Recordings | List Recordings |
145
- | _Freeclimb::DefaultApi_ | [**list_sms_messages**](docs/DefaultApi.md#list_sms_messages) | **GET** /Accounts/{accountId}/Messages | List SMS Messages |
146
- | _Freeclimb::DefaultApi_ | [**make_a_call**](docs/DefaultApi.md#make_a_call) | **POST** /Accounts/{accountId}/Calls | Make a Call |
147
- | _Freeclimb::DefaultApi_ | [**remove_a_participant**](docs/DefaultApi.md#remove_a_participant) | **DELETE** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Remove a Participant |
148
- | _Freeclimb::DefaultApi_ | [**send_an_sms_message**](docs/DefaultApi.md#send_an_sms_message) | **POST** /Accounts/{accountId}/Messages | Send an SMS Message |
149
- | _Freeclimb::DefaultApi_ | [**stream_a_recording_file**](docs/DefaultApi.md#stream_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Stream | Stream a Recording File |
150
- | _Freeclimb::DefaultApi_ | [**update_a_conference**](docs/DefaultApi.md#update_a_conference) | **POST** /Accounts/{accountId}/Conferences/{conferenceId} | Update a Conference |
151
- | _Freeclimb::DefaultApi_ | [**update_a_live_call**](docs/DefaultApi.md#update_a_live_call) | **POST** /Accounts/{accountId}/Calls/{callId} | Update a Live Call |
152
- | _Freeclimb::DefaultApi_ | [**update_a_participant**](docs/DefaultApi.md#update_a_participant) | **POST** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Update a Participant |
153
- | _Freeclimb::DefaultApi_ | [**update_a_queue**](docs/DefaultApi.md#update_a_queue) | **POST** /Accounts/{accountId}/Queues/{queueId} | Update a Queue |
154
- | _Freeclimb::DefaultApi_ | [**update_an_account**](docs/DefaultApi.md#update_an_account) | **POST** /Accounts/{accountId} | Manage an account |
155
- | _Freeclimb::DefaultApi_ | [**update_an_application**](docs/DefaultApi.md#update_an_application) | **POST** /Accounts/{accountId}/Applications/{applicationId} | Update an application |
156
- | _Freeclimb::DefaultApi_ | [**update_an_incoming_number**](docs/DefaultApi.md#update_an_incoming_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Update an Incoming Number |
100
+ Class | Method | HTTP request | Description
101
+ ------------ | ------------- | ------------- | -------------
102
+ *Freeclimb::DefaultApi* | [**buy_a_phone_number**](docs/DefaultApi.md#buy_a_phone_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers | Buy a Phone Number
103
+ *Freeclimb::DefaultApi* | [**create_a_conference**](docs/DefaultApi.md#create_a_conference) | **POST** /Accounts/{accountId}/Conferences | Create a Conference
104
+ *Freeclimb::DefaultApi* | [**create_a_queue**](docs/DefaultApi.md#create_a_queue) | **POST** /Accounts/{accountId}/Queues | Create a Queue
105
+ *Freeclimb::DefaultApi* | [**create_an_application**](docs/DefaultApi.md#create_an_application) | **POST** /Accounts/{accountId}/Applications | Create an application
106
+ *Freeclimb::DefaultApi* | [**delete_a_recording**](docs/DefaultApi.md#delete_a_recording) | **DELETE** /Accounts/{accountId}/Recordings/{recordingId} | Delete a Recording
107
+ *Freeclimb::DefaultApi* | [**delete_an_application**](docs/DefaultApi.md#delete_an_application) | **DELETE** /Accounts/{accountId}/Applications/{applicationId} | Delete an application
108
+ *Freeclimb::DefaultApi* | [**delete_an_incoming_number**](docs/DefaultApi.md#delete_an_incoming_number) | **DELETE** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Delete an Incoming Number
109
+ *Freeclimb::DefaultApi* | [**dequeue_a_member**](docs/DefaultApi.md#dequeue_a_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Dequeue a Member
110
+ *Freeclimb::DefaultApi* | [**dequeue_head_member**](docs/DefaultApi.md#dequeue_head_member) | **POST** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Dequeue Head Member
111
+ *Freeclimb::DefaultApi* | [**download_a_recording_file**](docs/DefaultApi.md#download_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Download | Download a Recording File
112
+ *Freeclimb::DefaultApi* | [**filter_logs**](docs/DefaultApi.md#filter_logs) | **POST** /Accounts/{accountId}/Logs | Filter Logs
113
+ *Freeclimb::DefaultApi* | [**get_a_call**](docs/DefaultApi.md#get_a_call) | **GET** /Accounts/{accountId}/Calls/{callId} | Get a Call
114
+ *Freeclimb::DefaultApi* | [**get_a_conference**](docs/DefaultApi.md#get_a_conference) | **GET** /Accounts/{accountId}/Conferences/{conferenceId} | Get a Conference
115
+ *Freeclimb::DefaultApi* | [**get_a_member**](docs/DefaultApi.md#get_a_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/{callId} | Get a Member
116
+ *Freeclimb::DefaultApi* | [**get_a_participant**](docs/DefaultApi.md#get_a_participant) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Get a Participant
117
+ *Freeclimb::DefaultApi* | [**get_a_queue**](docs/DefaultApi.md#get_a_queue) | **GET** /Accounts/{accountId}/Queues/{queueId} | Get a Queue
118
+ *Freeclimb::DefaultApi* | [**get_a_recording**](docs/DefaultApi.md#get_a_recording) | **GET** /Accounts/{accountId}/Recordings/{recordingId} | Get a Recording
119
+ *Freeclimb::DefaultApi* | [**get_an_account**](docs/DefaultApi.md#get_an_account) | **GET** /Accounts/{accountId} | Get an Account
120
+ *Freeclimb::DefaultApi* | [**get_an_application**](docs/DefaultApi.md#get_an_application) | **GET** /Accounts/{accountId}/Applications/{applicationId} | Get an Application
121
+ *Freeclimb::DefaultApi* | [**get_an_incoming_number**](docs/DefaultApi.md#get_an_incoming_number) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Get an Incoming Number
122
+ *Freeclimb::DefaultApi* | [**get_an_sms_message**](docs/DefaultApi.md#get_an_sms_message) | **GET** /Accounts/{accountId}/Messages/{messageId} | Get an SMS Message
123
+ *Freeclimb::DefaultApi* | [**get_head_member**](docs/DefaultApi.md#get_head_member) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members/Front | Get Head Member
124
+ *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_brand**](docs/DefaultApi.md#get_ten_dlc_sms_brand) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands/{brandId} | Get a 10DLC SMS Brand
125
+ *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_brands**](docs/DefaultApi.md#get_ten_dlc_sms_brands) | **GET** /Accounts/{accountId}/Messages/10DLC/Brands | Get list of SMS 10DLC Brands
126
+ *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns/{campaignId} | Get a 10DLC SMS Campaign
127
+ *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/Campaigns | Get list of SMS 10DLC Campaigns
128
+ *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_partner_campaign**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaign) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns/{campaignId} | Get a 10DLC SMS Partner Campaign
129
+ *Freeclimb::DefaultApi* | [**get_ten_dlc_sms_partner_campaigns**](docs/DefaultApi.md#get_ten_dlc_sms_partner_campaigns) | **GET** /Accounts/{accountId}/Messages/10DLC/PartnerCampaigns | Get list of SMS 10DLC Partner Campaigns
130
+ *Freeclimb::DefaultApi* | [**list_active_queues**](docs/DefaultApi.md#list_active_queues) | **GET** /Accounts/{accountId}/Queues | List Active Queues
131
+ *Freeclimb::DefaultApi* | [**list_all_account_logs**](docs/DefaultApi.md#list_all_account_logs) | **GET** /Accounts/{accountId}/Logs | List All Account Logs
132
+ *Freeclimb::DefaultApi* | [**list_applications**](docs/DefaultApi.md#list_applications) | **GET** /Accounts/{accountId}/Applications | List applications
133
+ *Freeclimb::DefaultApi* | [**list_available_numbers**](docs/DefaultApi.md#list_available_numbers) | **GET** /AvailablePhoneNumbers | List available numbers
134
+ *Freeclimb::DefaultApi* | [**list_call_logs**](docs/DefaultApi.md#list_call_logs) | **GET** /Accounts/{accountId}/Calls/{callId}/Logs | List Call Logs
135
+ *Freeclimb::DefaultApi* | [**list_call_recordings**](docs/DefaultApi.md#list_call_recordings) | **GET** /Accounts/{accountId}/Calls/{callId}/Recordings | List Call Recordings
136
+ *Freeclimb::DefaultApi* | [**list_calls**](docs/DefaultApi.md#list_calls) | **GET** /Accounts/{accountId}/Calls | List Calls
137
+ *Freeclimb::DefaultApi* | [**list_conferences**](docs/DefaultApi.md#list_conferences) | **GET** /Accounts/{accountId}/Conferences | List Conferences
138
+ *Freeclimb::DefaultApi* | [**list_incoming_numbers**](docs/DefaultApi.md#list_incoming_numbers) | **GET** /Accounts/{accountId}/IncomingPhoneNumbers | List Incoming Numbers
139
+ *Freeclimb::DefaultApi* | [**list_members**](docs/DefaultApi.md#list_members) | **GET** /Accounts/{accountId}/Queues/{queueId}/Members | List Members
140
+ *Freeclimb::DefaultApi* | [**list_participants**](docs/DefaultApi.md#list_participants) | **GET** /Accounts/{accountId}/Conferences/{conferenceId}/Participants | List Participants
141
+ *Freeclimb::DefaultApi* | [**list_recordings**](docs/DefaultApi.md#list_recordings) | **GET** /Accounts/{accountId}/Recordings | List Recordings
142
+ *Freeclimb::DefaultApi* | [**list_sms_messages**](docs/DefaultApi.md#list_sms_messages) | **GET** /Accounts/{accountId}/Messages | List SMS Messages
143
+ *Freeclimb::DefaultApi* | [**make_a_call**](docs/DefaultApi.md#make_a_call) | **POST** /Accounts/{accountId}/Calls | Make a Call
144
+ *Freeclimb::DefaultApi* | [**remove_a_participant**](docs/DefaultApi.md#remove_a_participant) | **DELETE** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Remove a Participant
145
+ *Freeclimb::DefaultApi* | [**send_an_sms_message**](docs/DefaultApi.md#send_an_sms_message) | **POST** /Accounts/{accountId}/Messages | Send an SMS Message
146
+ *Freeclimb::DefaultApi* | [**stream_a_recording_file**](docs/DefaultApi.md#stream_a_recording_file) | **GET** /Accounts/{accountId}/Recordings/{recordingId}/Stream | Stream a Recording File
147
+ *Freeclimb::DefaultApi* | [**update_a_conference**](docs/DefaultApi.md#update_a_conference) | **POST** /Accounts/{accountId}/Conferences/{conferenceId} | Update a Conference
148
+ *Freeclimb::DefaultApi* | [**update_a_live_call**](docs/DefaultApi.md#update_a_live_call) | **POST** /Accounts/{accountId}/Calls/{callId} | Update a Live Call
149
+ *Freeclimb::DefaultApi* | [**update_a_participant**](docs/DefaultApi.md#update_a_participant) | **POST** /Accounts/{accountId}/Conferences/{conferenceId}/Participants/{callId} | Update a Participant
150
+ *Freeclimb::DefaultApi* | [**update_a_queue**](docs/DefaultApi.md#update_a_queue) | **POST** /Accounts/{accountId}/Queues/{queueId} | Update a Queue
151
+ *Freeclimb::DefaultApi* | [**update_an_account**](docs/DefaultApi.md#update_an_account) | **POST** /Accounts/{accountId} | Manage an account
152
+ *Freeclimb::DefaultApi* | [**update_an_application**](docs/DefaultApi.md#update_an_application) | **POST** /Accounts/{accountId}/Applications/{applicationId} | Update an application
153
+ *Freeclimb::DefaultApi* | [**update_an_incoming_number**](docs/DefaultApi.md#update_an_incoming_number) | **POST** /Accounts/{accountId}/IncomingPhoneNumbers/{phoneNumberId} | Update an Incoming Number
154
+
157
155
 
158
156
  ## Documentation for Models
159
157
 
160
- - [Freeclimb::AccountRequest](docs/AccountRequest.md)
161
- - [Freeclimb::AccountResult](docs/AccountResult.md)
162
- - [Freeclimb::AccountResultAllOf](docs/AccountResultAllOf.md)
163
- - [Freeclimb::AccountStatus](docs/AccountStatus.md)
164
- - [Freeclimb::AccountType](docs/AccountType.md)
165
- - [Freeclimb::AddToConference](docs/AddToConference.md)
166
- - [Freeclimb::AddToConferenceAllOf](docs/AddToConferenceAllOf.md)
167
- - [Freeclimb::AnsweredBy](docs/AnsweredBy.md)
168
- - [Freeclimb::ApplicationList](docs/ApplicationList.md)
169
- - [Freeclimb::ApplicationListAllOf](docs/ApplicationListAllOf.md)
170
- - [Freeclimb::ApplicationRequest](docs/ApplicationRequest.md)
171
- - [Freeclimb::ApplicationResult](docs/ApplicationResult.md)
172
- - [Freeclimb::ApplicationResultAllOf](docs/ApplicationResultAllOf.md)
173
- - [Freeclimb::AvailableNumber](docs/AvailableNumber.md)
174
- - [Freeclimb::AvailableNumberList](docs/AvailableNumberList.md)
175
- - [Freeclimb::AvailableNumberListAllOf](docs/AvailableNumberListAllOf.md)
176
- - [Freeclimb::BuyIncomingNumberRequest](docs/BuyIncomingNumberRequest.md)
177
- - [Freeclimb::CallDirection](docs/CallDirection.md)
178
- - [Freeclimb::CallList](docs/CallList.md)
179
- - [Freeclimb::CallListAllOf](docs/CallListAllOf.md)
180
- - [Freeclimb::CallResult](docs/CallResult.md)
181
- - [Freeclimb::CallResultAllOf](docs/CallResultAllOf.md)
182
- - [Freeclimb::CallStatus](docs/CallStatus.md)
183
- - [Freeclimb::Capabilities](docs/Capabilities.md)
184
- - [Freeclimb::ConferenceList](docs/ConferenceList.md)
185
- - [Freeclimb::ConferenceListAllOf](docs/ConferenceListAllOf.md)
186
- - [Freeclimb::ConferenceParticipantList](docs/ConferenceParticipantList.md)
187
- - [Freeclimb::ConferenceParticipantListAllOf](docs/ConferenceParticipantListAllOf.md)
188
- - [Freeclimb::ConferenceParticipantResult](docs/ConferenceParticipantResult.md)
189
- - [Freeclimb::ConferenceParticipantResultAllOf](docs/ConferenceParticipantResultAllOf.md)
190
- - [Freeclimb::ConferenceResult](docs/ConferenceResult.md)
191
- - [Freeclimb::ConferenceResultAllOf](docs/ConferenceResultAllOf.md)
192
- - [Freeclimb::ConferenceStatus](docs/ConferenceStatus.md)
193
- - [Freeclimb::CreateConference](docs/CreateConference.md)
194
- - [Freeclimb::CreateConferenceAllOf](docs/CreateConferenceAllOf.md)
195
- - [Freeclimb::CreateConferenceRequest](docs/CreateConferenceRequest.md)
196
- - [Freeclimb::Dequeue](docs/Dequeue.md)
197
- - [Freeclimb::Enqueue](docs/Enqueue.md)
198
- - [Freeclimb::EnqueueAllOf](docs/EnqueueAllOf.md)
199
- - [Freeclimb::FilterLogsRequest](docs/FilterLogsRequest.md)
200
- - [Freeclimb::GetDigits](docs/GetDigits.md)
201
- - [Freeclimb::GetDigitsAllOf](docs/GetDigitsAllOf.md)
202
- - [Freeclimb::GetSpeech](docs/GetSpeech.md)
203
- - [Freeclimb::GetSpeechAllOf](docs/GetSpeechAllOf.md)
204
- - [Freeclimb::GetSpeechReason](docs/GetSpeechReason.md)
205
- - [Freeclimb::GrammarFileBuiltIn](docs/GrammarFileBuiltIn.md)
206
- - [Freeclimb::GrammarType](docs/GrammarType.md)
207
- - [Freeclimb::Hangup](docs/Hangup.md)
208
- - [Freeclimb::HangupAllOf](docs/HangupAllOf.md)
209
- - [Freeclimb::IfMachine](docs/IfMachine.md)
210
- - [Freeclimb::IncomingNumberList](docs/IncomingNumberList.md)
211
- - [Freeclimb::IncomingNumberListAllOf](docs/IncomingNumberListAllOf.md)
212
- - [Freeclimb::IncomingNumberRequest](docs/IncomingNumberRequest.md)
213
- - [Freeclimb::IncomingNumberResult](docs/IncomingNumberResult.md)
214
- - [Freeclimb::IncomingNumberResultAllOf](docs/IncomingNumberResultAllOf.md)
215
- - [Freeclimb::Language](docs/Language.md)
216
- - [Freeclimb::LogLevel](docs/LogLevel.md)
217
- - [Freeclimb::LogList](docs/LogList.md)
218
- - [Freeclimb::LogListAllOf](docs/LogListAllOf.md)
219
- - [Freeclimb::LogResult](docs/LogResult.md)
220
- - [Freeclimb::MachineType](docs/MachineType.md)
221
- - [Freeclimb::MakeCallRequest](docs/MakeCallRequest.md)
222
- - [Freeclimb::MessageDirection](docs/MessageDirection.md)
223
- - [Freeclimb::MessageRequest](docs/MessageRequest.md)
224
- - [Freeclimb::MessageRequestAllOf](docs/MessageRequestAllOf.md)
225
- - [Freeclimb::MessageResult](docs/MessageResult.md)
226
- - [Freeclimb::MessageResultAllOf](docs/MessageResultAllOf.md)
227
- - [Freeclimb::MessageStatus](docs/MessageStatus.md)
228
- - [Freeclimb::MessagesList](docs/MessagesList.md)
229
- - [Freeclimb::MessagesListAllOf](docs/MessagesListAllOf.md)
230
- - [Freeclimb::MutableResourceModel](docs/MutableResourceModel.md)
231
- - [Freeclimb::OutDial](docs/OutDial.md)
232
- - [Freeclimb::OutDialAllOf](docs/OutDialAllOf.md)
233
- - [Freeclimb::PaginationModel](docs/PaginationModel.md)
234
- - [Freeclimb::Park](docs/Park.md)
235
- - [Freeclimb::ParkAllOf](docs/ParkAllOf.md)
236
- - [Freeclimb::Pause](docs/Pause.md)
237
- - [Freeclimb::PauseAllOf](docs/PauseAllOf.md)
238
- - [Freeclimb::PerclCommand](docs/PerclCommand.md)
239
- - [Freeclimb::PerclScript](docs/PerclScript.md)
240
- - [Freeclimb::Play](docs/Play.md)
241
- - [Freeclimb::PlayAllOf](docs/PlayAllOf.md)
242
- - [Freeclimb::PlayBeep](docs/PlayBeep.md)
243
- - [Freeclimb::PlayEarlyMedia](docs/PlayEarlyMedia.md)
244
- - [Freeclimb::PlayEarlyMediaAllOf](docs/PlayEarlyMediaAllOf.md)
245
- - [Freeclimb::QueueList](docs/QueueList.md)
246
- - [Freeclimb::QueueListAllOf](docs/QueueListAllOf.md)
247
- - [Freeclimb::QueueMember](docs/QueueMember.md)
248
- - [Freeclimb::QueueMemberList](docs/QueueMemberList.md)
249
- - [Freeclimb::QueueMemberListAllOf](docs/QueueMemberListAllOf.md)
250
- - [Freeclimb::QueueRequest](docs/QueueRequest.md)
251
- - [Freeclimb::QueueResult](docs/QueueResult.md)
252
- - [Freeclimb::QueueResultAllOf](docs/QueueResultAllOf.md)
253
- - [Freeclimb::QueueResultStatus](docs/QueueResultStatus.md)
254
- - [Freeclimb::RecordUtterance](docs/RecordUtterance.md)
255
- - [Freeclimb::RecordUtteranceAllOf](docs/RecordUtteranceAllOf.md)
256
- - [Freeclimb::RecordUtteranceTermReason](docs/RecordUtteranceTermReason.md)
257
- - [Freeclimb::RecordingList](docs/RecordingList.md)
258
- - [Freeclimb::RecordingListAllOf](docs/RecordingListAllOf.md)
259
- - [Freeclimb::RecordingResult](docs/RecordingResult.md)
260
- - [Freeclimb::RecordingResultAllOf](docs/RecordingResultAllOf.md)
261
- - [Freeclimb::Redirect](docs/Redirect.md)
262
- - [Freeclimb::RedirectAllOf](docs/RedirectAllOf.md)
263
- - [Freeclimb::Reject](docs/Reject.md)
264
- - [Freeclimb::RejectAllOf](docs/RejectAllOf.md)
265
- - [Freeclimb::RemoveFromConference](docs/RemoveFromConference.md)
266
- - [Freeclimb::RemoveFromConferenceAllOf](docs/RemoveFromConferenceAllOf.md)
267
- - [Freeclimb::RequestType](docs/RequestType.md)
268
- - [Freeclimb::SMSTenDLCBrand](docs/SMSTenDLCBrand.md)
269
- - [Freeclimb::SMSTenDLCBrandsListResult](docs/SMSTenDLCBrandsListResult.md)
270
- - [Freeclimb::SMSTenDLCBrandsListResultAllOf](docs/SMSTenDLCBrandsListResultAllOf.md)
271
- - [Freeclimb::SMSTenDLCCampaign](docs/SMSTenDLCCampaign.md)
272
- - [Freeclimb::SMSTenDLCCampaignsListResult](docs/SMSTenDLCCampaignsListResult.md)
273
- - [Freeclimb::SMSTenDLCCampaignsListResultAllOf](docs/SMSTenDLCCampaignsListResultAllOf.md)
274
- - [Freeclimb::SMSTenDLCPartnerCampaign](docs/SMSTenDLCPartnerCampaign.md)
275
- - [Freeclimb::SMSTenDLCPartnerCampaignBrand](docs/SMSTenDLCPartnerCampaignBrand.md)
276
- - [Freeclimb::SMSTenDLCPartnerCampaignsListResult](docs/SMSTenDLCPartnerCampaignsListResult.md)
277
- - [Freeclimb::SMSTenDLCPartnerCampaignsListResultAllOf](docs/SMSTenDLCPartnerCampaignsListResultAllOf.md)
278
- - [Freeclimb::Say](docs/Say.md)
279
- - [Freeclimb::SayAllOf](docs/SayAllOf.md)
280
- - [Freeclimb::SendDigits](docs/SendDigits.md)
281
- - [Freeclimb::SendDigitsAllOf](docs/SendDigitsAllOf.md)
282
- - [Freeclimb::SetListen](docs/SetListen.md)
283
- - [Freeclimb::SetListenAllOf](docs/SetListenAllOf.md)
284
- - [Freeclimb::SetTalk](docs/SetTalk.md)
285
- - [Freeclimb::SetTalkAllOf](docs/SetTalkAllOf.md)
286
- - [Freeclimb::Sms](docs/Sms.md)
287
- - [Freeclimb::SmsAllOf](docs/SmsAllOf.md)
288
- - [Freeclimb::StartRecordCall](docs/StartRecordCall.md)
289
- - [Freeclimb::TerminateConference](docs/TerminateConference.md)
290
- - [Freeclimb::TerminateConferenceAllOf](docs/TerminateConferenceAllOf.md)
291
- - [Freeclimb::TranscribeUtterance](docs/TranscribeUtterance.md)
292
- - [Freeclimb::TranscribeUtteranceRecord](docs/TranscribeUtteranceRecord.md)
293
- - [Freeclimb::Unpark](docs/Unpark.md)
294
- - [Freeclimb::UpdateCallRequest](docs/UpdateCallRequest.md)
295
- - [Freeclimb::UpdateCallRequestStatus](docs/UpdateCallRequestStatus.md)
296
- - [Freeclimb::UpdateConferenceParticipantRequest](docs/UpdateConferenceParticipantRequest.md)
297
- - [Freeclimb::UpdateConferenceRequest](docs/UpdateConferenceRequest.md)
298
- - [Freeclimb::UpdateConferenceRequestStatus](docs/UpdateConferenceRequestStatus.md)
158
+ - [Freeclimb::AccountRequest](docs/AccountRequest.md)
159
+ - [Freeclimb::AccountResult](docs/AccountResult.md)
160
+ - [Freeclimb::AccountResultAllOf](docs/AccountResultAllOf.md)
161
+ - [Freeclimb::AccountStatus](docs/AccountStatus.md)
162
+ - [Freeclimb::AccountType](docs/AccountType.md)
163
+ - [Freeclimb::AddToConference](docs/AddToConference.md)
164
+ - [Freeclimb::AddToConferenceAllOf](docs/AddToConferenceAllOf.md)
165
+ - [Freeclimb::AnsweredBy](docs/AnsweredBy.md)
166
+ - [Freeclimb::ApplicationList](docs/ApplicationList.md)
167
+ - [Freeclimb::ApplicationListAllOf](docs/ApplicationListAllOf.md)
168
+ - [Freeclimb::ApplicationRequest](docs/ApplicationRequest.md)
169
+ - [Freeclimb::ApplicationResult](docs/ApplicationResult.md)
170
+ - [Freeclimb::ApplicationResultAllOf](docs/ApplicationResultAllOf.md)
171
+ - [Freeclimb::AvailableNumber](docs/AvailableNumber.md)
172
+ - [Freeclimb::AvailableNumberList](docs/AvailableNumberList.md)
173
+ - [Freeclimb::AvailableNumberListAllOf](docs/AvailableNumberListAllOf.md)
174
+ - [Freeclimb::BuyIncomingNumberRequest](docs/BuyIncomingNumberRequest.md)
175
+ - [Freeclimb::CallDirection](docs/CallDirection.md)
176
+ - [Freeclimb::CallList](docs/CallList.md)
177
+ - [Freeclimb::CallListAllOf](docs/CallListAllOf.md)
178
+ - [Freeclimb::CallResult](docs/CallResult.md)
179
+ - [Freeclimb::CallResultAllOf](docs/CallResultAllOf.md)
180
+ - [Freeclimb::CallStatus](docs/CallStatus.md)
181
+ - [Freeclimb::Capabilities](docs/Capabilities.md)
182
+ - [Freeclimb::ConferenceList](docs/ConferenceList.md)
183
+ - [Freeclimb::ConferenceListAllOf](docs/ConferenceListAllOf.md)
184
+ - [Freeclimb::ConferenceParticipantList](docs/ConferenceParticipantList.md)
185
+ - [Freeclimb::ConferenceParticipantListAllOf](docs/ConferenceParticipantListAllOf.md)
186
+ - [Freeclimb::ConferenceParticipantResult](docs/ConferenceParticipantResult.md)
187
+ - [Freeclimb::ConferenceParticipantResultAllOf](docs/ConferenceParticipantResultAllOf.md)
188
+ - [Freeclimb::ConferenceResult](docs/ConferenceResult.md)
189
+ - [Freeclimb::ConferenceResultAllOf](docs/ConferenceResultAllOf.md)
190
+ - [Freeclimb::ConferenceStatus](docs/ConferenceStatus.md)
191
+ - [Freeclimb::CreateConference](docs/CreateConference.md)
192
+ - [Freeclimb::CreateConferenceAllOf](docs/CreateConferenceAllOf.md)
193
+ - [Freeclimb::CreateConferenceRequest](docs/CreateConferenceRequest.md)
194
+ - [Freeclimb::Dequeue](docs/Dequeue.md)
195
+ - [Freeclimb::Enqueue](docs/Enqueue.md)
196
+ - [Freeclimb::EnqueueAllOf](docs/EnqueueAllOf.md)
197
+ - [Freeclimb::FilterLogsRequest](docs/FilterLogsRequest.md)
198
+ - [Freeclimb::GetDigits](docs/GetDigits.md)
199
+ - [Freeclimb::GetDigitsAllOf](docs/GetDigitsAllOf.md)
200
+ - [Freeclimb::GetSpeech](docs/GetSpeech.md)
201
+ - [Freeclimb::GetSpeechAllOf](docs/GetSpeechAllOf.md)
202
+ - [Freeclimb::GetSpeechReason](docs/GetSpeechReason.md)
203
+ - [Freeclimb::GrammarFileBuiltIn](docs/GrammarFileBuiltIn.md)
204
+ - [Freeclimb::GrammarType](docs/GrammarType.md)
205
+ - [Freeclimb::Hangup](docs/Hangup.md)
206
+ - [Freeclimb::HangupAllOf](docs/HangupAllOf.md)
207
+ - [Freeclimb::IfMachine](docs/IfMachine.md)
208
+ - [Freeclimb::IncomingNumberList](docs/IncomingNumberList.md)
209
+ - [Freeclimb::IncomingNumberListAllOf](docs/IncomingNumberListAllOf.md)
210
+ - [Freeclimb::IncomingNumberRequest](docs/IncomingNumberRequest.md)
211
+ - [Freeclimb::IncomingNumberResult](docs/IncomingNumberResult.md)
212
+ - [Freeclimb::IncomingNumberResultAllOf](docs/IncomingNumberResultAllOf.md)
213
+ - [Freeclimb::Language](docs/Language.md)
214
+ - [Freeclimb::LogLevel](docs/LogLevel.md)
215
+ - [Freeclimb::LogList](docs/LogList.md)
216
+ - [Freeclimb::LogListAllOf](docs/LogListAllOf.md)
217
+ - [Freeclimb::LogResult](docs/LogResult.md)
218
+ - [Freeclimb::MachineType](docs/MachineType.md)
219
+ - [Freeclimb::MakeCallRequest](docs/MakeCallRequest.md)
220
+ - [Freeclimb::MessageDirection](docs/MessageDirection.md)
221
+ - [Freeclimb::MessageRequest](docs/MessageRequest.md)
222
+ - [Freeclimb::MessageRequestAllOf](docs/MessageRequestAllOf.md)
223
+ - [Freeclimb::MessageResult](docs/MessageResult.md)
224
+ - [Freeclimb::MessageResultAllOf](docs/MessageResultAllOf.md)
225
+ - [Freeclimb::MessageStatus](docs/MessageStatus.md)
226
+ - [Freeclimb::MessagesList](docs/MessagesList.md)
227
+ - [Freeclimb::MessagesListAllOf](docs/MessagesListAllOf.md)
228
+ - [Freeclimb::MutableResourceModel](docs/MutableResourceModel.md)
229
+ - [Freeclimb::OutDial](docs/OutDial.md)
230
+ - [Freeclimb::OutDialAllOf](docs/OutDialAllOf.md)
231
+ - [Freeclimb::PaginationModel](docs/PaginationModel.md)
232
+ - [Freeclimb::Park](docs/Park.md)
233
+ - [Freeclimb::ParkAllOf](docs/ParkAllOf.md)
234
+ - [Freeclimb::Pause](docs/Pause.md)
235
+ - [Freeclimb::PauseAllOf](docs/PauseAllOf.md)
236
+ - [Freeclimb::PerclCommand](docs/PerclCommand.md)
237
+ - [Freeclimb::PerclScript](docs/PerclScript.md)
238
+ - [Freeclimb::Play](docs/Play.md)
239
+ - [Freeclimb::PlayAllOf](docs/PlayAllOf.md)
240
+ - [Freeclimb::PlayBeep](docs/PlayBeep.md)
241
+ - [Freeclimb::PlayEarlyMedia](docs/PlayEarlyMedia.md)
242
+ - [Freeclimb::PlayEarlyMediaAllOf](docs/PlayEarlyMediaAllOf.md)
243
+ - [Freeclimb::QueueList](docs/QueueList.md)
244
+ - [Freeclimb::QueueListAllOf](docs/QueueListAllOf.md)
245
+ - [Freeclimb::QueueMember](docs/QueueMember.md)
246
+ - [Freeclimb::QueueMemberList](docs/QueueMemberList.md)
247
+ - [Freeclimb::QueueMemberListAllOf](docs/QueueMemberListAllOf.md)
248
+ - [Freeclimb::QueueRequest](docs/QueueRequest.md)
249
+ - [Freeclimb::QueueResult](docs/QueueResult.md)
250
+ - [Freeclimb::QueueResultAllOf](docs/QueueResultAllOf.md)
251
+ - [Freeclimb::QueueResultStatus](docs/QueueResultStatus.md)
252
+ - [Freeclimb::RecordUtterance](docs/RecordUtterance.md)
253
+ - [Freeclimb::RecordUtteranceAllOf](docs/RecordUtteranceAllOf.md)
254
+ - [Freeclimb::RecordUtteranceTermReason](docs/RecordUtteranceTermReason.md)
255
+ - [Freeclimb::RecordingList](docs/RecordingList.md)
256
+ - [Freeclimb::RecordingListAllOf](docs/RecordingListAllOf.md)
257
+ - [Freeclimb::RecordingResult](docs/RecordingResult.md)
258
+ - [Freeclimb::RecordingResultAllOf](docs/RecordingResultAllOf.md)
259
+ - [Freeclimb::Redirect](docs/Redirect.md)
260
+ - [Freeclimb::RedirectAllOf](docs/RedirectAllOf.md)
261
+ - [Freeclimb::Reject](docs/Reject.md)
262
+ - [Freeclimb::RejectAllOf](docs/RejectAllOf.md)
263
+ - [Freeclimb::RemoveFromConference](docs/RemoveFromConference.md)
264
+ - [Freeclimb::RemoveFromConferenceAllOf](docs/RemoveFromConferenceAllOf.md)
265
+ - [Freeclimb::RequestType](docs/RequestType.md)
266
+ - [Freeclimb::SMSTenDLCBrand](docs/SMSTenDLCBrand.md)
267
+ - [Freeclimb::SMSTenDLCBrandsListResult](docs/SMSTenDLCBrandsListResult.md)
268
+ - [Freeclimb::SMSTenDLCBrandsListResultAllOf](docs/SMSTenDLCBrandsListResultAllOf.md)
269
+ - [Freeclimb::SMSTenDLCCampaign](docs/SMSTenDLCCampaign.md)
270
+ - [Freeclimb::SMSTenDLCCampaignsListResult](docs/SMSTenDLCCampaignsListResult.md)
271
+ - [Freeclimb::SMSTenDLCCampaignsListResultAllOf](docs/SMSTenDLCCampaignsListResultAllOf.md)
272
+ - [Freeclimb::SMSTenDLCPartnerCampaign](docs/SMSTenDLCPartnerCampaign.md)
273
+ - [Freeclimb::SMSTenDLCPartnerCampaignBrand](docs/SMSTenDLCPartnerCampaignBrand.md)
274
+ - [Freeclimb::SMSTenDLCPartnerCampaignsListResult](docs/SMSTenDLCPartnerCampaignsListResult.md)
275
+ - [Freeclimb::SMSTenDLCPartnerCampaignsListResultAllOf](docs/SMSTenDLCPartnerCampaignsListResultAllOf.md)
276
+ - [Freeclimb::Say](docs/Say.md)
277
+ - [Freeclimb::SayAllOf](docs/SayAllOf.md)
278
+ - [Freeclimb::SendDigits](docs/SendDigits.md)
279
+ - [Freeclimb::SendDigitsAllOf](docs/SendDigitsAllOf.md)
280
+ - [Freeclimb::SetListen](docs/SetListen.md)
281
+ - [Freeclimb::SetListenAllOf](docs/SetListenAllOf.md)
282
+ - [Freeclimb::SetTalk](docs/SetTalk.md)
283
+ - [Freeclimb::SetTalkAllOf](docs/SetTalkAllOf.md)
284
+ - [Freeclimb::Sms](docs/Sms.md)
285
+ - [Freeclimb::SmsAllOf](docs/SmsAllOf.md)
286
+ - [Freeclimb::StartRecordCall](docs/StartRecordCall.md)
287
+ - [Freeclimb::TerminateConference](docs/TerminateConference.md)
288
+ - [Freeclimb::TerminateConferenceAllOf](docs/TerminateConferenceAllOf.md)
289
+ - [Freeclimb::TranscribeUtterance](docs/TranscribeUtterance.md)
290
+ - [Freeclimb::TranscribeUtteranceRecord](docs/TranscribeUtteranceRecord.md)
291
+ - [Freeclimb::Unpark](docs/Unpark.md)
292
+ - [Freeclimb::UpdateCallRequest](docs/UpdateCallRequest.md)
293
+ - [Freeclimb::UpdateCallRequestStatus](docs/UpdateCallRequestStatus.md)
294
+ - [Freeclimb::UpdateConferenceParticipantRequest](docs/UpdateConferenceParticipantRequest.md)
295
+ - [Freeclimb::UpdateConferenceRequest](docs/UpdateConferenceRequest.md)
296
+ - [Freeclimb::UpdateConferenceRequestStatus](docs/UpdateConferenceRequestStatus.md)
297
+
299
298
 
300
299
  ## Documentation for Authorization
301
300
 
301
+
302
302
  ### fc
303
303
 
304
304
  - **Type**: HTTP basic authentication
305
305
 
306
+
306
307
  <a name="documentation-for-verify-request-signature"></a>
307
308
 
308
309
  ## Documentation for verifying request signature
@@ -327,6 +328,7 @@ All URIs are relative to *https://www.freeclimb.com/apiserver*
327
328
  Freeclimb::RequestVerifier.verify_request_signature(request_body, request_header, signing_secret, tolerance)
328
329
  ```
329
330
 
331
+
330
332
  ## Getting Help
331
333
 
332
- If you are experiencing difficulties, [contact support](https://freeclimb.com/support).
334
+ If you are experiencing difficulties, [contact support](https://freeclimb.com/support).
@@ -15,7 +15,7 @@ require 'time'
15
15
 
16
16
  module Freeclimb
17
17
  # The `TranscribeUtterance` command transcribes the caller’s voice and returns transcription of the audio and optionally returns the recording of the audio transcribed. `TranscribeUtterance` is blocking and is a terminal command. As such, the actionUrl property is required, and control of the Call picks up using the `PerCL` returned in response of the `actionUrl`. Recording and Transcription information is returned in the actionUrl request. If the reason this command ended was due to the call hanging up, any PerCL returned will not execute.
18
- class TranscribeUtterance
18
+ class TranscribeUtterance < PerclCommand
19
19
  attr_accessor :action_url
20
20
 
21
21
  attr_accessor :play_beep
@@ -63,6 +63,13 @@ module Freeclimb
63
63
  ])
64
64
  end
65
65
 
66
+ # List of class defined in allOf (OpenAPI v3)
67
+ def self.openapi_all_of
68
+ [
69
+ :'PerclCommand'
70
+ ]
71
+ end
72
+
66
73
  # Initializes the object
67
74
  # @param [Hash] attributes Model attributes in the form of hash
68
75
  def initialize(attributes = {})
@@ -109,6 +116,7 @@ module Freeclimb
109
116
  self.prompts = value
110
117
  end
111
118
  end
119
+ self.command = "TranscribeUtterance"
112
120
  end
113
121
 
114
122
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -255,7 +263,7 @@ module Freeclimb
255
263
  # Returns the object in the form of hash
256
264
  # @return [Hash] Returns the object in the form of hash
257
265
  def to_hash
258
- hash = {}
266
+ hash = super
259
267
  self.class.attribute_map.each_pair do |attr, param|
260
268
  value = self.send(attr)
261
269
  if value.nil?
@@ -23,7 +23,7 @@ module Freeclimb
23
23
  def is_request_time_valid(tolerance)
24
24
  currentTime = self.get_current_unix_time()
25
25
  timeCalculation = @request_timestamp + tolerance
26
- return (timeCalculation) < currentTime
26
+ return currentTime < (timeCalculation)
27
27
  end
28
28
 
29
29
  def is_signature_safe(request_body, signing_secret)
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.4.0
11
11
  =end
12
12
 
13
13
  module Freeclimb
14
- VERSION = '4.5.0'
14
+ VERSION = '4.5.2'
15
15
  end