purecloudplatformclientv2 47.0.0 → 48.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/docs/AnalyticsApi.md +66 -0
- data/docs/AnalyticsSession.md +1 -1
- data/docs/AuthorizationApi.md +9 -5
- data/docs/Condition.md +4 -4
- data/docs/ContactColumnToDataActionFieldMapping.md +12 -0
- data/docs/ConversationProperties.md +21 -0
- data/docs/DataActionConditionPredicate.md +12 -0
- data/docs/GroupsApi.md +1 -1
- data/docs/OrgUser.md +1 -0
- data/docs/OutboundApi.md +2 -2
- data/docs/QualityApi.md +376 -0
- data/docs/RoutingApi.md +85 -12
- data/docs/ScorableSurvey.md +18 -0
- data/docs/SearchApi.md +2 -42
- data/docs/SuggestApi.md +2 -2
- data/docs/Survey.md +22 -0
- data/docs/SurveyFormAndScoringSet.md +14 -0
- data/docs/SurveyQuestionGroupScore.md +17 -0
- data/docs/SurveyQuestionScore.md +19 -0
- data/docs/SurveyScoringSet.md +15 -0
- data/docs/Token.md +13 -0
- data/docs/TrustUser.md +1 -0
- data/docs/User.md +1 -0
- data/docs/UserMe.md +1 -0
- data/docs/UsersApi.md +8 -8
- data/docs/UtilitiesApi.md +59 -0
- data/docs/ViewFilter.md +13 -0
- data/lib/purecloudplatformclientv2.rb +10 -0
- data/lib/purecloudplatformclientv2/api/alerting_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/analytics_api.rb +91 -26
- data/lib/purecloudplatformclientv2/api/architect_api.rb +81 -81
- data/lib/purecloudplatformclientv2/api/attributes_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/authorization_api.rb +45 -36
- data/lib/purecloudplatformclientv2/api/billing_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/content_management_api.rb +38 -38
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +100 -100
- data/lib/purecloudplatformclientv2/api/external_contacts_api.rb +30 -30
- data/lib/purecloudplatformclientv2/api/fax_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/flows_api.rb +1 -1
- data/lib/purecloudplatformclientv2/api/general_data_protection_regulation_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/geolocation_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/greetings_api.rb +16 -16
- data/lib/purecloudplatformclientv2/api/groups_api.rb +14 -14
- data/lib/purecloudplatformclientv2/api/identity_provider_api.rb +28 -28
- data/lib/purecloudplatformclientv2/api/integrations_api.rb +41 -41
- data/lib/purecloudplatformclientv2/api/languages_api.rb +10 -10
- data/lib/purecloudplatformclientv2/api/license_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/locations_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/messaging_api.rb +14 -14
- data/lib/purecloudplatformclientv2/api/mobile_devices_api.rb +5 -5
- data/lib/purecloudplatformclientv2/api/notifications_api.rb +7 -7
- data/lib/purecloudplatformclientv2/api/o_auth_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/objects_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/organization_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/organization_authorization_api.rb +23 -23
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +98 -98
- data/lib/purecloudplatformclientv2/api/presence_api.rb +9 -9
- data/lib/purecloudplatformclientv2/api/quality_api.rb +450 -52
- data/lib/purecloudplatformclientv2/api/recording_api.rb +37 -37
- data/lib/purecloudplatformclientv2/api/response_management_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/routing_api.rb +173 -70
- data/lib/purecloudplatformclientv2/api/scripts_api.rb +11 -11
- data/lib/purecloudplatformclientv2/api/search_api.rb +16 -16
- data/lib/purecloudplatformclientv2/api/stations_api.rb +5 -5
- data/lib/purecloudplatformclientv2/api/suggest_api.rb +4 -4
- data/lib/purecloudplatformclientv2/api/telephony_providers_edge_api.rb +125 -125
- data/lib/purecloudplatformclientv2/api/tokens_api.rb +2 -2
- data/lib/purecloudplatformclientv2/api/user_recordings_api.rb +6 -6
- data/lib/purecloudplatformclientv2/api/users_api.rb +61 -61
- data/lib/purecloudplatformclientv2/api/utilities_api.rb +58 -3
- data/lib/purecloudplatformclientv2/api/voicemail_api.rb +24 -24
- data/lib/purecloudplatformclientv2/api/web_chat_api.rb +8 -8
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +64 -64
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/configuration.rb +9 -2
- data/lib/purecloudplatformclientv2/models/aggregate_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_query_predicate.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_session.rb +1 -1
- data/lib/purecloudplatformclientv2/models/condition.rb +6 -6
- data/lib/purecloudplatformclientv2/models/contact_column_to_data_action_field_mapping.rb +176 -0
- data/lib/purecloudplatformclientv2/models/conversation_properties.rb +410 -0
- data/lib/purecloudplatformclientv2/models/data_action_condition_predicate.rb +176 -0
- data/lib/purecloudplatformclientv2/models/observation_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/org_user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/scorable_survey.rb +343 -0
- data/lib/purecloudplatformclientv2/models/survey.rb +444 -0
- data/lib/purecloudplatformclientv2/models/survey_form_and_scoring_set.rb +226 -0
- data/lib/purecloudplatformclientv2/models/survey_question_group_score.rb +303 -0
- data/lib/purecloudplatformclientv2/models/survey_question_score.rb +351 -0
- data/lib/purecloudplatformclientv2/models/survey_scoring_set.rb +253 -0
- data/lib/purecloudplatformclientv2/models/token.rb +207 -0
- data/lib/purecloudplatformclientv2/models/trust_user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user.rb +27 -1
- data/lib/purecloudplatformclientv2/models/user_me.rb +27 -1
- data/lib/purecloudplatformclientv2/models/view_filter.rb +354 -4
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +22 -2
@@ -65,7 +65,7 @@ module PureCloud
|
|
65
65
|
# http body (model)
|
66
66
|
post_body = nil
|
67
67
|
|
68
|
-
auth_names = ['PureCloud
|
68
|
+
auth_names = ['PureCloud OAuth']
|
69
69
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
70
70
|
:header_params => header_params,
|
71
71
|
:query_params => query_params,
|
@@ -138,7 +138,7 @@ module PureCloud
|
|
138
138
|
# http body (model)
|
139
139
|
post_body = nil
|
140
140
|
|
141
|
-
auth_names = ['PureCloud
|
141
|
+
auth_names = ['PureCloud OAuth']
|
142
142
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
143
143
|
:header_params => header_params,
|
144
144
|
:query_params => query_params,
|
@@ -203,7 +203,7 @@ module PureCloud
|
|
203
203
|
# http body (model)
|
204
204
|
post_body = @api_client.object_to_http_body(body)
|
205
205
|
|
206
|
-
auth_names = ['PureCloud
|
206
|
+
auth_names = ['PureCloud OAuth']
|
207
207
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
208
208
|
:header_params => header_params,
|
209
209
|
:query_params => query_params,
|
@@ -216,5 +216,60 @@ module PureCloud
|
|
216
216
|
end
|
217
217
|
return data, status_code, headers
|
218
218
|
end
|
219
|
+
|
220
|
+
# Generate a JWT for use with common cloud.
|
221
|
+
#
|
222
|
+
# @param [Hash] opts the optional parameters
|
223
|
+
# @return [Token]
|
224
|
+
def post_gmsc_tokens(opts = {})
|
225
|
+
data, _status_code, _headers = post_gmsc_tokens_with_http_info(opts)
|
226
|
+
return data
|
227
|
+
end
|
228
|
+
|
229
|
+
# Generate a JWT for use with common cloud.
|
230
|
+
#
|
231
|
+
# @param [Hash] opts the optional parameters
|
232
|
+
# @return [Array<(Token, Fixnum, Hash)>] Token data, response status code and response headers
|
233
|
+
def post_gmsc_tokens_with_http_info(opts = {})
|
234
|
+
if @api_client.config.debugging
|
235
|
+
@api_client.config.logger.debug "Calling API: UtilitiesApi.post_gmsc_tokens ..."
|
236
|
+
end
|
237
|
+
|
238
|
+
# resource path
|
239
|
+
local_var_path = "/api/v2/gmsc/tokens".sub('{format}','json')
|
240
|
+
|
241
|
+
# query parameters
|
242
|
+
query_params = {}
|
243
|
+
|
244
|
+
# header parameters
|
245
|
+
header_params = {}
|
246
|
+
|
247
|
+
# HTTP header 'Accept' (if needed)
|
248
|
+
local_header_accept = ['application/json']
|
249
|
+
local_header_accept_result = @api_client.select_header_accept(local_header_accept) and header_params['Accept'] = local_header_accept_result
|
250
|
+
|
251
|
+
# HTTP header 'Content-Type'
|
252
|
+
local_header_content_type = ['application/json']
|
253
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(local_header_content_type)
|
254
|
+
|
255
|
+
# form parameters
|
256
|
+
form_params = {}
|
257
|
+
|
258
|
+
# http body (model)
|
259
|
+
post_body = nil
|
260
|
+
|
261
|
+
auth_names = ['PureCloud OAuth']
|
262
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
263
|
+
:header_params => header_params,
|
264
|
+
:query_params => query_params,
|
265
|
+
:form_params => form_params,
|
266
|
+
:body => post_body,
|
267
|
+
:auth_names => auth_names,
|
268
|
+
:return_type => 'Token')
|
269
|
+
if @api_client.config.debugging
|
270
|
+
@api_client.config.logger.debug "API called: UtilitiesApi#post_gmsc_tokens\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
271
|
+
end
|
272
|
+
return data, status_code, headers
|
273
|
+
end
|
219
274
|
end
|
220
275
|
end
|
@@ -75,7 +75,7 @@ module PureCloud
|
|
75
75
|
# http body (model)
|
76
76
|
post_body = nil
|
77
77
|
|
78
|
-
auth_names = ['PureCloud
|
78
|
+
auth_names = ['PureCloud OAuth']
|
79
79
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
80
80
|
:header_params => header_params,
|
81
81
|
:query_params => query_params,
|
@@ -129,7 +129,7 @@ module PureCloud
|
|
129
129
|
# http body (model)
|
130
130
|
post_body = nil
|
131
131
|
|
132
|
-
auth_names = ['PureCloud
|
132
|
+
auth_names = ['PureCloud OAuth']
|
133
133
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
134
134
|
:header_params => header_params,
|
135
135
|
:query_params => query_params,
|
@@ -193,7 +193,7 @@ module PureCloud
|
|
193
193
|
# http body (model)
|
194
194
|
post_body = nil
|
195
195
|
|
196
|
-
auth_names = ['PureCloud
|
196
|
+
auth_names = ['PureCloud OAuth']
|
197
197
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
198
198
|
:header_params => header_params,
|
199
199
|
:query_params => query_params,
|
@@ -276,7 +276,7 @@ module PureCloud
|
|
276
276
|
# http body (model)
|
277
277
|
post_body = nil
|
278
278
|
|
279
|
-
auth_names = ['PureCloud
|
279
|
+
auth_names = ['PureCloud OAuth']
|
280
280
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
281
281
|
:header_params => header_params,
|
282
282
|
:query_params => query_params,
|
@@ -341,7 +341,7 @@ module PureCloud
|
|
341
341
|
# http body (model)
|
342
342
|
post_body = nil
|
343
343
|
|
344
|
-
auth_names = ['PureCloud
|
344
|
+
auth_names = ['PureCloud OAuth']
|
345
345
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
346
346
|
:header_params => header_params,
|
347
347
|
:query_params => query_params,
|
@@ -396,7 +396,7 @@ module PureCloud
|
|
396
396
|
# http body (model)
|
397
397
|
post_body = nil
|
398
398
|
|
399
|
-
auth_names = ['PureCloud
|
399
|
+
auth_names = ['PureCloud OAuth']
|
400
400
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
401
401
|
:header_params => header_params,
|
402
402
|
:query_params => query_params,
|
@@ -451,7 +451,7 @@ module PureCloud
|
|
451
451
|
# http body (model)
|
452
452
|
post_body = nil
|
453
453
|
|
454
|
-
auth_names = ['PureCloud
|
454
|
+
auth_names = ['PureCloud OAuth']
|
455
455
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
456
456
|
:header_params => header_params,
|
457
457
|
:query_params => query_params,
|
@@ -524,7 +524,7 @@ module PureCloud
|
|
524
524
|
# http body (model)
|
525
525
|
post_body = nil
|
526
526
|
|
527
|
-
auth_names = ['PureCloud
|
527
|
+
auth_names = ['PureCloud OAuth']
|
528
528
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
529
529
|
:header_params => header_params,
|
530
530
|
:query_params => query_params,
|
@@ -579,7 +579,7 @@ module PureCloud
|
|
579
579
|
# http body (model)
|
580
580
|
post_body = nil
|
581
581
|
|
582
|
-
auth_names = ['PureCloud
|
582
|
+
auth_names = ['PureCloud OAuth']
|
583
583
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
584
584
|
:header_params => header_params,
|
585
585
|
:query_params => query_params,
|
@@ -653,7 +653,7 @@ module PureCloud
|
|
653
653
|
# http body (model)
|
654
654
|
post_body = nil
|
655
655
|
|
656
|
-
auth_names = ['PureCloud
|
656
|
+
auth_names = ['PureCloud OAuth']
|
657
657
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
658
658
|
:header_params => header_params,
|
659
659
|
:query_params => query_params,
|
@@ -731,7 +731,7 @@ module PureCloud
|
|
731
731
|
# http body (model)
|
732
732
|
post_body = nil
|
733
733
|
|
734
|
-
auth_names = ['PureCloud
|
734
|
+
auth_names = ['PureCloud OAuth']
|
735
735
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
736
736
|
:header_params => header_params,
|
737
737
|
:query_params => query_params,
|
@@ -804,7 +804,7 @@ module PureCloud
|
|
804
804
|
# http body (model)
|
805
805
|
post_body = nil
|
806
806
|
|
807
|
-
auth_names = ['PureCloud
|
807
|
+
auth_names = ['PureCloud OAuth']
|
808
808
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
809
809
|
:header_params => header_params,
|
810
810
|
:query_params => query_params,
|
@@ -859,7 +859,7 @@ module PureCloud
|
|
859
859
|
# http body (model)
|
860
860
|
post_body = nil
|
861
861
|
|
862
|
-
auth_names = ['PureCloud
|
862
|
+
auth_names = ['PureCloud OAuth']
|
863
863
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
864
864
|
:header_params => header_params,
|
865
865
|
:query_params => query_params,
|
@@ -942,7 +942,7 @@ module PureCloud
|
|
942
942
|
# http body (model)
|
943
943
|
post_body = nil
|
944
944
|
|
945
|
-
auth_names = ['PureCloud
|
945
|
+
auth_names = ['PureCloud OAuth']
|
946
946
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
947
947
|
:header_params => header_params,
|
948
948
|
:query_params => query_params,
|
@@ -1017,7 +1017,7 @@ module PureCloud
|
|
1017
1017
|
# http body (model)
|
1018
1018
|
post_body = nil
|
1019
1019
|
|
1020
|
-
auth_names = ['PureCloud
|
1020
|
+
auth_names = ['PureCloud OAuth']
|
1021
1021
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1022
1022
|
:header_params => header_params,
|
1023
1023
|
:query_params => query_params,
|
@@ -1082,7 +1082,7 @@ module PureCloud
|
|
1082
1082
|
# http body (model)
|
1083
1083
|
post_body = nil
|
1084
1084
|
|
1085
|
-
auth_names = ['PureCloud
|
1085
|
+
auth_names = ['PureCloud OAuth']
|
1086
1086
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1087
1087
|
:header_params => header_params,
|
1088
1088
|
:query_params => query_params,
|
@@ -1157,7 +1157,7 @@ module PureCloud
|
|
1157
1157
|
# http body (model)
|
1158
1158
|
post_body = @api_client.object_to_http_body(body)
|
1159
1159
|
|
1160
|
-
auth_names = ['PureCloud
|
1160
|
+
auth_names = ['PureCloud OAuth']
|
1161
1161
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1162
1162
|
:header_params => header_params,
|
1163
1163
|
:query_params => query_params,
|
@@ -1222,7 +1222,7 @@ module PureCloud
|
|
1222
1222
|
# http body (model)
|
1223
1223
|
post_body = @api_client.object_to_http_body(body)
|
1224
1224
|
|
1225
|
-
auth_names = ['PureCloud
|
1225
|
+
auth_names = ['PureCloud OAuth']
|
1226
1226
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1227
1227
|
:header_params => header_params,
|
1228
1228
|
:query_params => query_params,
|
@@ -1297,7 +1297,7 @@ module PureCloud
|
|
1297
1297
|
# http body (model)
|
1298
1298
|
post_body = @api_client.object_to_http_body(body)
|
1299
1299
|
|
1300
|
-
auth_names = ['PureCloud
|
1300
|
+
auth_names = ['PureCloud OAuth']
|
1301
1301
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1302
1302
|
:header_params => header_params,
|
1303
1303
|
:query_params => query_params,
|
@@ -1372,7 +1372,7 @@ module PureCloud
|
|
1372
1372
|
# http body (model)
|
1373
1373
|
post_body = @api_client.object_to_http_body(body)
|
1374
1374
|
|
1375
|
-
auth_names = ['PureCloud
|
1375
|
+
auth_names = ['PureCloud OAuth']
|
1376
1376
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
1377
1377
|
:header_params => header_params,
|
1378
1378
|
:query_params => query_params,
|
@@ -1435,7 +1435,7 @@ module PureCloud
|
|
1435
1435
|
# http body (model)
|
1436
1436
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
1437
1437
|
|
1438
|
-
auth_names = ['PureCloud
|
1438
|
+
auth_names = ['PureCloud OAuth']
|
1439
1439
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1440
1440
|
:header_params => header_params,
|
1441
1441
|
:query_params => query_params,
|
@@ -1500,7 +1500,7 @@ module PureCloud
|
|
1500
1500
|
# http body (model)
|
1501
1501
|
post_body = @api_client.object_to_http_body(body)
|
1502
1502
|
|
1503
|
-
auth_names = ['PureCloud
|
1503
|
+
auth_names = ['PureCloud OAuth']
|
1504
1504
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1505
1505
|
:header_params => header_params,
|
1506
1506
|
:query_params => query_params,
|
@@ -1575,7 +1575,7 @@ module PureCloud
|
|
1575
1575
|
# http body (model)
|
1576
1576
|
post_body = @api_client.object_to_http_body(body)
|
1577
1577
|
|
1578
|
-
auth_names = ['PureCloud
|
1578
|
+
auth_names = ['PureCloud OAuth']
|
1579
1579
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1580
1580
|
:header_params => header_params,
|
1581
1581
|
:query_params => query_params,
|
@@ -1640,7 +1640,7 @@ module PureCloud
|
|
1640
1640
|
# http body (model)
|
1641
1641
|
post_body = @api_client.object_to_http_body(body)
|
1642
1642
|
|
1643
|
-
auth_names = ['PureCloud
|
1643
|
+
auth_names = ['PureCloud OAuth']
|
1644
1644
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
1645
1645
|
:header_params => header_params,
|
1646
1646
|
:query_params => query_params,
|
@@ -75,7 +75,7 @@ module PureCloud
|
|
75
75
|
# http body (model)
|
76
76
|
post_body = nil
|
77
77
|
|
78
|
-
auth_names = ['PureCloud
|
78
|
+
auth_names = ['PureCloud OAuth']
|
79
79
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
80
80
|
:header_params => header_params,
|
81
81
|
:query_params => query_params,
|
@@ -129,7 +129,7 @@ module PureCloud
|
|
129
129
|
# http body (model)
|
130
130
|
post_body = nil
|
131
131
|
|
132
|
-
auth_names = ['PureCloud
|
132
|
+
auth_names = ['PureCloud OAuth']
|
133
133
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
134
134
|
:header_params => header_params,
|
135
135
|
:query_params => query_params,
|
@@ -193,7 +193,7 @@ module PureCloud
|
|
193
193
|
# http body (model)
|
194
194
|
post_body = nil
|
195
195
|
|
196
|
-
auth_names = ['PureCloud
|
196
|
+
auth_names = ['PureCloud OAuth']
|
197
197
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
198
198
|
:header_params => header_params,
|
199
199
|
:query_params => query_params,
|
@@ -248,7 +248,7 @@ module PureCloud
|
|
248
248
|
# http body (model)
|
249
249
|
post_body = nil
|
250
250
|
|
251
|
-
auth_names = ['PureCloud
|
251
|
+
auth_names = ['PureCloud OAuth']
|
252
252
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
253
253
|
:header_params => header_params,
|
254
254
|
:query_params => query_params,
|
@@ -303,7 +303,7 @@ module PureCloud
|
|
303
303
|
# http body (model)
|
304
304
|
post_body = nil
|
305
305
|
|
306
|
-
auth_names = ['PureCloud
|
306
|
+
auth_names = ['PureCloud OAuth']
|
307
307
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
308
308
|
:header_params => header_params,
|
309
309
|
:query_params => query_params,
|
@@ -368,7 +368,7 @@ module PureCloud
|
|
368
368
|
# http body (model)
|
369
369
|
post_body = @api_client.object_to_http_body(body)
|
370
370
|
|
371
|
-
auth_names = ['PureCloud
|
371
|
+
auth_names = ['PureCloud OAuth']
|
372
372
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
373
373
|
:header_params => header_params,
|
374
374
|
:query_params => query_params,
|
@@ -443,7 +443,7 @@ module PureCloud
|
|
443
443
|
# http body (model)
|
444
444
|
post_body = @api_client.object_to_http_body(body)
|
445
445
|
|
446
|
-
auth_names = ['PureCloud
|
446
|
+
auth_names = ['PureCloud OAuth']
|
447
447
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
448
448
|
:header_params => header_params,
|
449
449
|
:query_params => query_params,
|
@@ -508,7 +508,7 @@ module PureCloud
|
|
508
508
|
# http body (model)
|
509
509
|
post_body = @api_client.object_to_http_body(body)
|
510
510
|
|
511
|
-
auth_names = ['PureCloud
|
511
|
+
auth_names = ['PureCloud OAuth']
|
512
512
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
513
513
|
:header_params => header_params,
|
514
514
|
:query_params => query_params,
|
@@ -75,7 +75,7 @@ module PureCloud
|
|
75
75
|
# http body (model)
|
76
76
|
post_body = nil
|
77
77
|
|
78
|
-
auth_names = ['PureCloud
|
78
|
+
auth_names = ['PureCloud OAuth']
|
79
79
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
80
80
|
:header_params => header_params,
|
81
81
|
:query_params => query_params,
|
@@ -149,7 +149,7 @@ module PureCloud
|
|
149
149
|
# http body (model)
|
150
150
|
post_body = nil
|
151
151
|
|
152
|
-
auth_names = ['PureCloud
|
152
|
+
auth_names = ['PureCloud OAuth']
|
153
153
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
154
154
|
:header_params => header_params,
|
155
155
|
:query_params => query_params,
|
@@ -223,7 +223,7 @@ module PureCloud
|
|
223
223
|
# http body (model)
|
224
224
|
post_body = nil
|
225
225
|
|
226
|
-
auth_names = ['PureCloud
|
226
|
+
auth_names = ['PureCloud OAuth']
|
227
227
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
228
228
|
:header_params => header_params,
|
229
229
|
:query_params => query_params,
|
@@ -297,7 +297,7 @@ module PureCloud
|
|
297
297
|
# http body (model)
|
298
298
|
post_body = nil
|
299
299
|
|
300
|
-
auth_names = ['PureCloud
|
300
|
+
auth_names = ['PureCloud OAuth']
|
301
301
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
302
302
|
:header_params => header_params,
|
303
303
|
:query_params => query_params,
|
@@ -381,7 +381,7 @@ module PureCloud
|
|
381
381
|
# http body (model)
|
382
382
|
post_body = nil
|
383
383
|
|
384
|
-
auth_names = ['PureCloud
|
384
|
+
auth_names = ['PureCloud OAuth']
|
385
385
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
386
386
|
:header_params => header_params,
|
387
387
|
:query_params => query_params,
|
@@ -465,7 +465,7 @@ module PureCloud
|
|
465
465
|
# http body (model)
|
466
466
|
post_body = nil
|
467
467
|
|
468
|
-
auth_names = ['PureCloud
|
468
|
+
auth_names = ['PureCloud OAuth']
|
469
469
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
470
470
|
:header_params => header_params,
|
471
471
|
:query_params => query_params,
|
@@ -539,7 +539,7 @@ module PureCloud
|
|
539
539
|
# http body (model)
|
540
540
|
post_body = nil
|
541
541
|
|
542
|
-
auth_names = ['PureCloud
|
542
|
+
auth_names = ['PureCloud OAuth']
|
543
543
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
544
544
|
:header_params => header_params,
|
545
545
|
:query_params => query_params,
|
@@ -604,7 +604,7 @@ module PureCloud
|
|
604
604
|
# http body (model)
|
605
605
|
post_body = nil
|
606
606
|
|
607
|
-
auth_names = ['PureCloud
|
607
|
+
auth_names = ['PureCloud OAuth']
|
608
608
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
609
609
|
:header_params => header_params,
|
610
610
|
:query_params => query_params,
|
@@ -682,7 +682,7 @@ module PureCloud
|
|
682
682
|
# http body (model)
|
683
683
|
post_body = nil
|
684
684
|
|
685
|
-
auth_names = ['PureCloud
|
685
|
+
auth_names = ['PureCloud OAuth']
|
686
686
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
687
687
|
:header_params => header_params,
|
688
688
|
:query_params => query_params,
|
@@ -757,7 +757,7 @@ module PureCloud
|
|
757
757
|
# http body (model)
|
758
758
|
post_body = nil
|
759
759
|
|
760
|
-
auth_names = ['PureCloud
|
760
|
+
auth_names = ['PureCloud OAuth']
|
761
761
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
762
762
|
:header_params => header_params,
|
763
763
|
:query_params => query_params,
|
@@ -822,7 +822,7 @@ module PureCloud
|
|
822
822
|
# http body (model)
|
823
823
|
post_body = nil
|
824
824
|
|
825
|
-
auth_names = ['PureCloud
|
825
|
+
auth_names = ['PureCloud OAuth']
|
826
826
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
827
827
|
:header_params => header_params,
|
828
828
|
:query_params => query_params,
|
@@ -897,7 +897,7 @@ module PureCloud
|
|
897
897
|
# http body (model)
|
898
898
|
post_body = nil
|
899
899
|
|
900
|
-
auth_names = ['PureCloud
|
900
|
+
auth_names = ['PureCloud OAuth']
|
901
901
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
902
902
|
:header_params => header_params,
|
903
903
|
:query_params => query_params,
|
@@ -973,7 +973,7 @@ module PureCloud
|
|
973
973
|
# http body (model)
|
974
974
|
post_body = nil
|
975
975
|
|
976
|
-
auth_names = ['PureCloud
|
976
|
+
auth_names = ['PureCloud OAuth']
|
977
977
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
978
978
|
:header_params => header_params,
|
979
979
|
:query_params => query_params,
|
@@ -1048,7 +1048,7 @@ module PureCloud
|
|
1048
1048
|
# http body (model)
|
1049
1049
|
post_body = nil
|
1050
1050
|
|
1051
|
-
auth_names = ['PureCloud
|
1051
|
+
auth_names = ['PureCloud OAuth']
|
1052
1052
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1053
1053
|
:header_params => header_params,
|
1054
1054
|
:query_params => query_params,
|
@@ -1123,7 +1123,7 @@ module PureCloud
|
|
1123
1123
|
# http body (model)
|
1124
1124
|
post_body = nil
|
1125
1125
|
|
1126
|
-
auth_names = ['PureCloud
|
1126
|
+
auth_names = ['PureCloud OAuth']
|
1127
1127
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1128
1128
|
:header_params => header_params,
|
1129
1129
|
:query_params => query_params,
|
@@ -1188,7 +1188,7 @@ module PureCloud
|
|
1188
1188
|
# http body (model)
|
1189
1189
|
post_body = nil
|
1190
1190
|
|
1191
|
-
auth_names = ['PureCloud
|
1191
|
+
auth_names = ['PureCloud OAuth']
|
1192
1192
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1193
1193
|
:header_params => header_params,
|
1194
1194
|
:query_params => query_params,
|
@@ -1263,7 +1263,7 @@ module PureCloud
|
|
1263
1263
|
# http body (model)
|
1264
1264
|
post_body = nil
|
1265
1265
|
|
1266
|
-
auth_names = ['PureCloud
|
1266
|
+
auth_names = ['PureCloud OAuth']
|
1267
1267
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1268
1268
|
:header_params => header_params,
|
1269
1269
|
:query_params => query_params,
|
@@ -1328,7 +1328,7 @@ module PureCloud
|
|
1328
1328
|
# http body (model)
|
1329
1329
|
post_body = nil
|
1330
1330
|
|
1331
|
-
auth_names = ['PureCloud
|
1331
|
+
auth_names = ['PureCloud OAuth']
|
1332
1332
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1333
1333
|
:header_params => header_params,
|
1334
1334
|
:query_params => query_params,
|
@@ -1393,7 +1393,7 @@ module PureCloud
|
|
1393
1393
|
# http body (model)
|
1394
1394
|
post_body = nil
|
1395
1395
|
|
1396
|
-
auth_names = ['PureCloud
|
1396
|
+
auth_names = ['PureCloud OAuth']
|
1397
1397
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1398
1398
|
:header_params => header_params,
|
1399
1399
|
:query_params => query_params,
|
@@ -1478,7 +1478,7 @@ module PureCloud
|
|
1478
1478
|
# http body (model)
|
1479
1479
|
post_body = nil
|
1480
1480
|
|
1481
|
-
auth_names = ['PureCloud
|
1481
|
+
auth_names = ['PureCloud OAuth']
|
1482
1482
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1483
1483
|
:header_params => header_params,
|
1484
1484
|
:query_params => query_params,
|
@@ -1562,7 +1562,7 @@ module PureCloud
|
|
1562
1562
|
# http body (model)
|
1563
1563
|
post_body = nil
|
1564
1564
|
|
1565
|
-
auth_names = ['PureCloud
|
1565
|
+
auth_names = ['PureCloud OAuth']
|
1566
1566
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1567
1567
|
:header_params => header_params,
|
1568
1568
|
:query_params => query_params,
|
@@ -1627,7 +1627,7 @@ module PureCloud
|
|
1627
1627
|
# http body (model)
|
1628
1628
|
post_body = nil
|
1629
1629
|
|
1630
|
-
auth_names = ['PureCloud
|
1630
|
+
auth_names = ['PureCloud OAuth']
|
1631
1631
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1632
1632
|
:header_params => header_params,
|
1633
1633
|
:query_params => query_params,
|
@@ -1734,7 +1734,7 @@ module PureCloud
|
|
1734
1734
|
# http body (model)
|
1735
1735
|
post_body = nil
|
1736
1736
|
|
1737
|
-
auth_names = ['PureCloud
|
1737
|
+
auth_names = ['PureCloud OAuth']
|
1738
1738
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1739
1739
|
:header_params => header_params,
|
1740
1740
|
:query_params => query_params,
|
@@ -1819,7 +1819,7 @@ module PureCloud
|
|
1819
1819
|
# http body (model)
|
1820
1820
|
post_body = nil
|
1821
1821
|
|
1822
|
-
auth_names = ['PureCloud
|
1822
|
+
auth_names = ['PureCloud OAuth']
|
1823
1823
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1824
1824
|
:header_params => header_params,
|
1825
1825
|
:query_params => query_params,
|
@@ -1894,7 +1894,7 @@ module PureCloud
|
|
1894
1894
|
# http body (model)
|
1895
1895
|
post_body = nil
|
1896
1896
|
|
1897
|
-
auth_names = ['PureCloud
|
1897
|
+
auth_names = ['PureCloud OAuth']
|
1898
1898
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1899
1899
|
:header_params => header_params,
|
1900
1900
|
:query_params => query_params,
|
@@ -1988,7 +1988,7 @@ module PureCloud
|
|
1988
1988
|
# http body (model)
|
1989
1989
|
post_body = nil
|
1990
1990
|
|
1991
|
-
auth_names = ['PureCloud
|
1991
|
+
auth_names = ['PureCloud OAuth']
|
1992
1992
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1993
1993
|
:header_params => header_params,
|
1994
1994
|
:query_params => query_params,
|
@@ -2063,7 +2063,7 @@ module PureCloud
|
|
2063
2063
|
# http body (model)
|
2064
2064
|
post_body = nil
|
2065
2065
|
|
2066
|
-
auth_names = ['PureCloud
|
2066
|
+
auth_names = ['PureCloud OAuth']
|
2067
2067
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2068
2068
|
:header_params => header_params,
|
2069
2069
|
:query_params => query_params,
|
@@ -2138,7 +2138,7 @@ module PureCloud
|
|
2138
2138
|
# http body (model)
|
2139
2139
|
post_body = nil
|
2140
2140
|
|
2141
|
-
auth_names = ['PureCloud
|
2141
|
+
auth_names = ['PureCloud OAuth']
|
2142
2142
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2143
2143
|
:header_params => header_params,
|
2144
2144
|
:query_params => query_params,
|
@@ -2212,7 +2212,7 @@ module PureCloud
|
|
2212
2212
|
# http body (model)
|
2213
2213
|
post_body = nil
|
2214
2214
|
|
2215
|
-
auth_names = ['PureCloud
|
2215
|
+
auth_names = ['PureCloud OAuth']
|
2216
2216
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2217
2217
|
:header_params => header_params,
|
2218
2218
|
:query_params => query_params,
|
@@ -2320,7 +2320,7 @@ module PureCloud
|
|
2320
2320
|
# http body (model)
|
2321
2321
|
post_body = nil
|
2322
2322
|
|
2323
|
-
auth_names = ['PureCloud
|
2323
|
+
auth_names = ['PureCloud OAuth']
|
2324
2324
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2325
2325
|
:header_params => header_params,
|
2326
2326
|
:query_params => query_params,
|
@@ -2384,7 +2384,7 @@ module PureCloud
|
|
2384
2384
|
# http body (model)
|
2385
2385
|
post_body = nil
|
2386
2386
|
|
2387
|
-
auth_names = ['PureCloud
|
2387
|
+
auth_names = ['PureCloud OAuth']
|
2388
2388
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2389
2389
|
:header_params => header_params,
|
2390
2390
|
:query_params => query_params,
|
@@ -2449,7 +2449,7 @@ module PureCloud
|
|
2449
2449
|
# http body (model)
|
2450
2450
|
post_body = nil
|
2451
2451
|
|
2452
|
-
auth_names = ['PureCloud
|
2452
|
+
auth_names = ['PureCloud OAuth']
|
2453
2453
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2454
2454
|
:header_params => header_params,
|
2455
2455
|
:query_params => query_params,
|
@@ -2513,7 +2513,7 @@ module PureCloud
|
|
2513
2513
|
# http body (model)
|
2514
2514
|
post_body = nil
|
2515
2515
|
|
2516
|
-
auth_names = ['PureCloud
|
2516
|
+
auth_names = ['PureCloud OAuth']
|
2517
2517
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2518
2518
|
:header_params => header_params,
|
2519
2519
|
:query_params => query_params,
|
@@ -2596,7 +2596,7 @@ module PureCloud
|
|
2596
2596
|
# http body (model)
|
2597
2597
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
2598
2598
|
|
2599
|
-
auth_names = ['PureCloud
|
2599
|
+
auth_names = ['PureCloud OAuth']
|
2600
2600
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2601
2601
|
:header_params => header_params,
|
2602
2602
|
:query_params => query_params,
|
@@ -2679,7 +2679,7 @@ module PureCloud
|
|
2679
2679
|
# http body (model)
|
2680
2680
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
2681
2681
|
|
2682
|
-
auth_names = ['PureCloud
|
2682
|
+
auth_names = ['PureCloud OAuth']
|
2683
2683
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2684
2684
|
:header_params => header_params,
|
2685
2685
|
:query_params => query_params,
|
@@ -2762,7 +2762,7 @@ module PureCloud
|
|
2762
2762
|
# http body (model)
|
2763
2763
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
2764
2764
|
|
2765
|
-
auth_names = ['PureCloud
|
2765
|
+
auth_names = ['PureCloud OAuth']
|
2766
2766
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2767
2767
|
:header_params => header_params,
|
2768
2768
|
:query_params => query_params,
|
@@ -2835,7 +2835,7 @@ module PureCloud
|
|
2835
2835
|
# http body (model)
|
2836
2836
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
2837
2837
|
|
2838
|
-
auth_names = ['PureCloud
|
2838
|
+
auth_names = ['PureCloud OAuth']
|
2839
2839
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2840
2840
|
:header_params => header_params,
|
2841
2841
|
:query_params => query_params,
|
@@ -2928,7 +2928,7 @@ module PureCloud
|
|
2928
2928
|
# http body (model)
|
2929
2929
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
2930
2930
|
|
2931
|
-
auth_names = ['PureCloud
|
2931
|
+
auth_names = ['PureCloud OAuth']
|
2932
2932
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
2933
2933
|
:header_params => header_params,
|
2934
2934
|
:query_params => query_params,
|
@@ -3039,7 +3039,7 @@ module PureCloud
|
|
3039
3039
|
# http body (model)
|
3040
3040
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3041
3041
|
|
3042
|
-
auth_names = ['PureCloud
|
3042
|
+
auth_names = ['PureCloud OAuth']
|
3043
3043
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3044
3044
|
:header_params => header_params,
|
3045
3045
|
:query_params => query_params,
|
@@ -3122,7 +3122,7 @@ module PureCloud
|
|
3122
3122
|
# http body (model)
|
3123
3123
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3124
3124
|
|
3125
|
-
auth_names = ['PureCloud
|
3125
|
+
auth_names = ['PureCloud OAuth']
|
3126
3126
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3127
3127
|
:header_params => header_params,
|
3128
3128
|
:query_params => query_params,
|
@@ -3195,7 +3195,7 @@ module PureCloud
|
|
3195
3195
|
# http body (model)
|
3196
3196
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3197
3197
|
|
3198
|
-
auth_names = ['PureCloud
|
3198
|
+
auth_names = ['PureCloud OAuth']
|
3199
3199
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
3200
3200
|
:header_params => header_params,
|
3201
3201
|
:query_params => query_params,
|
@@ -3258,7 +3258,7 @@ module PureCloud
|
|
3258
3258
|
# http body (model)
|
3259
3259
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3260
3260
|
|
3261
|
-
auth_names = ['PureCloud
|
3261
|
+
auth_names = ['PureCloud OAuth']
|
3262
3262
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3263
3263
|
:header_params => header_params,
|
3264
3264
|
:query_params => query_params,
|
@@ -3331,7 +3331,7 @@ module PureCloud
|
|
3331
3331
|
# http body (model)
|
3332
3332
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3333
3333
|
|
3334
|
-
auth_names = ['PureCloud
|
3334
|
+
auth_names = ['PureCloud OAuth']
|
3335
3335
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3336
3336
|
:header_params => header_params,
|
3337
3337
|
:query_params => query_params,
|
@@ -3404,7 +3404,7 @@ module PureCloud
|
|
3404
3404
|
# http body (model)
|
3405
3405
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3406
3406
|
|
3407
|
-
auth_names = ['PureCloud
|
3407
|
+
auth_names = ['PureCloud OAuth']
|
3408
3408
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3409
3409
|
:header_params => header_params,
|
3410
3410
|
:query_params => query_params,
|
@@ -3477,7 +3477,7 @@ module PureCloud
|
|
3477
3477
|
# http body (model)
|
3478
3478
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3479
3479
|
|
3480
|
-
auth_names = ['PureCloud
|
3480
|
+
auth_names = ['PureCloud OAuth']
|
3481
3481
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3482
3482
|
:header_params => header_params,
|
3483
3483
|
:query_params => query_params,
|
@@ -3550,7 +3550,7 @@ module PureCloud
|
|
3550
3550
|
# http body (model)
|
3551
3551
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3552
3552
|
|
3553
|
-
auth_names = ['PureCloud
|
3553
|
+
auth_names = ['PureCloud OAuth']
|
3554
3554
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3555
3555
|
:header_params => header_params,
|
3556
3556
|
:query_params => query_params,
|
@@ -3623,7 +3623,7 @@ module PureCloud
|
|
3623
3623
|
# http body (model)
|
3624
3624
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3625
3625
|
|
3626
|
-
auth_names = ['PureCloud
|
3626
|
+
auth_names = ['PureCloud OAuth']
|
3627
3627
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3628
3628
|
:header_params => header_params,
|
3629
3629
|
:query_params => query_params,
|
@@ -3696,7 +3696,7 @@ module PureCloud
|
|
3696
3696
|
# http body (model)
|
3697
3697
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3698
3698
|
|
3699
|
-
auth_names = ['PureCloud
|
3699
|
+
auth_names = ['PureCloud OAuth']
|
3700
3700
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3701
3701
|
:header_params => header_params,
|
3702
3702
|
:query_params => query_params,
|
@@ -3769,7 +3769,7 @@ module PureCloud
|
|
3769
3769
|
# http body (model)
|
3770
3770
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3771
3771
|
|
3772
|
-
auth_names = ['PureCloud
|
3772
|
+
auth_names = ['PureCloud OAuth']
|
3773
3773
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3774
3774
|
:header_params => header_params,
|
3775
3775
|
:query_params => query_params,
|
@@ -3842,7 +3842,7 @@ module PureCloud
|
|
3842
3842
|
# http body (model)
|
3843
3843
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3844
3844
|
|
3845
|
-
auth_names = ['PureCloud
|
3845
|
+
auth_names = ['PureCloud OAuth']
|
3846
3846
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3847
3847
|
:header_params => header_params,
|
3848
3848
|
:query_params => query_params,
|
@@ -3953,7 +3953,7 @@ module PureCloud
|
|
3953
3953
|
# http body (model)
|
3954
3954
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
3955
3955
|
|
3956
|
-
auth_names = ['PureCloud
|
3956
|
+
auth_names = ['PureCloud OAuth']
|
3957
3957
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
3958
3958
|
:header_params => header_params,
|
3959
3959
|
:query_params => query_params,
|
@@ -4046,7 +4046,7 @@ module PureCloud
|
|
4046
4046
|
# http body (model)
|
4047
4047
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4048
4048
|
|
4049
|
-
auth_names = ['PureCloud
|
4049
|
+
auth_names = ['PureCloud OAuth']
|
4050
4050
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4051
4051
|
:header_params => header_params,
|
4052
4052
|
:query_params => query_params,
|
@@ -4147,7 +4147,7 @@ module PureCloud
|
|
4147
4147
|
# http body (model)
|
4148
4148
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4149
4149
|
|
4150
|
-
auth_names = ['PureCloud
|
4150
|
+
auth_names = ['PureCloud OAuth']
|
4151
4151
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4152
4152
|
:header_params => header_params,
|
4153
4153
|
:query_params => query_params,
|
@@ -4230,7 +4230,7 @@ module PureCloud
|
|
4230
4230
|
# http body (model)
|
4231
4231
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4232
4232
|
|
4233
|
-
auth_names = ['PureCloud
|
4233
|
+
auth_names = ['PureCloud OAuth']
|
4234
4234
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4235
4235
|
:header_params => header_params,
|
4236
4236
|
:query_params => query_params,
|
@@ -4313,7 +4313,7 @@ module PureCloud
|
|
4313
4313
|
# http body (model)
|
4314
4314
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4315
4315
|
|
4316
|
-
auth_names = ['PureCloud
|
4316
|
+
auth_names = ['PureCloud OAuth']
|
4317
4317
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4318
4318
|
:header_params => header_params,
|
4319
4319
|
:query_params => query_params,
|
@@ -4417,7 +4417,7 @@ module PureCloud
|
|
4417
4417
|
# http body (model)
|
4418
4418
|
post_body = @api_client.object_to_http_body(body)
|
4419
4419
|
|
4420
|
-
auth_names = ['PureCloud
|
4420
|
+
auth_names = ['PureCloud OAuth']
|
4421
4421
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4422
4422
|
:header_params => header_params,
|
4423
4423
|
:query_params => query_params,
|
@@ -4511,7 +4511,7 @@ module PureCloud
|
|
4511
4511
|
# http body (model)
|
4512
4512
|
post_body = @api_client.object_to_http_body(body)
|
4513
4513
|
|
4514
|
-
auth_names = ['PureCloud
|
4514
|
+
auth_names = ['PureCloud OAuth']
|
4515
4515
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4516
4516
|
:header_params => header_params,
|
4517
4517
|
:query_params => query_params,
|
@@ -4605,7 +4605,7 @@ module PureCloud
|
|
4605
4605
|
# http body (model)
|
4606
4606
|
post_body = @api_client.object_to_http_body(body)
|
4607
4607
|
|
4608
|
-
auth_names = ['PureCloud
|
4608
|
+
auth_names = ['PureCloud OAuth']
|
4609
4609
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4610
4610
|
:header_params => header_params,
|
4611
4611
|
:query_params => query_params,
|
@@ -4690,7 +4690,7 @@ module PureCloud
|
|
4690
4690
|
# http body (model)
|
4691
4691
|
post_body = @api_client.object_to_http_body(body)
|
4692
4692
|
|
4693
|
-
auth_names = ['PureCloud
|
4693
|
+
auth_names = ['PureCloud OAuth']
|
4694
4694
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4695
4695
|
:header_params => header_params,
|
4696
4696
|
:query_params => query_params,
|
@@ -4773,7 +4773,7 @@ module PureCloud
|
|
4773
4773
|
# http body (model)
|
4774
4774
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4775
4775
|
|
4776
|
-
auth_names = ['PureCloud
|
4776
|
+
auth_names = ['PureCloud OAuth']
|
4777
4777
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4778
4778
|
:header_params => header_params,
|
4779
4779
|
:query_params => query_params,
|
@@ -4846,7 +4846,7 @@ module PureCloud
|
|
4846
4846
|
# http body (model)
|
4847
4847
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4848
4848
|
|
4849
|
-
auth_names = ['PureCloud
|
4849
|
+
auth_names = ['PureCloud OAuth']
|
4850
4850
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4851
4851
|
:header_params => header_params,
|
4852
4852
|
:query_params => query_params,
|
@@ -4909,7 +4909,7 @@ module PureCloud
|
|
4909
4909
|
# http body (model)
|
4910
4910
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4911
4911
|
|
4912
|
-
auth_names = ['PureCloud
|
4912
|
+
auth_names = ['PureCloud OAuth']
|
4913
4913
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4914
4914
|
:header_params => header_params,
|
4915
4915
|
:query_params => query_params,
|
@@ -4972,7 +4972,7 @@ module PureCloud
|
|
4972
4972
|
# http body (model)
|
4973
4973
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
4974
4974
|
|
4975
|
-
auth_names = ['PureCloud
|
4975
|
+
auth_names = ['PureCloud OAuth']
|
4976
4976
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
4977
4977
|
:header_params => header_params,
|
4978
4978
|
:query_params => query_params,
|
@@ -5035,7 +5035,7 @@ module PureCloud
|
|
5035
5035
|
# http body (model)
|
5036
5036
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
5037
5037
|
|
5038
|
-
auth_names = ['PureCloud
|
5038
|
+
auth_names = ['PureCloud OAuth']
|
5039
5039
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
5040
5040
|
:header_params => header_params,
|
5041
5041
|
:query_params => query_params,
|