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
@@ -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(:GET, local_var_path,
|
80
80
|
:header_params => header_params,
|
81
81
|
:query_params => query_params,
|
@@ -159,7 +159,7 @@ module PureCloud
|
|
159
159
|
# http body (model)
|
160
160
|
post_body = nil
|
161
161
|
|
162
|
-
auth_names = ['PureCloud
|
162
|
+
auth_names = ['PureCloud OAuth']
|
163
163
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
164
164
|
:header_params => header_params,
|
165
165
|
:query_params => query_params,
|
@@ -233,7 +233,7 @@ module PureCloud
|
|
233
233
|
# http body (model)
|
234
234
|
post_body = nil
|
235
235
|
|
236
|
-
auth_names = ['PureCloud
|
236
|
+
auth_names = ['PureCloud OAuth']
|
237
237
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
238
238
|
:header_params => header_params,
|
239
239
|
:query_params => query_params,
|
@@ -377,7 +377,7 @@ module PureCloud
|
|
377
377
|
# http body (model)
|
378
378
|
post_body = nil
|
379
379
|
|
380
|
-
auth_names = ['PureCloud
|
380
|
+
auth_names = ['PureCloud OAuth']
|
381
381
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
382
382
|
:header_params => header_params,
|
383
383
|
:query_params => query_params,
|
@@ -505,7 +505,7 @@ module PureCloud
|
|
505
505
|
# http body (model)
|
506
506
|
post_body = nil
|
507
507
|
|
508
|
-
auth_names = ['PureCloud
|
508
|
+
auth_names = ['PureCloud OAuth']
|
509
509
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
510
510
|
:header_params => header_params,
|
511
511
|
: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,
|
@@ -663,7 +663,7 @@ module PureCloud
|
|
663
663
|
# http body (model)
|
664
664
|
post_body = nil
|
665
665
|
|
666
|
-
auth_names = ['PureCloud
|
666
|
+
auth_names = ['PureCloud OAuth']
|
667
667
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
668
668
|
:header_params => header_params,
|
669
669
|
:query_params => query_params,
|
@@ -737,7 +737,7 @@ module PureCloud
|
|
737
737
|
# http body (model)
|
738
738
|
post_body = nil
|
739
739
|
|
740
|
-
auth_names = ['PureCloud
|
740
|
+
auth_names = ['PureCloud OAuth']
|
741
741
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
742
742
|
:header_params => header_params,
|
743
743
|
:query_params => query_params,
|
@@ -838,7 +838,7 @@ module PureCloud
|
|
838
838
|
# http body (model)
|
839
839
|
post_body = nil
|
840
840
|
|
841
|
-
auth_names = ['PureCloud
|
841
|
+
auth_names = ['PureCloud OAuth']
|
842
842
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
843
843
|
:header_params => header_params,
|
844
844
|
:query_params => query_params,
|
@@ -912,7 +912,7 @@ module PureCloud
|
|
912
912
|
# http body (model)
|
913
913
|
post_body = nil
|
914
914
|
|
915
|
-
auth_names = ['PureCloud
|
915
|
+
auth_names = ['PureCloud OAuth']
|
916
916
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
917
917
|
:header_params => header_params,
|
918
918
|
:query_params => query_params,
|
@@ -985,7 +985,7 @@ module PureCloud
|
|
985
985
|
# http body (model)
|
986
986
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
987
987
|
|
988
|
-
auth_names = ['PureCloud
|
988
|
+
auth_names = ['PureCloud OAuth']
|
989
989
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
990
990
|
:header_params => header_params,
|
991
991
|
:query_params => query_params,
|
@@ -76,7 +76,7 @@ module PureCloud
|
|
76
76
|
# http body (model)
|
77
77
|
post_body = nil
|
78
78
|
|
79
|
-
auth_names = [
|
79
|
+
auth_names = []
|
80
80
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
81
81
|
:header_params => header_params,
|
82
82
|
:query_params => query_params,
|
@@ -142,7 +142,7 @@ module PureCloud
|
|
142
142
|
# http body (model)
|
143
143
|
post_body = nil
|
144
144
|
|
145
|
-
auth_names = [
|
145
|
+
auth_names = []
|
146
146
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
147
147
|
:header_params => header_params,
|
148
148
|
:query_params => query_params,
|
@@ -217,7 +217,7 @@ module PureCloud
|
|
217
217
|
# http body (model)
|
218
218
|
post_body = nil
|
219
219
|
|
220
|
-
auth_names = ['PureCloud
|
220
|
+
auth_names = ['PureCloud OAuth']
|
221
221
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
222
222
|
:header_params => header_params,
|
223
223
|
:query_params => query_params,
|
@@ -292,7 +292,7 @@ module PureCloud
|
|
292
292
|
# http body (model)
|
293
293
|
post_body = nil
|
294
294
|
|
295
|
-
auth_names = ['PureCloud
|
295
|
+
auth_names = ['PureCloud OAuth']
|
296
296
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
297
297
|
:header_params => header_params,
|
298
298
|
:query_params => query_params,
|
@@ -376,7 +376,7 @@ module PureCloud
|
|
376
376
|
# http body (model)
|
377
377
|
post_body = nil
|
378
378
|
|
379
|
-
auth_names = ['PureCloud
|
379
|
+
auth_names = ['PureCloud OAuth']
|
380
380
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
381
381
|
:header_params => header_params,
|
382
382
|
:query_params => query_params,
|
@@ -460,7 +460,7 @@ module PureCloud
|
|
460
460
|
# http body (model)
|
461
461
|
post_body = nil
|
462
462
|
|
463
|
-
auth_names = ['PureCloud
|
463
|
+
auth_names = ['PureCloud OAuth']
|
464
464
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
465
465
|
:header_params => header_params,
|
466
466
|
:query_params => query_params,
|
@@ -535,7 +535,7 @@ module PureCloud
|
|
535
535
|
# http body (model)
|
536
536
|
post_body = nil
|
537
537
|
|
538
|
-
auth_names = ['PureCloud
|
538
|
+
auth_names = ['PureCloud OAuth']
|
539
539
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
540
540
|
:header_params => header_params,
|
541
541
|
:query_params => query_params,
|
@@ -610,7 +610,7 @@ module PureCloud
|
|
610
610
|
# http body (model)
|
611
611
|
post_body = nil
|
612
612
|
|
613
|
-
auth_names = ['PureCloud
|
613
|
+
auth_names = ['PureCloud OAuth']
|
614
614
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
615
615
|
:header_params => header_params,
|
616
616
|
:query_params => query_params,
|
@@ -675,7 +675,7 @@ module PureCloud
|
|
675
675
|
# http body (model)
|
676
676
|
post_body = @api_client.object_to_http_body(body)
|
677
677
|
|
678
|
-
auth_names = [
|
678
|
+
auth_names = []
|
679
679
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
680
680
|
:header_params => header_params,
|
681
681
|
:query_params => query_params,
|
@@ -740,7 +740,7 @@ module PureCloud
|
|
740
740
|
# http body (model)
|
741
741
|
post_body = @api_client.object_to_http_body(body)
|
742
742
|
|
743
|
-
auth_names = [
|
743
|
+
auth_names = []
|
744
744
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
745
745
|
:header_params => header_params,
|
746
746
|
:query_params => query_params,
|
@@ -805,7 +805,7 @@ module PureCloud
|
|
805
805
|
# http body (model)
|
806
806
|
post_body = @api_client.object_to_http_body(body)
|
807
807
|
|
808
|
-
auth_names = ['PureCloud
|
808
|
+
auth_names = ['PureCloud OAuth']
|
809
809
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
810
810
|
:header_params => header_params,
|
811
811
|
:query_params => query_params,
|
@@ -870,7 +870,7 @@ module PureCloud
|
|
870
870
|
# http body (model)
|
871
871
|
post_body = @api_client.object_to_http_body(body)
|
872
872
|
|
873
|
-
auth_names = ['PureCloud
|
873
|
+
auth_names = ['PureCloud OAuth']
|
874
874
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
875
875
|
:header_params => header_params,
|
876
876
|
:query_params => query_params,
|
@@ -944,7 +944,7 @@ module PureCloud
|
|
944
944
|
# http body (model)
|
945
945
|
post_body = @api_client.object_to_http_body(body)
|
946
946
|
|
947
|
-
auth_names = ['PureCloud
|
947
|
+
auth_names = ['PureCloud OAuth']
|
948
948
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
949
949
|
:header_params => header_params,
|
950
950
|
:query_params => query_params,
|
@@ -1018,7 +1018,7 @@ module PureCloud
|
|
1018
1018
|
# http body (model)
|
1019
1019
|
post_body = @api_client.object_to_http_body(body)
|
1020
1020
|
|
1021
|
-
auth_names = ['PureCloud
|
1021
|
+
auth_names = ['PureCloud OAuth']
|
1022
1022
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1023
1023
|
:header_params => header_params,
|
1024
1024
|
:query_params => query_params,
|
@@ -1083,7 +1083,7 @@ module PureCloud
|
|
1083
1083
|
# http body (model)
|
1084
1084
|
post_body = @api_client.object_to_http_body(body)
|
1085
1085
|
|
1086
|
-
auth_names = ['PureCloud
|
1086
|
+
auth_names = ['PureCloud OAuth']
|
1087
1087
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1088
1088
|
:header_params => header_params,
|
1089
1089
|
:query_params => query_params,
|
@@ -1148,7 +1148,7 @@ module PureCloud
|
|
1148
1148
|
# http body (model)
|
1149
1149
|
post_body = @api_client.object_to_http_body(body)
|
1150
1150
|
|
1151
|
-
auth_names = ['PureCloud
|
1151
|
+
auth_names = ['PureCloud OAuth']
|
1152
1152
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
1153
1153
|
:header_params => header_params,
|
1154
1154
|
: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,
|
@@ -139,7 +139,7 @@ module PureCloud
|
|
139
139
|
# http body (model)
|
140
140
|
post_body = nil
|
141
141
|
|
142
|
-
auth_names = ['PureCloud
|
142
|
+
auth_names = ['PureCloud OAuth']
|
143
143
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
144
144
|
:header_params => header_params,
|
145
145
|
:query_params => query_params,
|
@@ -266,7 +266,7 @@ module PureCloud
|
|
266
266
|
# http body (model)
|
267
267
|
post_body = nil
|
268
268
|
|
269
|
-
auth_names = ['PureCloud
|
269
|
+
auth_names = ['PureCloud OAuth']
|
270
270
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
271
271
|
:header_params => header_params,
|
272
272
|
:query_params => query_params,
|
@@ -321,7 +321,7 @@ module PureCloud
|
|
321
321
|
# http body (model)
|
322
322
|
post_body = nil
|
323
323
|
|
324
|
-
auth_names = ['PureCloud
|
324
|
+
auth_names = ['PureCloud OAuth']
|
325
325
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
326
326
|
:header_params => header_params,
|
327
327
|
:query_params => query_params,
|
@@ -386,7 +386,7 @@ module PureCloud
|
|
386
386
|
# http body (model)
|
387
387
|
post_body = @api_client.object_to_http_body(body)
|
388
388
|
|
389
|
-
auth_names = ['PureCloud
|
389
|
+
auth_names = ['PureCloud OAuth']
|
390
390
|
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
391
391
|
:header_params => header_params,
|
392
392
|
:query_params => query_params,
|
@@ -94,7 +94,7 @@ module PureCloud
|
|
94
94
|
# http body (model)
|
95
95
|
post_body = nil
|
96
96
|
|
97
|
-
auth_names = ['PureCloud
|
97
|
+
auth_names = ['PureCloud OAuth']
|
98
98
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
99
99
|
:header_params => header_params,
|
100
100
|
:query_params => query_params,
|
@@ -178,7 +178,7 @@ module PureCloud
|
|
178
178
|
# http body (model)
|
179
179
|
post_body = nil
|
180
180
|
|
181
|
-
auth_names = ['PureCloud
|
181
|
+
auth_names = ['PureCloud OAuth']
|
182
182
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
183
183
|
:header_params => header_params,
|
184
184
|
:query_params => query_params,
|
@@ -252,7 +252,7 @@ module PureCloud
|
|
252
252
|
# http body (model)
|
253
253
|
post_body = @api_client.object_to_http_body(body)
|
254
254
|
|
255
|
-
auth_names = ['PureCloud
|
255
|
+
auth_names = ['PureCloud OAuth']
|
256
256
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
257
257
|
:header_params => header_params,
|
258
258
|
:query_params => query_params,
|
@@ -326,7 +326,7 @@ module PureCloud
|
|
326
326
|
# http body (model)
|
327
327
|
post_body = @api_client.object_to_http_body(body)
|
328
328
|
|
329
|
-
auth_names = ['PureCloud
|
329
|
+
auth_names = ['PureCloud OAuth']
|
330
330
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
331
331
|
:header_params => header_params,
|
332
332
|
: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,
|
@@ -213,7 +213,7 @@ module PureCloud
|
|
213
213
|
# http body (model)
|
214
214
|
post_body = nil
|
215
215
|
|
216
|
-
auth_names = ['PureCloud
|
216
|
+
auth_names = ['PureCloud OAuth']
|
217
217
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
218
218
|
:header_params => header_params,
|
219
219
|
:query_params => query_params,
|
@@ -277,7 +277,7 @@ module PureCloud
|
|
277
277
|
# http body (model)
|
278
278
|
post_body = nil
|
279
279
|
|
280
|
-
auth_names = ['PureCloud
|
280
|
+
auth_names = ['PureCloud OAuth']
|
281
281
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
282
282
|
:header_params => header_params,
|
283
283
|
: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(:DELETE, local_var_path,
|
346
346
|
:header_params => header_params,
|
347
347
|
:query_params => query_params,
|
@@ -405,7 +405,7 @@ module PureCloud
|
|
405
405
|
# http body (model)
|
406
406
|
post_body = nil
|
407
407
|
|
408
|
-
auth_names = ['PureCloud
|
408
|
+
auth_names = ['PureCloud OAuth']
|
409
409
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
410
410
|
:header_params => header_params,
|
411
411
|
:query_params => query_params,
|
@@ -469,7 +469,7 @@ module PureCloud
|
|
469
469
|
# http body (model)
|
470
470
|
post_body = nil
|
471
471
|
|
472
|
-
auth_names = ['PureCloud
|
472
|
+
auth_names = ['PureCloud OAuth']
|
473
473
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
474
474
|
:header_params => header_params,
|
475
475
|
:query_params => query_params,
|
@@ -533,7 +533,7 @@ module PureCloud
|
|
533
533
|
# http body (model)
|
534
534
|
post_body = nil
|
535
535
|
|
536
|
-
auth_names = ['PureCloud
|
536
|
+
auth_names = ['PureCloud OAuth']
|
537
537
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
538
538
|
:header_params => header_params,
|
539
539
|
:query_params => query_params,
|
@@ -597,7 +597,7 @@ module PureCloud
|
|
597
597
|
# http body (model)
|
598
598
|
post_body = nil
|
599
599
|
|
600
|
-
auth_names = ['PureCloud
|
600
|
+
auth_names = ['PureCloud OAuth']
|
601
601
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
602
602
|
:header_params => header_params,
|
603
603
|
:query_params => query_params,
|
@@ -661,7 +661,7 @@ module PureCloud
|
|
661
661
|
# http body (model)
|
662
662
|
post_body = nil
|
663
663
|
|
664
|
-
auth_names = ['PureCloud
|
664
|
+
auth_names = ['PureCloud OAuth']
|
665
665
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
666
666
|
:header_params => header_params,
|
667
667
|
:query_params => query_params,
|
@@ -725,7 +725,7 @@ module PureCloud
|
|
725
725
|
# http body (model)
|
726
726
|
post_body = nil
|
727
727
|
|
728
|
-
auth_names = ['PureCloud
|
728
|
+
auth_names = ['PureCloud OAuth']
|
729
729
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
730
730
|
:header_params => header_params,
|
731
731
|
:query_params => query_params,
|
@@ -789,7 +789,7 @@ module PureCloud
|
|
789
789
|
# http body (model)
|
790
790
|
post_body = nil
|
791
791
|
|
792
|
-
auth_names = ['PureCloud
|
792
|
+
auth_names = ['PureCloud OAuth']
|
793
793
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
794
794
|
:header_params => header_params,
|
795
795
|
:query_params => query_params,
|
@@ -863,7 +863,7 @@ module PureCloud
|
|
863
863
|
# http body (model)
|
864
864
|
post_body = nil
|
865
865
|
|
866
|
-
auth_names = ['PureCloud
|
866
|
+
auth_names = ['PureCloud OAuth']
|
867
867
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
868
868
|
:header_params => header_params,
|
869
869
|
:query_params => query_params,
|
@@ -927,7 +927,7 @@ module PureCloud
|
|
927
927
|
# http body (model)
|
928
928
|
post_body = nil
|
929
929
|
|
930
|
-
auth_names = ['PureCloud
|
930
|
+
auth_names = ['PureCloud OAuth']
|
931
931
|
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
932
932
|
:header_params => header_params,
|
933
933
|
:query_params => query_params,
|
@@ -999,7 +999,7 @@ module PureCloud
|
|
999
999
|
# http body (model)
|
1000
1000
|
post_body = nil
|
1001
1001
|
|
1002
|
-
auth_names = ['PureCloud
|
1002
|
+
auth_names = ['PureCloud OAuth']
|
1003
1003
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1004
1004
|
:header_params => header_params,
|
1005
1005
|
: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,
|
@@ -1175,7 +1175,7 @@ module PureCloud
|
|
1175
1175
|
# http body (model)
|
1176
1176
|
post_body = nil
|
1177
1177
|
|
1178
|
-
auth_names = ['PureCloud
|
1178
|
+
auth_names = ['PureCloud OAuth']
|
1179
1179
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1180
1180
|
:header_params => header_params,
|
1181
1181
|
:query_params => query_params,
|
@@ -1260,7 +1260,7 @@ module PureCloud
|
|
1260
1260
|
# http body (model)
|
1261
1261
|
post_body = nil
|
1262
1262
|
|
1263
|
-
auth_names = ['PureCloud
|
1263
|
+
auth_names = ['PureCloud OAuth']
|
1264
1264
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1265
1265
|
:header_params => header_params,
|
1266
1266
|
:query_params => query_params,
|
@@ -1374,7 +1374,7 @@ module PureCloud
|
|
1374
1374
|
# http body (model)
|
1375
1375
|
post_body = nil
|
1376
1376
|
|
1377
|
-
auth_names = ['PureCloud
|
1377
|
+
auth_names = ['PureCloud OAuth']
|
1378
1378
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1379
1379
|
:header_params => header_params,
|
1380
1380
|
:query_params => query_params,
|
@@ -1448,7 +1448,7 @@ module PureCloud
|
|
1448
1448
|
# http body (model)
|
1449
1449
|
post_body = nil
|
1450
1450
|
|
1451
|
-
auth_names = ['PureCloud
|
1451
|
+
auth_names = ['PureCloud OAuth']
|
1452
1452
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1453
1453
|
:header_params => header_params,
|
1454
1454
|
:query_params => query_params,
|
@@ -1523,7 +1523,7 @@ module PureCloud
|
|
1523
1523
|
# http body (model)
|
1524
1524
|
post_body = nil
|
1525
1525
|
|
1526
|
-
auth_names = ['PureCloud
|
1526
|
+
auth_names = ['PureCloud OAuth']
|
1527
1527
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1528
1528
|
:header_params => header_params,
|
1529
1529
|
:query_params => query_params,
|
@@ -1606,7 +1606,7 @@ module PureCloud
|
|
1606
1606
|
# http body (model)
|
1607
1607
|
post_body = nil
|
1608
1608
|
|
1609
|
-
auth_names = ['PureCloud
|
1609
|
+
auth_names = ['PureCloud OAuth']
|
1610
1610
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1611
1611
|
:header_params => header_params,
|
1612
1612
|
:query_params => query_params,
|
@@ -1690,7 +1690,7 @@ module PureCloud
|
|
1690
1690
|
# http body (model)
|
1691
1691
|
post_body = nil
|
1692
1692
|
|
1693
|
-
auth_names = ['PureCloud
|
1693
|
+
auth_names = ['PureCloud OAuth']
|
1694
1694
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1695
1695
|
:header_params => header_params,
|
1696
1696
|
:query_params => query_params,
|
@@ -1764,7 +1764,7 @@ module PureCloud
|
|
1764
1764
|
# http body (model)
|
1765
1765
|
post_body = nil
|
1766
1766
|
|
1767
|
-
auth_names = ['PureCloud
|
1767
|
+
auth_names = ['PureCloud OAuth']
|
1768
1768
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1769
1769
|
:header_params => header_params,
|
1770
1770
|
:query_params => query_params,
|
@@ -1839,7 +1839,7 @@ module PureCloud
|
|
1839
1839
|
# http body (model)
|
1840
1840
|
post_body = nil
|
1841
1841
|
|
1842
|
-
auth_names = ['PureCloud
|
1842
|
+
auth_names = ['PureCloud OAuth']
|
1843
1843
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1844
1844
|
:header_params => header_params,
|
1845
1845
|
:query_params => query_params,
|
@@ -1904,7 +1904,7 @@ module PureCloud
|
|
1904
1904
|
# http body (model)
|
1905
1905
|
post_body = nil
|
1906
1906
|
|
1907
|
-
auth_names = ['PureCloud
|
1907
|
+
auth_names = ['PureCloud OAuth']
|
1908
1908
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1909
1909
|
:header_params => header_params,
|
1910
1910
|
:query_params => query_params,
|
@@ -1979,7 +1979,7 @@ module PureCloud
|
|
1979
1979
|
# http body (model)
|
1980
1980
|
post_body = nil
|
1981
1981
|
|
1982
|
-
auth_names = ['PureCloud
|
1982
|
+
auth_names = ['PureCloud OAuth']
|
1983
1983
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
1984
1984
|
:header_params => header_params,
|
1985
1985
|
:query_params => query_params,
|
@@ -2044,7 +2044,7 @@ module PureCloud
|
|
2044
2044
|
# http body (model)
|
2045
2045
|
post_body = nil
|
2046
2046
|
|
2047
|
-
auth_names = ['PureCloud
|
2047
|
+
auth_names = ['PureCloud OAuth']
|
2048
2048
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2049
2049
|
:header_params => header_params,
|
2050
2050
|
:query_params => query_params,
|
@@ -2109,7 +2109,7 @@ module PureCloud
|
|
2109
2109
|
# http body (model)
|
2110
2110
|
post_body = nil
|
2111
2111
|
|
2112
|
-
auth_names = ['PureCloud
|
2112
|
+
auth_names = ['PureCloud OAuth']
|
2113
2113
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2114
2114
|
:header_params => header_params,
|
2115
2115
|
:query_params => query_params,
|
@@ -2174,7 +2174,7 @@ module PureCloud
|
|
2174
2174
|
# http body (model)
|
2175
2175
|
post_body = nil
|
2176
2176
|
|
2177
|
-
auth_names = ['PureCloud
|
2177
|
+
auth_names = ['PureCloud OAuth']
|
2178
2178
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2179
2179
|
:header_params => header_params,
|
2180
2180
|
:query_params => query_params,
|
@@ -2239,7 +2239,7 @@ module PureCloud
|
|
2239
2239
|
# http body (model)
|
2240
2240
|
post_body = nil
|
2241
2241
|
|
2242
|
-
auth_names = ['PureCloud
|
2242
|
+
auth_names = ['PureCloud OAuth']
|
2243
2243
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2244
2244
|
:header_params => header_params,
|
2245
2245
|
:query_params => query_params,
|
@@ -2362,7 +2362,7 @@ module PureCloud
|
|
2362
2362
|
# http body (model)
|
2363
2363
|
post_body = nil
|
2364
2364
|
|
2365
|
-
auth_names = ['PureCloud
|
2365
|
+
auth_names = ['PureCloud OAuth']
|
2366
2366
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2367
2367
|
:header_params => header_params,
|
2368
2368
|
:query_params => query_params,
|
@@ -2480,7 +2480,7 @@ module PureCloud
|
|
2480
2480
|
# http body (model)
|
2481
2481
|
post_body = nil
|
2482
2482
|
|
2483
|
-
auth_names = ['PureCloud
|
2483
|
+
auth_names = ['PureCloud OAuth']
|
2484
2484
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2485
2485
|
:header_params => header_params,
|
2486
2486
|
:query_params => query_params,
|
@@ -2535,7 +2535,7 @@ module PureCloud
|
|
2535
2535
|
# http body (model)
|
2536
2536
|
post_body = nil
|
2537
2537
|
|
2538
|
-
auth_names = ['PureCloud
|
2538
|
+
auth_names = ['PureCloud OAuth']
|
2539
2539
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2540
2540
|
:header_params => header_params,
|
2541
2541
|
:query_params => query_params,
|
@@ -2590,7 +2590,7 @@ module PureCloud
|
|
2590
2590
|
# http body (model)
|
2591
2591
|
post_body = nil
|
2592
2592
|
|
2593
|
-
auth_names = ['PureCloud
|
2593
|
+
auth_names = ['PureCloud OAuth']
|
2594
2594
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2595
2595
|
:header_params => header_params,
|
2596
2596
|
:query_params => query_params,
|
@@ -2655,7 +2655,7 @@ module PureCloud
|
|
2655
2655
|
# http body (model)
|
2656
2656
|
post_body = nil
|
2657
2657
|
|
2658
|
-
auth_names = ['PureCloud
|
2658
|
+
auth_names = ['PureCloud OAuth']
|
2659
2659
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2660
2660
|
:header_params => header_params,
|
2661
2661
|
:query_params => query_params,
|
@@ -2720,7 +2720,7 @@ module PureCloud
|
|
2720
2720
|
# http body (model)
|
2721
2721
|
post_body = nil
|
2722
2722
|
|
2723
|
-
auth_names = ['PureCloud
|
2723
|
+
auth_names = ['PureCloud OAuth']
|
2724
2724
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2725
2725
|
:header_params => header_params,
|
2726
2726
|
:query_params => query_params,
|
@@ -2785,7 +2785,7 @@ module PureCloud
|
|
2785
2785
|
# http body (model)
|
2786
2786
|
post_body = nil
|
2787
2787
|
|
2788
|
-
auth_names = ['PureCloud
|
2788
|
+
auth_names = ['PureCloud OAuth']
|
2789
2789
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2790
2790
|
:header_params => header_params,
|
2791
2791
|
:query_params => query_params,
|
@@ -2867,7 +2867,7 @@ module PureCloud
|
|
2867
2867
|
# http body (model)
|
2868
2868
|
post_body = nil
|
2869
2869
|
|
2870
|
-
auth_names = ['PureCloud
|
2870
|
+
auth_names = ['PureCloud OAuth']
|
2871
2871
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2872
2872
|
:header_params => header_params,
|
2873
2873
|
:query_params => query_params,
|
@@ -2967,7 +2967,7 @@ module PureCloud
|
|
2967
2967
|
# http body (model)
|
2968
2968
|
post_body = nil
|
2969
2969
|
|
2970
|
-
auth_names = ['PureCloud
|
2970
|
+
auth_names = ['PureCloud OAuth']
|
2971
2971
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
2972
2972
|
:header_params => header_params,
|
2973
2973
|
:query_params => query_params,
|
@@ -3041,7 +3041,7 @@ module PureCloud
|
|
3041
3041
|
# http body (model)
|
3042
3042
|
post_body = nil
|
3043
3043
|
|
3044
|
-
auth_names = ['PureCloud
|
3044
|
+
auth_names = ['PureCloud OAuth']
|
3045
3045
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3046
3046
|
:header_params => header_params,
|
3047
3047
|
:query_params => query_params,
|
@@ -3116,7 +3116,7 @@ module PureCloud
|
|
3116
3116
|
# http body (model)
|
3117
3117
|
post_body = nil
|
3118
3118
|
|
3119
|
-
auth_names = ['PureCloud
|
3119
|
+
auth_names = ['PureCloud OAuth']
|
3120
3120
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3121
3121
|
:header_params => header_params,
|
3122
3122
|
:query_params => query_params,
|
@@ -3216,7 +3216,7 @@ module PureCloud
|
|
3216
3216
|
# http body (model)
|
3217
3217
|
post_body = nil
|
3218
3218
|
|
3219
|
-
auth_names = ['PureCloud
|
3219
|
+
auth_names = ['PureCloud OAuth']
|
3220
3220
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3221
3221
|
:header_params => header_params,
|
3222
3222
|
:query_params => query_params,
|
@@ -3271,7 +3271,7 @@ module PureCloud
|
|
3271
3271
|
# http body (model)
|
3272
3272
|
post_body = nil
|
3273
3273
|
|
3274
|
-
auth_names = ['PureCloud
|
3274
|
+
auth_names = ['PureCloud OAuth']
|
3275
3275
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3276
3276
|
:header_params => header_params,
|
3277
3277
|
:query_params => query_params,
|
@@ -3336,7 +3336,7 @@ module PureCloud
|
|
3336
3336
|
# http body (model)
|
3337
3337
|
post_body = nil
|
3338
3338
|
|
3339
|
-
auth_names = ['PureCloud
|
3339
|
+
auth_names = ['PureCloud OAuth']
|
3340
3340
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3341
3341
|
:header_params => header_params,
|
3342
3342
|
:query_params => query_params,
|
@@ -3427,7 +3427,7 @@ module PureCloud
|
|
3427
3427
|
# http body (model)
|
3428
3428
|
post_body = nil
|
3429
3429
|
|
3430
|
-
auth_names = ['PureCloud
|
3430
|
+
auth_names = ['PureCloud OAuth']
|
3431
3431
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3432
3432
|
:header_params => header_params,
|
3433
3433
|
:query_params => query_params,
|
@@ -3492,7 +3492,7 @@ module PureCloud
|
|
3492
3492
|
# http body (model)
|
3493
3493
|
post_body = nil
|
3494
3494
|
|
3495
|
-
auth_names = ['PureCloud
|
3495
|
+
auth_names = ['PureCloud OAuth']
|
3496
3496
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3497
3497
|
:header_params => header_params,
|
3498
3498
|
:query_params => query_params,
|
@@ -3557,7 +3557,7 @@ module PureCloud
|
|
3557
3557
|
# http body (model)
|
3558
3558
|
post_body = nil
|
3559
3559
|
|
3560
|
-
auth_names = ['PureCloud
|
3560
|
+
auth_names = ['PureCloud OAuth']
|
3561
3561
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3562
3562
|
:header_params => header_params,
|
3563
3563
|
:query_params => query_params,
|
@@ -3648,7 +3648,7 @@ module PureCloud
|
|
3648
3648
|
# http body (model)
|
3649
3649
|
post_body = nil
|
3650
3650
|
|
3651
|
-
auth_names = ['PureCloud
|
3651
|
+
auth_names = ['PureCloud OAuth']
|
3652
3652
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3653
3653
|
:header_params => header_params,
|
3654
3654
|
:query_params => query_params,
|
@@ -3748,7 +3748,7 @@ module PureCloud
|
|
3748
3748
|
# http body (model)
|
3749
3749
|
post_body = nil
|
3750
3750
|
|
3751
|
-
auth_names = ['PureCloud
|
3751
|
+
auth_names = ['PureCloud OAuth']
|
3752
3752
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3753
3753
|
:header_params => header_params,
|
3754
3754
|
:query_params => query_params,
|
@@ -3813,7 +3813,7 @@ module PureCloud
|
|
3813
3813
|
# http body (model)
|
3814
3814
|
post_body = nil
|
3815
3815
|
|
3816
|
-
auth_names = ['PureCloud
|
3816
|
+
auth_names = ['PureCloud OAuth']
|
3817
3817
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3818
3818
|
:header_params => header_params,
|
3819
3819
|
:query_params => query_params,
|
@@ -3878,7 +3878,7 @@ module PureCloud
|
|
3878
3878
|
# http body (model)
|
3879
3879
|
post_body = nil
|
3880
3880
|
|
3881
|
-
auth_names = ['PureCloud
|
3881
|
+
auth_names = ['PureCloud OAuth']
|
3882
3882
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3883
3883
|
:header_params => header_params,
|
3884
3884
|
:query_params => query_params,
|
@@ -3969,7 +3969,7 @@ module PureCloud
|
|
3969
3969
|
# http body (model)
|
3970
3970
|
post_body = nil
|
3971
3971
|
|
3972
|
-
auth_names = ['PureCloud
|
3972
|
+
auth_names = ['PureCloud OAuth']
|
3973
3973
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
3974
3974
|
:header_params => header_params,
|
3975
3975
|
:query_params => query_params,
|
@@ -4069,7 +4069,7 @@ module PureCloud
|
|
4069
4069
|
# http body (model)
|
4070
4070
|
post_body = nil
|
4071
4071
|
|
4072
|
-
auth_names = ['PureCloud
|
4072
|
+
auth_names = ['PureCloud OAuth']
|
4073
4073
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4074
4074
|
:header_params => header_params,
|
4075
4075
|
:query_params => query_params,
|
@@ -4135,7 +4135,7 @@ module PureCloud
|
|
4135
4135
|
# http body (model)
|
4136
4136
|
post_body = nil
|
4137
4137
|
|
4138
|
-
auth_names = ['PureCloud
|
4138
|
+
auth_names = ['PureCloud OAuth']
|
4139
4139
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4140
4140
|
:header_params => header_params,
|
4141
4141
|
:query_params => query_params,
|
@@ -4210,7 +4210,7 @@ module PureCloud
|
|
4210
4210
|
# http body (model)
|
4211
4211
|
post_body = nil
|
4212
4212
|
|
4213
|
-
auth_names = ['PureCloud
|
4213
|
+
auth_names = ['PureCloud OAuth']
|
4214
4214
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4215
4215
|
:header_params => header_params,
|
4216
4216
|
:query_params => query_params,
|
@@ -4276,7 +4276,7 @@ module PureCloud
|
|
4276
4276
|
# http body (model)
|
4277
4277
|
post_body = nil
|
4278
4278
|
|
4279
|
-
auth_names = ['PureCloud
|
4279
|
+
auth_names = ['PureCloud OAuth']
|
4280
4280
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4281
4281
|
:header_params => header_params,
|
4282
4282
|
:query_params => query_params,
|
@@ -4341,7 +4341,7 @@ module PureCloud
|
|
4341
4341
|
# http body (model)
|
4342
4342
|
post_body = nil
|
4343
4343
|
|
4344
|
-
auth_names = ['PureCloud
|
4344
|
+
auth_names = ['PureCloud OAuth']
|
4345
4345
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4346
4346
|
:header_params => header_params,
|
4347
4347
|
:query_params => query_params,
|
@@ -4441,7 +4441,7 @@ module PureCloud
|
|
4441
4441
|
# http body (model)
|
4442
4442
|
post_body = nil
|
4443
4443
|
|
4444
|
-
auth_names = ['PureCloud
|
4444
|
+
auth_names = ['PureCloud OAuth']
|
4445
4445
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4446
4446
|
:header_params => header_params,
|
4447
4447
|
:query_params => query_params,
|
@@ -4506,7 +4506,7 @@ module PureCloud
|
|
4506
4506
|
# http body (model)
|
4507
4507
|
post_body = nil
|
4508
4508
|
|
4509
|
-
auth_names = ['PureCloud
|
4509
|
+
auth_names = ['PureCloud OAuth']
|
4510
4510
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4511
4511
|
:header_params => header_params,
|
4512
4512
|
:query_params => query_params,
|
@@ -4571,7 +4571,7 @@ module PureCloud
|
|
4571
4571
|
# http body (model)
|
4572
4572
|
post_body = nil
|
4573
4573
|
|
4574
|
-
auth_names = ['PureCloud
|
4574
|
+
auth_names = ['PureCloud OAuth']
|
4575
4575
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4576
4576
|
:header_params => header_params,
|
4577
4577
|
:query_params => query_params,
|
@@ -4680,7 +4680,7 @@ module PureCloud
|
|
4680
4680
|
# http body (model)
|
4681
4681
|
post_body = nil
|
4682
4682
|
|
4683
|
-
auth_names = ['PureCloud
|
4683
|
+
auth_names = ['PureCloud OAuth']
|
4684
4684
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4685
4685
|
:header_params => header_params,
|
4686
4686
|
:query_params => query_params,
|
@@ -4753,7 +4753,7 @@ module PureCloud
|
|
4753
4753
|
# http body (model)
|
4754
4754
|
post_body = nil
|
4755
4755
|
|
4756
|
-
auth_names = ['PureCloud
|
4756
|
+
auth_names = ['PureCloud OAuth']
|
4757
4757
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4758
4758
|
:header_params => header_params,
|
4759
4759
|
:query_params => query_params,
|
@@ -4819,7 +4819,7 @@ module PureCloud
|
|
4819
4819
|
# http body (model)
|
4820
4820
|
post_body = nil
|
4821
4821
|
|
4822
|
-
auth_names = ['PureCloud
|
4822
|
+
auth_names = ['PureCloud OAuth']
|
4823
4823
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
4824
4824
|
:header_params => header_params,
|
4825
4825
|
:query_params => query_params,
|
@@ -5000,7 +5000,7 @@ module PureCloud
|
|
5000
5000
|
# http body (model)
|
5001
5001
|
post_body = nil
|
5002
5002
|
|
5003
|
-
auth_names = ['PureCloud
|
5003
|
+
auth_names = ['PureCloud OAuth']
|
5004
5004
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5005
5005
|
:header_params => header_params,
|
5006
5006
|
:query_params => query_params,
|
@@ -5066,7 +5066,7 @@ module PureCloud
|
|
5066
5066
|
# http body (model)
|
5067
5067
|
post_body = nil
|
5068
5068
|
|
5069
|
-
auth_names = ['PureCloud
|
5069
|
+
auth_names = ['PureCloud OAuth']
|
5070
5070
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5071
5071
|
:header_params => header_params,
|
5072
5072
|
:query_params => query_params,
|
@@ -5132,7 +5132,7 @@ module PureCloud
|
|
5132
5132
|
# http body (model)
|
5133
5133
|
post_body = nil
|
5134
5134
|
|
5135
|
-
auth_names = ['PureCloud
|
5135
|
+
auth_names = ['PureCloud OAuth']
|
5136
5136
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5137
5137
|
:header_params => header_params,
|
5138
5138
|
:query_params => query_params,
|
@@ -5197,7 +5197,7 @@ module PureCloud
|
|
5197
5197
|
# http body (model)
|
5198
5198
|
post_body = nil
|
5199
5199
|
|
5200
|
-
auth_names = ['PureCloud
|
5200
|
+
auth_names = ['PureCloud OAuth']
|
5201
5201
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5202
5202
|
:header_params => header_params,
|
5203
5203
|
:query_params => query_params,
|
@@ -5272,7 +5272,7 @@ module PureCloud
|
|
5272
5272
|
# http body (model)
|
5273
5273
|
post_body = nil
|
5274
5274
|
|
5275
|
-
auth_names = ['PureCloud
|
5275
|
+
auth_names = ['PureCloud OAuth']
|
5276
5276
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5277
5277
|
:header_params => header_params,
|
5278
5278
|
:query_params => query_params,
|
@@ -5337,7 +5337,7 @@ module PureCloud
|
|
5337
5337
|
# http body (model)
|
5338
5338
|
post_body = nil
|
5339
5339
|
|
5340
|
-
auth_names = ['PureCloud
|
5340
|
+
auth_names = ['PureCloud OAuth']
|
5341
5341
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5342
5342
|
:header_params => header_params,
|
5343
5343
|
:query_params => query_params,
|
@@ -5411,7 +5411,7 @@ module PureCloud
|
|
5411
5411
|
# http body (model)
|
5412
5412
|
post_body = nil
|
5413
5413
|
|
5414
|
-
auth_names = ['PureCloud
|
5414
|
+
auth_names = ['PureCloud OAuth']
|
5415
5415
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5416
5416
|
:header_params => header_params,
|
5417
5417
|
:query_params => query_params,
|
@@ -5486,7 +5486,7 @@ module PureCloud
|
|
5486
5486
|
# http body (model)
|
5487
5487
|
post_body = nil
|
5488
5488
|
|
5489
|
-
auth_names = ['PureCloud
|
5489
|
+
auth_names = ['PureCloud OAuth']
|
5490
5490
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5491
5491
|
:header_params => header_params,
|
5492
5492
|
:query_params => query_params,
|
@@ -5587,7 +5587,7 @@ module PureCloud
|
|
5587
5587
|
# http body (model)
|
5588
5588
|
post_body = nil
|
5589
5589
|
|
5590
|
-
auth_names = ['PureCloud
|
5590
|
+
auth_names = ['PureCloud OAuth']
|
5591
5591
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5592
5592
|
:header_params => header_params,
|
5593
5593
|
:query_params => query_params,
|
@@ -5705,7 +5705,7 @@ module PureCloud
|
|
5705
5705
|
# http body (model)
|
5706
5706
|
post_body = nil
|
5707
5707
|
|
5708
|
-
auth_names = ['PureCloud
|
5708
|
+
auth_names = ['PureCloud OAuth']
|
5709
5709
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5710
5710
|
:header_params => header_params,
|
5711
5711
|
:query_params => query_params,
|
@@ -5778,7 +5778,7 @@ module PureCloud
|
|
5778
5778
|
# http body (model)
|
5779
5779
|
post_body = nil
|
5780
5780
|
|
5781
|
-
auth_names = ['PureCloud
|
5781
|
+
auth_names = ['PureCloud OAuth']
|
5782
5782
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5783
5783
|
:header_params => header_params,
|
5784
5784
|
:query_params => query_params,
|
@@ -5843,7 +5843,7 @@ module PureCloud
|
|
5843
5843
|
# http body (model)
|
5844
5844
|
post_body = nil
|
5845
5845
|
|
5846
|
-
auth_names = ['PureCloud
|
5846
|
+
auth_names = ['PureCloud OAuth']
|
5847
5847
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5848
5848
|
:header_params => header_params,
|
5849
5849
|
:query_params => query_params,
|
@@ -5908,7 +5908,7 @@ module PureCloud
|
|
5908
5908
|
# http body (model)
|
5909
5909
|
post_body = nil
|
5910
5910
|
|
5911
|
-
auth_names = ['PureCloud
|
5911
|
+
auth_names = ['PureCloud OAuth']
|
5912
5912
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5913
5913
|
:header_params => header_params,
|
5914
5914
|
:query_params => query_params,
|
@@ -5982,7 +5982,7 @@ module PureCloud
|
|
5982
5982
|
# http body (model)
|
5983
5983
|
post_body = nil
|
5984
5984
|
|
5985
|
-
auth_names = ['PureCloud
|
5985
|
+
auth_names = ['PureCloud OAuth']
|
5986
5986
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
5987
5987
|
:header_params => header_params,
|
5988
5988
|
:query_params => query_params,
|
@@ -6118,7 +6118,7 @@ module PureCloud
|
|
6118
6118
|
# http body (model)
|
6119
6119
|
post_body = nil
|
6120
6120
|
|
6121
|
-
auth_names = ['PureCloud
|
6121
|
+
auth_names = ['PureCloud OAuth']
|
6122
6122
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6123
6123
|
:header_params => header_params,
|
6124
6124
|
:query_params => query_params,
|
@@ -6204,7 +6204,7 @@ module PureCloud
|
|
6204
6204
|
# http body (model)
|
6205
6205
|
post_body = nil
|
6206
6206
|
|
6207
|
-
auth_names = ['PureCloud
|
6207
|
+
auth_names = ['PureCloud OAuth']
|
6208
6208
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6209
6209
|
:header_params => header_params,
|
6210
6210
|
:query_params => query_params,
|
@@ -6270,7 +6270,7 @@ module PureCloud
|
|
6270
6270
|
# http body (model)
|
6271
6271
|
post_body = nil
|
6272
6272
|
|
6273
|
-
auth_names = ['PureCloud
|
6273
|
+
auth_names = ['PureCloud OAuth']
|
6274
6274
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6275
6275
|
:header_params => header_params,
|
6276
6276
|
:query_params => query_params,
|
@@ -6392,7 +6392,7 @@ module PureCloud
|
|
6392
6392
|
# http body (model)
|
6393
6393
|
post_body = nil
|
6394
6394
|
|
6395
|
-
auth_names = ['PureCloud
|
6395
|
+
auth_names = ['PureCloud OAuth']
|
6396
6396
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6397
6397
|
:header_params => header_params,
|
6398
6398
|
:query_params => query_params,
|
@@ -6458,7 +6458,7 @@ module PureCloud
|
|
6458
6458
|
# http body (model)
|
6459
6459
|
post_body = nil
|
6460
6460
|
|
6461
|
-
auth_names = ['PureCloud
|
6461
|
+
auth_names = ['PureCloud OAuth']
|
6462
6462
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6463
6463
|
:header_params => header_params,
|
6464
6464
|
:query_params => query_params,
|
@@ -6526,7 +6526,7 @@ module PureCloud
|
|
6526
6526
|
# http body (model)
|
6527
6527
|
post_body = nil
|
6528
6528
|
|
6529
|
-
auth_names = ['PureCloud
|
6529
|
+
auth_names = ['PureCloud OAuth']
|
6530
6530
|
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
6531
6531
|
:header_params => header_params,
|
6532
6532
|
:query_params => query_params,
|
@@ -6601,7 +6601,7 @@ module PureCloud
|
|
6601
6601
|
# http body (model)
|
6602
6602
|
post_body = @api_client.object_to_http_body(body)
|
6603
6603
|
|
6604
|
-
auth_names = ['PureCloud
|
6604
|
+
auth_names = ['PureCloud OAuth']
|
6605
6605
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6606
6606
|
:header_params => header_params,
|
6607
6607
|
:query_params => query_params,
|
@@ -6686,7 +6686,7 @@ module PureCloud
|
|
6686
6686
|
# http body (model)
|
6687
6687
|
post_body = @api_client.object_to_http_body(body)
|
6688
6688
|
|
6689
|
-
auth_names = ['PureCloud
|
6689
|
+
auth_names = ['PureCloud OAuth']
|
6690
6690
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6691
6691
|
:header_params => header_params,
|
6692
6692
|
:query_params => query_params,
|
@@ -6760,7 +6760,7 @@ module PureCloud
|
|
6760
6760
|
# http body (model)
|
6761
6761
|
post_body = @api_client.object_to_http_body(body)
|
6762
6762
|
|
6763
|
-
auth_names = ['PureCloud
|
6763
|
+
auth_names = ['PureCloud OAuth']
|
6764
6764
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6765
6765
|
:header_params => header_params,
|
6766
6766
|
:query_params => query_params,
|
@@ -6833,7 +6833,7 @@ module PureCloud
|
|
6833
6833
|
# http body (model)
|
6834
6834
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
6835
6835
|
|
6836
|
-
auth_names = ['PureCloud
|
6836
|
+
auth_names = ['PureCloud OAuth']
|
6837
6837
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6838
6838
|
:header_params => header_params,
|
6839
6839
|
:query_params => query_params,
|
@@ -6908,7 +6908,7 @@ module PureCloud
|
|
6908
6908
|
# http body (model)
|
6909
6909
|
post_body = @api_client.object_to_http_body(body)
|
6910
6910
|
|
6911
|
-
auth_names = ['PureCloud
|
6911
|
+
auth_names = ['PureCloud OAuth']
|
6912
6912
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6913
6913
|
:header_params => header_params,
|
6914
6914
|
:query_params => query_params,
|
@@ -6981,7 +6981,7 @@ module PureCloud
|
|
6981
6981
|
# http body (model)
|
6982
6982
|
post_body = @api_client.object_to_http_body(opts[:'body'])
|
6983
6983
|
|
6984
|
-
auth_names = ['PureCloud
|
6984
|
+
auth_names = ['PureCloud OAuth']
|
6985
6985
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
6986
6986
|
:header_params => header_params,
|
6987
6987
|
:query_params => query_params,
|
@@ -7046,7 +7046,7 @@ module PureCloud
|
|
7046
7046
|
# http body (model)
|
7047
7047
|
post_body = nil
|
7048
7048
|
|
7049
|
-
auth_names = ['PureCloud
|
7049
|
+
auth_names = ['PureCloud OAuth']
|
7050
7050
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7051
7051
|
:header_params => header_params,
|
7052
7052
|
:query_params => query_params,
|
@@ -7111,7 +7111,7 @@ module PureCloud
|
|
7111
7111
|
# http body (model)
|
7112
7112
|
post_body = @api_client.object_to_http_body(body)
|
7113
7113
|
|
7114
|
-
auth_names = ['PureCloud
|
7114
|
+
auth_names = ['PureCloud OAuth']
|
7115
7115
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7116
7116
|
:header_params => header_params,
|
7117
7117
|
:query_params => query_params,
|
@@ -7176,7 +7176,7 @@ module PureCloud
|
|
7176
7176
|
# http body (model)
|
7177
7177
|
post_body = @api_client.object_to_http_body(body)
|
7178
7178
|
|
7179
|
-
auth_names = ['PureCloud
|
7179
|
+
auth_names = ['PureCloud OAuth']
|
7180
7180
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7181
7181
|
:header_params => header_params,
|
7182
7182
|
:query_params => query_params,
|
@@ -7241,7 +7241,7 @@ module PureCloud
|
|
7241
7241
|
# http body (model)
|
7242
7242
|
post_body = @api_client.object_to_http_body(body)
|
7243
7243
|
|
7244
|
-
auth_names = ['PureCloud
|
7244
|
+
auth_names = ['PureCloud OAuth']
|
7245
7245
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7246
7246
|
:header_params => header_params,
|
7247
7247
|
:query_params => query_params,
|
@@ -7306,7 +7306,7 @@ module PureCloud
|
|
7306
7306
|
# http body (model)
|
7307
7307
|
post_body = @api_client.object_to_http_body(body)
|
7308
7308
|
|
7309
|
-
auth_names = ['PureCloud
|
7309
|
+
auth_names = ['PureCloud OAuth']
|
7310
7310
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7311
7311
|
:header_params => header_params,
|
7312
7312
|
:query_params => query_params,
|
@@ -7371,7 +7371,7 @@ module PureCloud
|
|
7371
7371
|
# http body (model)
|
7372
7372
|
post_body = @api_client.object_to_http_body(body)
|
7373
7373
|
|
7374
|
-
auth_names = ['PureCloud
|
7374
|
+
auth_names = ['PureCloud OAuth']
|
7375
7375
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7376
7376
|
:header_params => header_params,
|
7377
7377
|
:query_params => query_params,
|
@@ -7436,7 +7436,7 @@ module PureCloud
|
|
7436
7436
|
# http body (model)
|
7437
7437
|
post_body = @api_client.object_to_http_body(body)
|
7438
7438
|
|
7439
|
-
auth_names = ['PureCloud
|
7439
|
+
auth_names = ['PureCloud OAuth']
|
7440
7440
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7441
7441
|
:header_params => header_params,
|
7442
7442
|
:query_params => query_params,
|
@@ -7501,7 +7501,7 @@ module PureCloud
|
|
7501
7501
|
# http body (model)
|
7502
7502
|
post_body = @api_client.object_to_http_body(body)
|
7503
7503
|
|
7504
|
-
auth_names = ['PureCloud
|
7504
|
+
auth_names = ['PureCloud OAuth']
|
7505
7505
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7506
7506
|
:header_params => header_params,
|
7507
7507
|
:query_params => query_params,
|
@@ -7566,7 +7566,7 @@ module PureCloud
|
|
7566
7566
|
# http body (model)
|
7567
7567
|
post_body = @api_client.object_to_http_body(body)
|
7568
7568
|
|
7569
|
-
auth_names = ['PureCloud
|
7569
|
+
auth_names = ['PureCloud OAuth']
|
7570
7570
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7571
7571
|
:header_params => header_params,
|
7572
7572
|
:query_params => query_params,
|
@@ -7631,7 +7631,7 @@ module PureCloud
|
|
7631
7631
|
# http body (model)
|
7632
7632
|
post_body = nil
|
7633
7633
|
|
7634
|
-
auth_names = ['PureCloud
|
7634
|
+
auth_names = ['PureCloud OAuth']
|
7635
7635
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7636
7636
|
:header_params => header_params,
|
7637
7637
|
:query_params => query_params,
|
@@ -7695,7 +7695,7 @@ module PureCloud
|
|
7695
7695
|
# http body (model)
|
7696
7696
|
post_body = @api_client.object_to_http_body(body)
|
7697
7697
|
|
7698
|
-
auth_names = ['PureCloud
|
7698
|
+
auth_names = ['PureCloud OAuth']
|
7699
7699
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7700
7700
|
:header_params => header_params,
|
7701
7701
|
:query_params => query_params,
|
@@ -7760,7 +7760,7 @@ module PureCloud
|
|
7760
7760
|
# http body (model)
|
7761
7761
|
post_body = @api_client.object_to_http_body(body)
|
7762
7762
|
|
7763
|
-
auth_names = ['PureCloud
|
7763
|
+
auth_names = ['PureCloud OAuth']
|
7764
7764
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7765
7765
|
:header_params => header_params,
|
7766
7766
|
:query_params => query_params,
|
@@ -7825,7 +7825,7 @@ module PureCloud
|
|
7825
7825
|
# http body (model)
|
7826
7826
|
post_body = @api_client.object_to_http_body(body)
|
7827
7827
|
|
7828
|
-
auth_names = ['PureCloud
|
7828
|
+
auth_names = ['PureCloud OAuth']
|
7829
7829
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7830
7830
|
:header_params => header_params,
|
7831
7831
|
:query_params => query_params,
|
@@ -7899,7 +7899,7 @@ module PureCloud
|
|
7899
7899
|
# http body (model)
|
7900
7900
|
post_body = @api_client.object_to_http_body(body)
|
7901
7901
|
|
7902
|
-
auth_names = ['PureCloud
|
7902
|
+
auth_names = ['PureCloud OAuth']
|
7903
7903
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7904
7904
|
:header_params => header_params,
|
7905
7905
|
:query_params => query_params,
|
@@ -7964,7 +7964,7 @@ module PureCloud
|
|
7964
7964
|
# http body (model)
|
7965
7965
|
post_body = nil
|
7966
7966
|
|
7967
|
-
auth_names = ['PureCloud
|
7967
|
+
auth_names = ['PureCloud OAuth']
|
7968
7968
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
7969
7969
|
:header_params => header_params,
|
7970
7970
|
:query_params => query_params,
|
@@ -8028,7 +8028,7 @@ module PureCloud
|
|
8028
8028
|
# http body (model)
|
8029
8029
|
post_body = @api_client.object_to_http_body(body)
|
8030
8030
|
|
8031
|
-
auth_names = ['PureCloud
|
8031
|
+
auth_names = ['PureCloud OAuth']
|
8032
8032
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
8033
8033
|
:header_params => header_params,
|
8034
8034
|
:query_params => query_params,
|
@@ -8093,7 +8093,7 @@ module PureCloud
|
|
8093
8093
|
# http body (model)
|
8094
8094
|
post_body = @api_client.object_to_http_body(body)
|
8095
8095
|
|
8096
|
-
auth_names = ['PureCloud
|
8096
|
+
auth_names = ['PureCloud OAuth']
|
8097
8097
|
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
8098
8098
|
:header_params => header_params,
|
8099
8099
|
:query_params => query_params,
|
@@ -8168,7 +8168,7 @@ module PureCloud
|
|
8168
8168
|
# http body (model)
|
8169
8169
|
post_body = @api_client.object_to_http_body(body)
|
8170
8170
|
|
8171
|
-
auth_names = ['PureCloud
|
8171
|
+
auth_names = ['PureCloud OAuth']
|
8172
8172
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8173
8173
|
:header_params => header_params,
|
8174
8174
|
:query_params => query_params,
|
@@ -8253,7 +8253,7 @@ module PureCloud
|
|
8253
8253
|
# http body (model)
|
8254
8254
|
post_body = @api_client.object_to_http_body(body)
|
8255
8255
|
|
8256
|
-
auth_names = ['PureCloud
|
8256
|
+
auth_names = ['PureCloud OAuth']
|
8257
8257
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8258
8258
|
:header_params => header_params,
|
8259
8259
|
:query_params => query_params,
|
@@ -8338,7 +8338,7 @@ module PureCloud
|
|
8338
8338
|
# http body (model)
|
8339
8339
|
post_body = @api_client.object_to_http_body(body)
|
8340
8340
|
|
8341
|
-
auth_names = ['PureCloud
|
8341
|
+
auth_names = ['PureCloud OAuth']
|
8342
8342
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8343
8343
|
:header_params => header_params,
|
8344
8344
|
:query_params => query_params,
|
@@ -8413,7 +8413,7 @@ module PureCloud
|
|
8413
8413
|
# http body (model)
|
8414
8414
|
post_body = @api_client.object_to_http_body(body)
|
8415
8415
|
|
8416
|
-
auth_names = ['PureCloud
|
8416
|
+
auth_names = ['PureCloud OAuth']
|
8417
8417
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8418
8418
|
:header_params => header_params,
|
8419
8419
|
:query_params => query_params,
|
@@ -8488,7 +8488,7 @@ module PureCloud
|
|
8488
8488
|
# http body (model)
|
8489
8489
|
post_body = @api_client.object_to_http_body(body)
|
8490
8490
|
|
8491
|
-
auth_names = ['PureCloud
|
8491
|
+
auth_names = ['PureCloud OAuth']
|
8492
8492
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8493
8493
|
:header_params => header_params,
|
8494
8494
|
:query_params => query_params,
|
@@ -8563,7 +8563,7 @@ module PureCloud
|
|
8563
8563
|
# http body (model)
|
8564
8564
|
post_body = @api_client.object_to_http_body(body)
|
8565
8565
|
|
8566
|
-
auth_names = ['PureCloud
|
8566
|
+
auth_names = ['PureCloud OAuth']
|
8567
8567
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8568
8568
|
:header_params => header_params,
|
8569
8569
|
:query_params => query_params,
|
@@ -8638,7 +8638,7 @@ module PureCloud
|
|
8638
8638
|
# http body (model)
|
8639
8639
|
post_body = @api_client.object_to_http_body(body)
|
8640
8640
|
|
8641
|
-
auth_names = ['PureCloud
|
8641
|
+
auth_names = ['PureCloud OAuth']
|
8642
8642
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8643
8643
|
:header_params => header_params,
|
8644
8644
|
:query_params => query_params,
|
@@ -8723,7 +8723,7 @@ module PureCloud
|
|
8723
8723
|
# http body (model)
|
8724
8724
|
post_body = @api_client.object_to_http_body(body)
|
8725
8725
|
|
8726
|
-
auth_names = ['PureCloud
|
8726
|
+
auth_names = ['PureCloud OAuth']
|
8727
8727
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8728
8728
|
:header_params => header_params,
|
8729
8729
|
:query_params => query_params,
|
@@ -8798,7 +8798,7 @@ module PureCloud
|
|
8798
8798
|
# http body (model)
|
8799
8799
|
post_body = @api_client.object_to_http_body(body)
|
8800
8800
|
|
8801
|
-
auth_names = ['PureCloud
|
8801
|
+
auth_names = ['PureCloud OAuth']
|
8802
8802
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8803
8803
|
:header_params => header_params,
|
8804
8804
|
:query_params => query_params,
|
@@ -8873,7 +8873,7 @@ module PureCloud
|
|
8873
8873
|
# http body (model)
|
8874
8874
|
post_body = @api_client.object_to_http_body(body)
|
8875
8875
|
|
8876
|
-
auth_names = ['PureCloud
|
8876
|
+
auth_names = ['PureCloud OAuth']
|
8877
8877
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8878
8878
|
:header_params => header_params,
|
8879
8879
|
:query_params => query_params,
|
@@ -8948,7 +8948,7 @@ module PureCloud
|
|
8948
8948
|
# http body (model)
|
8949
8949
|
post_body = @api_client.object_to_http_body(body)
|
8950
8950
|
|
8951
|
-
auth_names = ['PureCloud
|
8951
|
+
auth_names = ['PureCloud OAuth']
|
8952
8952
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
8953
8953
|
:header_params => header_params,
|
8954
8954
|
:query_params => query_params,
|
@@ -9023,7 +9023,7 @@ module PureCloud
|
|
9023
9023
|
# http body (model)
|
9024
9024
|
post_body = @api_client.object_to_http_body(body)
|
9025
9025
|
|
9026
|
-
auth_names = ['PureCloud
|
9026
|
+
auth_names = ['PureCloud OAuth']
|
9027
9027
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
9028
9028
|
:header_params => header_params,
|
9029
9029
|
:query_params => query_params,
|
@@ -9098,7 +9098,7 @@ module PureCloud
|
|
9098
9098
|
# http body (model)
|
9099
9099
|
post_body = @api_client.object_to_http_body(body)
|
9100
9100
|
|
9101
|
-
auth_names = ['PureCloud
|
9101
|
+
auth_names = ['PureCloud OAuth']
|
9102
9102
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
9103
9103
|
:header_params => header_params,
|
9104
9104
|
:query_params => query_params,
|
@@ -9173,7 +9173,7 @@ module PureCloud
|
|
9173
9173
|
# http body (model)
|
9174
9174
|
post_body = @api_client.object_to_http_body(body)
|
9175
9175
|
|
9176
|
-
auth_names = ['PureCloud
|
9176
|
+
auth_names = ['PureCloud OAuth']
|
9177
9177
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
9178
9178
|
:header_params => header_params,
|
9179
9179
|
:query_params => query_params,
|
@@ -9248,7 +9248,7 @@ module PureCloud
|
|
9248
9248
|
# http body (model)
|
9249
9249
|
post_body = @api_client.object_to_http_body(body)
|
9250
9250
|
|
9251
|
-
auth_names = ['PureCloud
|
9251
|
+
auth_names = ['PureCloud OAuth']
|
9252
9252
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
9253
9253
|
:header_params => header_params,
|
9254
9254
|
:query_params => query_params,
|
@@ -9323,7 +9323,7 @@ module PureCloud
|
|
9323
9323
|
# http body (model)
|
9324
9324
|
post_body = @api_client.object_to_http_body(body)
|
9325
9325
|
|
9326
|
-
auth_names = ['PureCloud
|
9326
|
+
auth_names = ['PureCloud OAuth']
|
9327
9327
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
9328
9328
|
:header_params => header_params,
|
9329
9329
|
:query_params => query_params,
|
@@ -9408,7 +9408,7 @@ module PureCloud
|
|
9408
9408
|
# http body (model)
|
9409
9409
|
post_body = @api_client.object_to_http_body(body)
|
9410
9410
|
|
9411
|
-
auth_names = ['PureCloud
|
9411
|
+
auth_names = ['PureCloud OAuth']
|
9412
9412
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
9413
9413
|
:header_params => header_params,
|
9414
9414
|
:query_params => query_params,
|
@@ -9483,7 +9483,7 @@ module PureCloud
|
|
9483
9483
|
# http body (model)
|
9484
9484
|
post_body = @api_client.object_to_http_body(body)
|
9485
9485
|
|
9486
|
-
auth_names = ['PureCloud
|
9486
|
+
auth_names = ['PureCloud OAuth']
|
9487
9487
|
data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
|
9488
9488
|
:header_params => header_params,
|
9489
9489
|
:query_params => query_params,
|