purecloudplatformclientv2 49.0.0 → 49.0.1

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.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -8
  3. data/docs/AlertingApi.md +33 -33
  4. data/docs/AnalyticsApi.md +81 -81
  5. data/docs/ArchitectApi.md +243 -243
  6. data/docs/AuthorizationApi.md +102 -102
  7. data/docs/BillingApi.md +6 -6
  8. data/docs/ContentManagementApi.md +114 -114
  9. data/docs/ConversationsApi.md +300 -300
  10. data/docs/DialerRulesetConfigChangeCondition.md +1 -0
  11. data/docs/DialerRulesetConfigChangeDataActionConditionPredicate.md +2 -0
  12. data/docs/ExternalContactsApi.md +90 -90
  13. data/docs/FaxApi.md +18 -18
  14. data/docs/FlowsApi.md +3 -3
  15. data/docs/GeneralDataProtectionRegulationApi.md +12 -12
  16. data/docs/GeolocationApi.md +12 -12
  17. data/docs/GreetingsApi.md +48 -48
  18. data/docs/GroupsApi.md +42 -42
  19. data/docs/IdentityProviderApi.md +84 -84
  20. data/docs/IntegrationsApi.md +123 -123
  21. data/docs/LanguagesApi.md +30 -30
  22. data/docs/LicenseApi.md +24 -24
  23. data/docs/LocationsApi.md +21 -21
  24. data/docs/MessagingApi.md +42 -42
  25. data/docs/MobileDevicesApi.md +15 -15
  26. data/docs/NotificationsApi.md +21 -21
  27. data/docs/OAuthApi.md +18 -18
  28. data/docs/ObjectsApi.md +24 -24
  29. data/docs/OrganizationApi.md +18 -18
  30. data/docs/OrganizationAuthorizationApi.md +69 -69
  31. data/docs/OutboundApi.md +288 -288
  32. data/docs/PresenceApi.md +27 -27
  33. data/docs/QualityApi.md +174 -174
  34. data/docs/QueueUserEventTopicQueueMember.md +4 -3
  35. data/docs/RecordingApi.md +111 -111
  36. data/docs/ResponseManagementApi.md +33 -33
  37. data/docs/RoutingApi.md +189 -189
  38. data/docs/ScriptsApi.md +33 -33
  39. data/docs/SearchApi.md +48 -48
  40. data/docs/StationsApi.md +15 -15
  41. data/docs/SuggestApi.md +12 -12
  42. data/docs/TelephonyProvidersEdgeApi.md +375 -375
  43. data/docs/TokensApi.md +6 -6
  44. data/docs/UserRecordingsApi.md +18 -18
  45. data/docs/UsersApi.md +183 -183
  46. data/docs/UtilitiesApi.md +12 -12
  47. data/docs/VoicemailApi.md +72 -72
  48. data/docs/WebChatApi.md +24 -24
  49. data/docs/WorkforceManagementApi.md +192 -192
  50. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  51. data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_voicemail.rb +2 -2
  52. data/lib/purecloudplatformclientv2/models/conversation_event_topic_voicemail.rb +2 -2
  53. data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_condition.rb +26 -1
  54. data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_data_action_condition_predicate.rb +51 -1
  55. data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_voicemail.rb +2 -2
  56. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_voicemail.rb +2 -2
  57. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_voicemail.rb +2 -2
  58. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_voicemail.rb +2 -2
  59. data/lib/purecloudplatformclientv2/models/queue_user_event_topic_queue_member.rb +50 -25
  60. data/lib/purecloudplatformclientv2/version.rb +1 -1
  61. metadata +2 -2
@@ -53,7 +53,7 @@ Method | Description
53
53
 
54
54
  <a name="delete_integration"></a>
55
55
 
56
- ## -[**Integration**](Integration.html) delete_integration(integration_id)
56
+ ## [**Integration**](Integration.html) delete_integration(integration_id)
57
57
 
58
58
 
59
59
 
@@ -68,7 +68,7 @@ Requires NO permissions:
68
68
 
69
69
 
70
70
  ### Example
71
- ~~~ruby
71
+ ```{"language":"ruby"}
72
72
  # load the gem
73
73
  require 'purecloudplatformclientv2'
74
74
  # setup authorization
@@ -94,7 +94,7 @@ begin
94
94
  rescue PureCloud::ApiError => e
95
95
  puts "Exception when calling IntegrationsApi->delete_integration: #{e}"
96
96
  end
97
- ~~~
97
+ ```
98
98
 
99
99
  ### Parameters
100
100
 
@@ -117,7 +117,7 @@ Name | Type | Description | Notes
117
117
 
118
118
  <a name="delete_integrations_action"></a>
119
119
 
120
- ## - delete_integrations_action(action_id)
120
+ ## delete_integrations_action(action_id)
121
121
 
122
122
 
123
123
 
@@ -133,7 +133,7 @@ Requires ANY permissions:
133
133
 
134
134
 
135
135
  ### Example
136
- ~~~ruby
136
+ ```{"language":"ruby"}
137
137
  # load the gem
138
138
  require 'purecloudplatformclientv2'
139
139
  # setup authorization
@@ -158,7 +158,7 @@ begin
158
158
  rescue PureCloud::ApiError => e
159
159
  puts "Exception when calling IntegrationsApi->delete_integrations_action: #{e}"
160
160
  end
161
- ~~~
161
+ ```
162
162
 
163
163
  ### Parameters
164
164
 
@@ -181,7 +181,7 @@ nil (empty response body)
181
181
 
182
182
  <a name="delete_integrations_action_draft"></a>
183
183
 
184
- ## - delete_integrations_action_draft(action_id)
184
+ ## delete_integrations_action_draft(action_id)
185
185
 
186
186
 
187
187
 
@@ -197,7 +197,7 @@ Requires ANY permissions:
197
197
 
198
198
 
199
199
  ### Example
200
- ~~~ruby
200
+ ```{"language":"ruby"}
201
201
  # load the gem
202
202
  require 'purecloudplatformclientv2'
203
203
  # setup authorization
@@ -222,7 +222,7 @@ begin
222
222
  rescue PureCloud::ApiError => e
223
223
  puts "Exception when calling IntegrationsApi->delete_integrations_action_draft: #{e}"
224
224
  end
225
- ~~~
225
+ ```
226
226
 
227
227
  ### Parameters
228
228
 
@@ -245,7 +245,7 @@ nil (empty response body)
245
245
 
246
246
  <a name="delete_integrations_credential"></a>
247
247
 
248
- ## - delete_integrations_credential(credential_id)
248
+ ## delete_integrations_credential(credential_id)
249
249
 
250
250
 
251
251
 
@@ -260,7 +260,7 @@ Requires NO permissions:
260
260
 
261
261
 
262
262
  ### Example
263
- ~~~ruby
263
+ ```{"language":"ruby"}
264
264
  # load the gem
265
265
  require 'purecloudplatformclientv2'
266
266
  # setup authorization
@@ -285,7 +285,7 @@ begin
285
285
  rescue PureCloud::ApiError => e
286
286
  puts "Exception when calling IntegrationsApi->delete_integrations_credential: #{e}"
287
287
  end
288
- ~~~
288
+ ```
289
289
 
290
290
  ### Parameters
291
291
 
@@ -308,7 +308,7 @@ nil (empty response body)
308
308
 
309
309
  <a name="get_integration"></a>
310
310
 
311
- ## -[**Integration**](Integration.html) get_integration(integration_id, opts)
311
+ ## [**Integration**](Integration.html) get_integration(integration_id, opts)
312
312
 
313
313
 
314
314
 
@@ -323,7 +323,7 @@ Requires NO permissions:
323
323
 
324
324
 
325
325
  ### Example
326
- ~~~ruby
326
+ ```{"language":"ruby"}
327
327
  # load the gem
328
328
  require 'purecloudplatformclientv2'
329
329
  # setup authorization
@@ -357,7 +357,7 @@ begin
357
357
  rescue PureCloud::ApiError => e
358
358
  puts "Exception when calling IntegrationsApi->get_integration: #{e}"
359
359
  end
360
- ~~~
360
+ ```
361
361
 
362
362
  ### Parameters
363
363
 
@@ -386,7 +386,7 @@ Name | Type | Description | Notes
386
386
 
387
387
  <a name="get_integration_config_current"></a>
388
388
 
389
- ## -[**IntegrationConfiguration**](IntegrationConfiguration.html) get_integration_config_current(integration_id)
389
+ ## [**IntegrationConfiguration**](IntegrationConfiguration.html) get_integration_config_current(integration_id)
390
390
 
391
391
 
392
392
 
@@ -401,7 +401,7 @@ Requires NO permissions:
401
401
 
402
402
 
403
403
  ### Example
404
- ~~~ruby
404
+ ```{"language":"ruby"}
405
405
  # load the gem
406
406
  require 'purecloudplatformclientv2'
407
407
  # setup authorization
@@ -427,7 +427,7 @@ begin
427
427
  rescue PureCloud::ApiError => e
428
428
  puts "Exception when calling IntegrationsApi->get_integration_config_current: #{e}"
429
429
  end
430
- ~~~
430
+ ```
431
431
 
432
432
  ### Parameters
433
433
 
@@ -450,7 +450,7 @@ Name | Type | Description | Notes
450
450
 
451
451
  <a name="get_integrations"></a>
452
452
 
453
- ## -[**IntegrationEntityListing**](IntegrationEntityListing.html) get_integrations(opts)
453
+ ## [**IntegrationEntityListing**](IntegrationEntityListing.html) get_integrations(opts)
454
454
 
455
455
 
456
456
 
@@ -465,7 +465,7 @@ Requires NO permissions:
465
465
 
466
466
 
467
467
  ### Example
468
- ~~~ruby
468
+ ```{"language":"ruby"}
469
469
  # load the gem
470
470
  require 'purecloudplatformclientv2'
471
471
  # setup authorization
@@ -497,7 +497,7 @@ begin
497
497
  rescue PureCloud::ApiError => e
498
498
  puts "Exception when calling IntegrationsApi->get_integrations: #{e}"
499
499
  end
500
- ~~~
500
+ ```
501
501
 
502
502
  ### Parameters
503
503
 
@@ -525,7 +525,7 @@ Name | Type | Description | Notes
525
525
 
526
526
  <a name="get_integrations_action"></a>
527
527
 
528
- ## -[**Action**](Action.html) get_integrations_action(action_id, opts)
528
+ ## [**Action**](Action.html) get_integrations_action(action_id, opts)
529
529
 
530
530
 
531
531
 
@@ -542,7 +542,7 @@ Requires ANY permissions:
542
542
 
543
543
 
544
544
  ### Example
545
- ~~~ruby
545
+ ```{"language":"ruby"}
546
546
  # load the gem
547
547
  require 'purecloudplatformclientv2'
548
548
  # setup authorization
@@ -572,7 +572,7 @@ begin
572
572
  rescue PureCloud::ApiError => e
573
573
  puts "Exception when calling IntegrationsApi->get_integrations_action: #{e}"
574
574
  end
575
- ~~~
575
+ ```
576
576
 
577
577
  ### Parameters
578
578
 
@@ -597,7 +597,7 @@ Name | Type | Description | Notes
597
597
 
598
598
  <a name="get_integrations_action_draft"></a>
599
599
 
600
- ## -[**Action**](Action.html) get_integrations_action_draft(action_id, opts)
600
+ ## [**Action**](Action.html) get_integrations_action_draft(action_id, opts)
601
601
 
602
602
 
603
603
 
@@ -614,7 +614,7 @@ Requires ANY permissions:
614
614
 
615
615
 
616
616
  ### Example
617
- ~~~ruby
617
+ ```{"language":"ruby"}
618
618
  # load the gem
619
619
  require 'purecloudplatformclientv2'
620
620
  # setup authorization
@@ -644,7 +644,7 @@ begin
644
644
  rescue PureCloud::ApiError => e
645
645
  puts "Exception when calling IntegrationsApi->get_integrations_action_draft: #{e}"
646
646
  end
647
- ~~~
647
+ ```
648
648
 
649
649
  ### Parameters
650
650
 
@@ -669,7 +669,7 @@ Name | Type | Description | Notes
669
669
 
670
670
  <a name="get_integrations_action_draft_schema"></a>
671
671
 
672
- ## -[**JsonSchemaDocument**](JsonSchemaDocument.html) get_integrations_action_draft_schema(action_id, file_name)
672
+ ## [**JsonSchemaDocument**](JsonSchemaDocument.html) get_integrations_action_draft_schema(action_id, file_name)
673
673
 
674
674
 
675
675
 
@@ -686,7 +686,7 @@ Requires ANY permissions:
686
686
 
687
687
 
688
688
  ### Example
689
- ~~~ruby
689
+ ```{"language":"ruby"}
690
690
  # load the gem
691
691
  require 'purecloudplatformclientv2'
692
692
  # setup authorization
@@ -714,7 +714,7 @@ begin
714
714
  rescue PureCloud::ApiError => e
715
715
  puts "Exception when calling IntegrationsApi->get_integrations_action_draft_schema: #{e}"
716
716
  end
717
- ~~~
717
+ ```
718
718
 
719
719
  ### Parameters
720
720
 
@@ -738,7 +738,7 @@ Name | Type | Description | Notes
738
738
 
739
739
  <a name="get_integrations_action_draft_template"></a>
740
740
 
741
- ## -String** get_integrations_action_draft_template(action_id, file_name)
741
+ ## String** get_integrations_action_draft_template(action_id, file_name)
742
742
 
743
743
 
744
744
 
@@ -755,7 +755,7 @@ Requires ANY permissions:
755
755
 
756
756
 
757
757
  ### Example
758
- ~~~ruby
758
+ ```{"language":"ruby"}
759
759
  # load the gem
760
760
  require 'purecloudplatformclientv2'
761
761
  # setup authorization
@@ -783,7 +783,7 @@ begin
783
783
  rescue PureCloud::ApiError => e
784
784
  puts "Exception when calling IntegrationsApi->get_integrations_action_draft_template: #{e}"
785
785
  end
786
- ~~~
786
+ ```
787
787
 
788
788
  ### Parameters
789
789
 
@@ -807,7 +807,7 @@ Name | Type | Description | Notes
807
807
 
808
808
  <a name="get_integrations_action_draft_validation"></a>
809
809
 
810
- ## -[**DraftValidationResult**](DraftValidationResult.html) get_integrations_action_draft_validation(action_id)
810
+ ## [**DraftValidationResult**](DraftValidationResult.html) get_integrations_action_draft_validation(action_id)
811
811
 
812
812
 
813
813
 
@@ -823,7 +823,7 @@ Requires ANY permissions:
823
823
 
824
824
 
825
825
  ### Example
826
- ~~~ruby
826
+ ```{"language":"ruby"}
827
827
  # load the gem
828
828
  require 'purecloudplatformclientv2'
829
829
  # setup authorization
@@ -849,7 +849,7 @@ begin
849
849
  rescue PureCloud::ApiError => e
850
850
  puts "Exception when calling IntegrationsApi->get_integrations_action_draft_validation: #{e}"
851
851
  end
852
- ~~~
852
+ ```
853
853
 
854
854
  ### Parameters
855
855
 
@@ -872,7 +872,7 @@ Name | Type | Description | Notes
872
872
 
873
873
  <a name="get_integrations_action_schema"></a>
874
874
 
875
- ## -[**JsonSchemaDocument**](JsonSchemaDocument.html) get_integrations_action_schema(action_id, file_name)
875
+ ## [**JsonSchemaDocument**](JsonSchemaDocument.html) get_integrations_action_schema(action_id, file_name)
876
876
 
877
877
 
878
878
 
@@ -889,7 +889,7 @@ Requires ANY permissions:
889
889
 
890
890
 
891
891
  ### Example
892
- ~~~ruby
892
+ ```{"language":"ruby"}
893
893
  # load the gem
894
894
  require 'purecloudplatformclientv2'
895
895
  # setup authorization
@@ -917,7 +917,7 @@ begin
917
917
  rescue PureCloud::ApiError => e
918
918
  puts "Exception when calling IntegrationsApi->get_integrations_action_schema: #{e}"
919
919
  end
920
- ~~~
920
+ ```
921
921
 
922
922
  ### Parameters
923
923
 
@@ -941,7 +941,7 @@ Name | Type | Description | Notes
941
941
 
942
942
  <a name="get_integrations_action_template"></a>
943
943
 
944
- ## -String** get_integrations_action_template(action_id, file_name)
944
+ ## String** get_integrations_action_template(action_id, file_name)
945
945
 
946
946
 
947
947
 
@@ -958,7 +958,7 @@ Requires ANY permissions:
958
958
 
959
959
 
960
960
  ### Example
961
- ~~~ruby
961
+ ```{"language":"ruby"}
962
962
  # load the gem
963
963
  require 'purecloudplatformclientv2'
964
964
  # setup authorization
@@ -986,7 +986,7 @@ begin
986
986
  rescue PureCloud::ApiError => e
987
987
  puts "Exception when calling IntegrationsApi->get_integrations_action_template: #{e}"
988
988
  end
989
- ~~~
989
+ ```
990
990
 
991
991
  ### Parameters
992
992
 
@@ -1010,7 +1010,7 @@ Name | Type | Description | Notes
1010
1010
 
1011
1011
  <a name="get_integrations_actions"></a>
1012
1012
 
1013
- ## -[**ActionEntityListing**](ActionEntityListing.html) get_integrations_actions(opts)
1013
+ ## [**ActionEntityListing**](ActionEntityListing.html) get_integrations_actions(opts)
1014
1014
 
1015
1015
 
1016
1016
 
@@ -1027,7 +1027,7 @@ Requires ANY permissions:
1027
1027
 
1028
1028
 
1029
1029
  ### Example
1030
- ~~~ruby
1030
+ ```{"language":"ruby"}
1031
1031
  # load the gem
1032
1032
  require 'purecloudplatformclientv2'
1033
1033
  # setup authorization
@@ -1062,7 +1062,7 @@ begin
1062
1062
  rescue PureCloud::ApiError => e
1063
1063
  puts "Exception when calling IntegrationsApi->get_integrations_actions: #{e}"
1064
1064
  end
1065
- ~~~
1065
+ ```
1066
1066
 
1067
1067
  ### Parameters
1068
1068
 
@@ -1093,7 +1093,7 @@ Name | Type | Description | Notes
1093
1093
 
1094
1094
  <a name="get_integrations_actions_categories"></a>
1095
1095
 
1096
- ## -[**CategoryEntityListing**](CategoryEntityListing.html) get_integrations_actions_categories(opts)
1096
+ ## [**CategoryEntityListing**](CategoryEntityListing.html) get_integrations_actions_categories(opts)
1097
1097
 
1098
1098
 
1099
1099
 
@@ -1110,7 +1110,7 @@ Requires ANY permissions:
1110
1110
 
1111
1111
 
1112
1112
  ### Example
1113
- ~~~ruby
1113
+ ```{"language":"ruby"}
1114
1114
  # load the gem
1115
1115
  require 'purecloudplatformclientv2'
1116
1116
  # setup authorization
@@ -1143,7 +1143,7 @@ begin
1143
1143
  rescue PureCloud::ApiError => e
1144
1144
  puts "Exception when calling IntegrationsApi->get_integrations_actions_categories: #{e}"
1145
1145
  end
1146
- ~~~
1146
+ ```
1147
1147
 
1148
1148
  ### Parameters
1149
1149
 
@@ -1172,7 +1172,7 @@ Name | Type | Description | Notes
1172
1172
 
1173
1173
  <a name="get_integrations_actions_drafts"></a>
1174
1174
 
1175
- ## -[**ActionEntityListing**](ActionEntityListing.html) get_integrations_actions_drafts(opts)
1175
+ ## [**ActionEntityListing**](ActionEntityListing.html) get_integrations_actions_drafts(opts)
1176
1176
 
1177
1177
 
1178
1178
 
@@ -1189,7 +1189,7 @@ Requires ANY permissions:
1189
1189
 
1190
1190
 
1191
1191
  ### Example
1192
- ~~~ruby
1192
+ ```{"language":"ruby"}
1193
1193
  # load the gem
1194
1194
  require 'purecloudplatformclientv2'
1195
1195
  # setup authorization
@@ -1224,7 +1224,7 @@ begin
1224
1224
  rescue PureCloud::ApiError => e
1225
1225
  puts "Exception when calling IntegrationsApi->get_integrations_actions_drafts: #{e}"
1226
1226
  end
1227
- ~~~
1227
+ ```
1228
1228
 
1229
1229
  ### Parameters
1230
1230
 
@@ -1255,7 +1255,7 @@ Name | Type | Description | Notes
1255
1255
 
1256
1256
  <a name="get_integrations_clientapps"></a>
1257
1257
 
1258
- ## -[**ClientAppEntityListing**](ClientAppEntityListing.html) get_integrations_clientapps(opts)
1258
+ ## [**ClientAppEntityListing**](ClientAppEntityListing.html) get_integrations_clientapps(opts)
1259
1259
 
1260
1260
 
1261
1261
 
@@ -1270,7 +1270,7 @@ Requires NO permissions:
1270
1270
 
1271
1271
 
1272
1272
  ### Example
1273
- ~~~ruby
1273
+ ```{"language":"ruby"}
1274
1274
  # load the gem
1275
1275
  require 'purecloudplatformclientv2'
1276
1276
  # setup authorization
@@ -1302,7 +1302,7 @@ begin
1302
1302
  rescue PureCloud::ApiError => e
1303
1303
  puts "Exception when calling IntegrationsApi->get_integrations_clientapps: #{e}"
1304
1304
  end
1305
- ~~~
1305
+ ```
1306
1306
 
1307
1307
  ### Parameters
1308
1308
 
@@ -1330,7 +1330,7 @@ Name | Type | Description | Notes
1330
1330
 
1331
1331
  <a name="get_integrations_credential"></a>
1332
1332
 
1333
- ## -[**Credential**](Credential.html) get_integrations_credential(credential_id)
1333
+ ## [**Credential**](Credential.html) get_integrations_credential(credential_id)
1334
1334
 
1335
1335
 
1336
1336
 
@@ -1345,7 +1345,7 @@ Requires NO permissions:
1345
1345
 
1346
1346
 
1347
1347
  ### Example
1348
- ~~~ruby
1348
+ ```{"language":"ruby"}
1349
1349
  # load the gem
1350
1350
  require 'purecloudplatformclientv2'
1351
1351
  # setup authorization
@@ -1371,7 +1371,7 @@ begin
1371
1371
  rescue PureCloud::ApiError => e
1372
1372
  puts "Exception when calling IntegrationsApi->get_integrations_credential: #{e}"
1373
1373
  end
1374
- ~~~
1374
+ ```
1375
1375
 
1376
1376
  ### Parameters
1377
1377
 
@@ -1394,7 +1394,7 @@ Name | Type | Description | Notes
1394
1394
 
1395
1395
  <a name="get_integrations_credentials"></a>
1396
1396
 
1397
- ## -[**CredentialInfoListing**](CredentialInfoListing.html) get_integrations_credentials(opts)
1397
+ ## [**CredentialInfoListing**](CredentialInfoListing.html) get_integrations_credentials(opts)
1398
1398
 
1399
1399
 
1400
1400
 
@@ -1409,7 +1409,7 @@ Requires NO permissions:
1409
1409
 
1410
1410
 
1411
1411
  ### Example
1412
- ~~~ruby
1412
+ ```{"language":"ruby"}
1413
1413
  # load the gem
1414
1414
  require 'purecloudplatformclientv2'
1415
1415
  # setup authorization
@@ -1437,7 +1437,7 @@ begin
1437
1437
  rescue PureCloud::ApiError => e
1438
1438
  puts "Exception when calling IntegrationsApi->get_integrations_credentials: #{e}"
1439
1439
  end
1440
- ~~~
1440
+ ```
1441
1441
 
1442
1442
  ### Parameters
1443
1443
 
@@ -1461,7 +1461,7 @@ Name | Type | Description | Notes
1461
1461
 
1462
1462
  <a name="get_integrations_credentials_types"></a>
1463
1463
 
1464
- ## -[**CredentialTypeListing**](CredentialTypeListing.html) get_integrations_credentials_types
1464
+ ## [**CredentialTypeListing**](CredentialTypeListing.html) get_integrations_credentials_types
1465
1465
 
1466
1466
 
1467
1467
 
@@ -1476,7 +1476,7 @@ Requires NO permissions:
1476
1476
 
1477
1477
 
1478
1478
  ### Example
1479
- ~~~ruby
1479
+ ```{"language":"ruby"}
1480
1480
  # load the gem
1481
1481
  require 'purecloudplatformclientv2'
1482
1482
  # setup authorization
@@ -1499,7 +1499,7 @@ begin
1499
1499
  rescue PureCloud::ApiError => e
1500
1500
  puts "Exception when calling IntegrationsApi->get_integrations_credentials_types: #{e}"
1501
1501
  end
1502
- ~~~
1502
+ ```
1503
1503
 
1504
1504
  ### Parameters
1505
1505
  This endpoint does not need any parameter.
@@ -1519,7 +1519,7 @@ This endpoint does not need any parameter.
1519
1519
 
1520
1520
  <a name="get_integrations_eventlog"></a>
1521
1521
 
1522
- ## -[**IntegrationEventEntityListing**](IntegrationEventEntityListing.html) get_integrations_eventlog(opts)
1522
+ ## [**IntegrationEventEntityListing**](IntegrationEventEntityListing.html) get_integrations_eventlog(opts)
1523
1523
 
1524
1524
 
1525
1525
 
@@ -1536,7 +1536,7 @@ Requires ANY permissions:
1536
1536
 
1537
1537
 
1538
1538
  ### Example
1539
- ~~~ruby
1539
+ ```{"language":"ruby"}
1540
1540
  # load the gem
1541
1541
  require 'purecloudplatformclientv2'
1542
1542
  # setup authorization
@@ -1567,7 +1567,7 @@ begin
1567
1567
  rescue PureCloud::ApiError => e
1568
1568
  puts "Exception when calling IntegrationsApi->get_integrations_eventlog: #{e}"
1569
1569
  end
1570
- ~~~
1570
+ ```
1571
1571
 
1572
1572
  ### Parameters
1573
1573
 
@@ -1594,7 +1594,7 @@ Name | Type | Description | Notes
1594
1594
 
1595
1595
  <a name="get_integrations_eventlog_event_id"></a>
1596
1596
 
1597
- ## -[**IntegrationEvent**](IntegrationEvent.html) get_integrations_eventlog_event_id(event_id)
1597
+ ## [**IntegrationEvent**](IntegrationEvent.html) get_integrations_eventlog_event_id(event_id)
1598
1598
 
1599
1599
 
1600
1600
 
@@ -1611,7 +1611,7 @@ Requires ANY permissions:
1611
1611
 
1612
1612
 
1613
1613
  ### Example
1614
- ~~~ruby
1614
+ ```{"language":"ruby"}
1615
1615
  # load the gem
1616
1616
  require 'purecloudplatformclientv2'
1617
1617
  # setup authorization
@@ -1637,7 +1637,7 @@ begin
1637
1637
  rescue PureCloud::ApiError => e
1638
1638
  puts "Exception when calling IntegrationsApi->get_integrations_eventlog_event_id: #{e}"
1639
1639
  end
1640
- ~~~
1640
+ ```
1641
1641
 
1642
1642
  ### Parameters
1643
1643
 
@@ -1660,7 +1660,7 @@ Name | Type | Description | Notes
1660
1660
 
1661
1661
  <a name="get_integrations_type"></a>
1662
1662
 
1663
- ## -[**IntegrationType**](IntegrationType.html) get_integrations_type(type_id)
1663
+ ## [**IntegrationType**](IntegrationType.html) get_integrations_type(type_id)
1664
1664
 
1665
1665
 
1666
1666
 
@@ -1675,7 +1675,7 @@ Requires NO permissions:
1675
1675
 
1676
1676
 
1677
1677
  ### Example
1678
- ~~~ruby
1678
+ ```{"language":"ruby"}
1679
1679
  # load the gem
1680
1680
  require 'purecloudplatformclientv2'
1681
1681
  # setup authorization
@@ -1701,7 +1701,7 @@ begin
1701
1701
  rescue PureCloud::ApiError => e
1702
1702
  puts "Exception when calling IntegrationsApi->get_integrations_type: #{e}"
1703
1703
  end
1704
- ~~~
1704
+ ```
1705
1705
 
1706
1706
  ### Parameters
1707
1707
 
@@ -1724,7 +1724,7 @@ Name | Type | Description | Notes
1724
1724
 
1725
1725
  <a name="get_integrations_type_configschema"></a>
1726
1726
 
1727
- ## -[**JsonSchemaDocument**](JsonSchemaDocument.html) get_integrations_type_configschema(type_id, config_type)
1727
+ ## [**JsonSchemaDocument**](JsonSchemaDocument.html) get_integrations_type_configschema(type_id, config_type)
1728
1728
 
1729
1729
 
1730
1730
 
@@ -1739,7 +1739,7 @@ Requires NO permissions:
1739
1739
 
1740
1740
 
1741
1741
  ### Example
1742
- ~~~ruby
1742
+ ```{"language":"ruby"}
1743
1743
  # load the gem
1744
1744
  require 'purecloudplatformclientv2'
1745
1745
  # setup authorization
@@ -1767,7 +1767,7 @@ begin
1767
1767
  rescue PureCloud::ApiError => e
1768
1768
  puts "Exception when calling IntegrationsApi->get_integrations_type_configschema: #{e}"
1769
1769
  end
1770
- ~~~
1770
+ ```
1771
1771
 
1772
1772
  ### Parameters
1773
1773
 
@@ -1791,7 +1791,7 @@ Name | Type | Description | Notes
1791
1791
 
1792
1792
  <a name="get_integrations_types"></a>
1793
1793
 
1794
- ## -[**IntegrationTypeEntityListing**](IntegrationTypeEntityListing.html) get_integrations_types(opts)
1794
+ ## [**IntegrationTypeEntityListing**](IntegrationTypeEntityListing.html) get_integrations_types(opts)
1795
1795
 
1796
1796
 
1797
1797
 
@@ -1806,7 +1806,7 @@ Requires NO permissions:
1806
1806
 
1807
1807
 
1808
1808
  ### Example
1809
- ~~~ruby
1809
+ ```{"language":"ruby"}
1810
1810
  # load the gem
1811
1811
  require 'purecloudplatformclientv2'
1812
1812
  # setup authorization
@@ -1838,7 +1838,7 @@ begin
1838
1838
  rescue PureCloud::ApiError => e
1839
1839
  puts "Exception when calling IntegrationsApi->get_integrations_types: #{e}"
1840
1840
  end
1841
- ~~~
1841
+ ```
1842
1842
 
1843
1843
  ### Parameters
1844
1844
 
@@ -1866,7 +1866,7 @@ Name | Type | Description | Notes
1866
1866
 
1867
1867
  <a name="patch_integration"></a>
1868
1868
 
1869
- ## -[**Integration**](Integration.html) patch_integration(integration_id, opts)
1869
+ ## [**Integration**](Integration.html) patch_integration(integration_id, opts)
1870
1870
 
1871
1871
 
1872
1872
 
@@ -1881,7 +1881,7 @@ Requires NO permissions:
1881
1881
 
1882
1882
 
1883
1883
  ### Example
1884
- ~~~ruby
1884
+ ```{"language":"ruby"}
1885
1885
  # load the gem
1886
1886
  require 'purecloudplatformclientv2'
1887
1887
  # setup authorization
@@ -1916,7 +1916,7 @@ begin
1916
1916
  rescue PureCloud::ApiError => e
1917
1917
  puts "Exception when calling IntegrationsApi->patch_integration: #{e}"
1918
1918
  end
1919
- ~~~
1919
+ ```
1920
1920
 
1921
1921
  ### Parameters
1922
1922
 
@@ -1946,7 +1946,7 @@ Name | Type | Description | Notes
1946
1946
 
1947
1947
  <a name="patch_integrations_action"></a>
1948
1948
 
1949
- ## -[**Action**](Action.html) patch_integrations_action(action_id, body)
1949
+ ## [**Action**](Action.html) patch_integrations_action(action_id, body)
1950
1950
 
1951
1951
 
1952
1952
 
@@ -1962,7 +1962,7 @@ Requires ANY permissions:
1962
1962
 
1963
1963
 
1964
1964
  ### Example
1965
- ~~~ruby
1965
+ ```{"language":"ruby"}
1966
1966
  # load the gem
1967
1967
  require 'purecloudplatformclientv2'
1968
1968
  # setup authorization
@@ -1990,7 +1990,7 @@ begin
1990
1990
  rescue PureCloud::ApiError => e
1991
1991
  puts "Exception when calling IntegrationsApi->patch_integrations_action: #{e}"
1992
1992
  end
1993
- ~~~
1993
+ ```
1994
1994
 
1995
1995
  ### Parameters
1996
1996
 
@@ -2014,7 +2014,7 @@ Name | Type | Description | Notes
2014
2014
 
2015
2015
  <a name="patch_integrations_action_draft"></a>
2016
2016
 
2017
- ## -[**Action**](Action.html) patch_integrations_action_draft(action_id, body)
2017
+ ## [**Action**](Action.html) patch_integrations_action_draft(action_id, body)
2018
2018
 
2019
2019
 
2020
2020
 
@@ -2030,7 +2030,7 @@ Requires ANY permissions:
2030
2030
 
2031
2031
 
2032
2032
  ### Example
2033
- ~~~ruby
2033
+ ```{"language":"ruby"}
2034
2034
  # load the gem
2035
2035
  require 'purecloudplatformclientv2'
2036
2036
  # setup authorization
@@ -2058,7 +2058,7 @@ begin
2058
2058
  rescue PureCloud::ApiError => e
2059
2059
  puts "Exception when calling IntegrationsApi->patch_integrations_action_draft: #{e}"
2060
2060
  end
2061
- ~~~
2061
+ ```
2062
2062
 
2063
2063
  ### Parameters
2064
2064
 
@@ -2082,7 +2082,7 @@ Name | Type | Description | Notes
2082
2082
 
2083
2083
  <a name="post_integrations"></a>
2084
2084
 
2085
- ## -[**Integration**](Integration.html) post_integrations(opts)
2085
+ ## [**Integration**](Integration.html) post_integrations(opts)
2086
2086
 
2087
2087
 
2088
2088
 
@@ -2097,7 +2097,7 @@ Requires NO permissions:
2097
2097
 
2098
2098
 
2099
2099
  ### Example
2100
- ~~~ruby
2100
+ ```{"language":"ruby"}
2101
2101
  # load the gem
2102
2102
  require 'purecloudplatformclientv2'
2103
2103
  # setup authorization
@@ -2124,7 +2124,7 @@ begin
2124
2124
  rescue PureCloud::ApiError => e
2125
2125
  puts "Exception when calling IntegrationsApi->post_integrations: #{e}"
2126
2126
  end
2127
- ~~~
2127
+ ```
2128
2128
 
2129
2129
  ### Parameters
2130
2130
 
@@ -2147,7 +2147,7 @@ Name | Type | Description | Notes
2147
2147
 
2148
2148
  <a name="post_integrations_action_draft"></a>
2149
2149
 
2150
- ## -[**Action**](Action.html) post_integrations_action_draft(action_id)
2150
+ ## [**Action**](Action.html) post_integrations_action_draft(action_id)
2151
2151
 
2152
2152
 
2153
2153
 
@@ -2163,7 +2163,7 @@ Requires ANY permissions:
2163
2163
 
2164
2164
 
2165
2165
  ### Example
2166
- ~~~ruby
2166
+ ```{"language":"ruby"}
2167
2167
  # load the gem
2168
2168
  require 'purecloudplatformclientv2'
2169
2169
  # setup authorization
@@ -2189,7 +2189,7 @@ begin
2189
2189
  rescue PureCloud::ApiError => e
2190
2190
  puts "Exception when calling IntegrationsApi->post_integrations_action_draft: #{e}"
2191
2191
  end
2192
- ~~~
2192
+ ```
2193
2193
 
2194
2194
  ### Parameters
2195
2195
 
@@ -2212,7 +2212,7 @@ Name | Type | Description | Notes
2212
2212
 
2213
2213
  <a name="post_integrations_action_draft_publish"></a>
2214
2214
 
2215
- ## -[**Action**](Action.html) post_integrations_action_draft_publish(action_id, body)
2215
+ ## [**Action**](Action.html) post_integrations_action_draft_publish(action_id, body)
2216
2216
 
2217
2217
 
2218
2218
 
@@ -2228,7 +2228,7 @@ Requires ANY permissions:
2228
2228
 
2229
2229
 
2230
2230
  ### Example
2231
- ~~~ruby
2231
+ ```{"language":"ruby"}
2232
2232
  # load the gem
2233
2233
  require 'purecloudplatformclientv2'
2234
2234
  # setup authorization
@@ -2256,7 +2256,7 @@ begin
2256
2256
  rescue PureCloud::ApiError => e
2257
2257
  puts "Exception when calling IntegrationsApi->post_integrations_action_draft_publish: #{e}"
2258
2258
  end
2259
- ~~~
2259
+ ```
2260
2260
 
2261
2261
  ### Parameters
2262
2262
 
@@ -2280,7 +2280,7 @@ Name | Type | Description | Notes
2280
2280
 
2281
2281
  <a name="post_integrations_action_draft_test"></a>
2282
2282
 
2283
- ## -[**TestExecutionResult**](TestExecutionResult.html) post_integrations_action_draft_test(action_id, body)
2283
+ ## [**TestExecutionResult**](TestExecutionResult.html) post_integrations_action_draft_test(action_id, body)
2284
2284
 
2285
2285
 
2286
2286
 
@@ -2296,7 +2296,7 @@ Requires ANY permissions:
2296
2296
 
2297
2297
 
2298
2298
  ### Example
2299
- ~~~ruby
2299
+ ```{"language":"ruby"}
2300
2300
  # load the gem
2301
2301
  require 'purecloudplatformclientv2'
2302
2302
  # setup authorization
@@ -2324,7 +2324,7 @@ begin
2324
2324
  rescue PureCloud::ApiError => e
2325
2325
  puts "Exception when calling IntegrationsApi->post_integrations_action_draft_test: #{e}"
2326
2326
  end
2327
- ~~~
2327
+ ```
2328
2328
 
2329
2329
  ### Parameters
2330
2330
 
@@ -2348,7 +2348,7 @@ Name | Type | Description | Notes
2348
2348
 
2349
2349
  <a name="post_integrations_action_execute"></a>
2350
2350
 
2351
- ## -Object** post_integrations_action_execute(action_id, body)
2351
+ ## Object** post_integrations_action_execute(action_id, body)
2352
2352
 
2353
2353
 
2354
2354
 
@@ -2365,7 +2365,7 @@ Requires ANY permissions:
2365
2365
 
2366
2366
 
2367
2367
  ### Example
2368
- ~~~ruby
2368
+ ```{"language":"ruby"}
2369
2369
  # load the gem
2370
2370
  require 'purecloudplatformclientv2'
2371
2371
  # setup authorization
@@ -2393,7 +2393,7 @@ begin
2393
2393
  rescue PureCloud::ApiError => e
2394
2394
  puts "Exception when calling IntegrationsApi->post_integrations_action_execute: #{e}"
2395
2395
  end
2396
- ~~~
2396
+ ```
2397
2397
 
2398
2398
  ### Parameters
2399
2399
 
@@ -2417,7 +2417,7 @@ Name | Type | Description | Notes
2417
2417
 
2418
2418
  <a name="post_integrations_action_test"></a>
2419
2419
 
2420
- ## -[**TestExecutionResult**](TestExecutionResult.html) post_integrations_action_test(action_id, body)
2420
+ ## [**TestExecutionResult**](TestExecutionResult.html) post_integrations_action_test(action_id, body)
2421
2421
 
2422
2422
 
2423
2423
 
@@ -2434,7 +2434,7 @@ Requires ANY permissions:
2434
2434
 
2435
2435
 
2436
2436
  ### Example
2437
- ~~~ruby
2437
+ ```{"language":"ruby"}
2438
2438
  # load the gem
2439
2439
  require 'purecloudplatformclientv2'
2440
2440
  # setup authorization
@@ -2462,7 +2462,7 @@ begin
2462
2462
  rescue PureCloud::ApiError => e
2463
2463
  puts "Exception when calling IntegrationsApi->post_integrations_action_test: #{e}"
2464
2464
  end
2465
- ~~~
2465
+ ```
2466
2466
 
2467
2467
  ### Parameters
2468
2468
 
@@ -2486,7 +2486,7 @@ Name | Type | Description | Notes
2486
2486
 
2487
2487
  <a name="post_integrations_actions"></a>
2488
2488
 
2489
- ## -[**Action**](Action.html) post_integrations_actions(body)
2489
+ ## [**Action**](Action.html) post_integrations_actions(body)
2490
2490
 
2491
2491
 
2492
2492
 
@@ -2502,7 +2502,7 @@ Requires ANY permissions:
2502
2502
 
2503
2503
 
2504
2504
  ### Example
2505
- ~~~ruby
2505
+ ```{"language":"ruby"}
2506
2506
  # load the gem
2507
2507
  require 'purecloudplatformclientv2'
2508
2508
  # setup authorization
@@ -2528,7 +2528,7 @@ begin
2528
2528
  rescue PureCloud::ApiError => e
2529
2529
  puts "Exception when calling IntegrationsApi->post_integrations_actions: #{e}"
2530
2530
  end
2531
- ~~~
2531
+ ```
2532
2532
 
2533
2533
  ### Parameters
2534
2534
 
@@ -2551,7 +2551,7 @@ Name | Type | Description | Notes
2551
2551
 
2552
2552
  <a name="post_integrations_actions_drafts"></a>
2553
2553
 
2554
- ## -[**Action**](Action.html) post_integrations_actions_drafts(body)
2554
+ ## [**Action**](Action.html) post_integrations_actions_drafts(body)
2555
2555
 
2556
2556
 
2557
2557
 
@@ -2567,7 +2567,7 @@ Requires ANY permissions:
2567
2567
 
2568
2568
 
2569
2569
  ### Example
2570
- ~~~ruby
2570
+ ```{"language":"ruby"}
2571
2571
  # load the gem
2572
2572
  require 'purecloudplatformclientv2'
2573
2573
  # setup authorization
@@ -2593,7 +2593,7 @@ begin
2593
2593
  rescue PureCloud::ApiError => e
2594
2594
  puts "Exception when calling IntegrationsApi->post_integrations_actions_drafts: #{e}"
2595
2595
  end
2596
- ~~~
2596
+ ```
2597
2597
 
2598
2598
  ### Parameters
2599
2599
 
@@ -2616,7 +2616,7 @@ Name | Type | Description | Notes
2616
2616
 
2617
2617
  <a name="post_integrations_credentials"></a>
2618
2618
 
2619
- ## -[**CredentialInfo**](CredentialInfo.html) post_integrations_credentials(opts)
2619
+ ## [**CredentialInfo**](CredentialInfo.html) post_integrations_credentials(opts)
2620
2620
 
2621
2621
 
2622
2622
 
@@ -2631,7 +2631,7 @@ Requires NO permissions:
2631
2631
 
2632
2632
 
2633
2633
  ### Example
2634
- ~~~ruby
2634
+ ```{"language":"ruby"}
2635
2635
  # load the gem
2636
2636
  require 'purecloudplatformclientv2'
2637
2637
  # setup authorization
@@ -2658,7 +2658,7 @@ begin
2658
2658
  rescue PureCloud::ApiError => e
2659
2659
  puts "Exception when calling IntegrationsApi->post_integrations_credentials: #{e}"
2660
2660
  end
2661
- ~~~
2661
+ ```
2662
2662
 
2663
2663
  ### Parameters
2664
2664
 
@@ -2681,7 +2681,7 @@ Name | Type | Description | Notes
2681
2681
 
2682
2682
  <a name="post_integrations_workforcemanagement_vendorconnection"></a>
2683
2683
 
2684
- ## -[**UserActionCategoryEntityListing**](UserActionCategoryEntityListing.html) post_integrations_workforcemanagement_vendorconnection(opts)
2684
+ ## [**UserActionCategoryEntityListing**](UserActionCategoryEntityListing.html) post_integrations_workforcemanagement_vendorconnection(opts)
2685
2685
 
2686
2686
 
2687
2687
 
@@ -2696,7 +2696,7 @@ Requires NO permissions:
2696
2696
 
2697
2697
 
2698
2698
  ### Example
2699
- ~~~ruby
2699
+ ```{"language":"ruby"}
2700
2700
  # load the gem
2701
2701
  require 'purecloudplatformclientv2'
2702
2702
  # setup authorization
@@ -2723,7 +2723,7 @@ begin
2723
2723
  rescue PureCloud::ApiError => e
2724
2724
  puts "Exception when calling IntegrationsApi->post_integrations_workforcemanagement_vendorconnection: #{e}"
2725
2725
  end
2726
- ~~~
2726
+ ```
2727
2727
 
2728
2728
  ### Parameters
2729
2729
 
@@ -2746,7 +2746,7 @@ Name | Type | Description | Notes
2746
2746
 
2747
2747
  <a name="put_integration_config_current"></a>
2748
2748
 
2749
- ## -[**IntegrationConfiguration**](IntegrationConfiguration.html) put_integration_config_current(integration_id, opts)
2749
+ ## [**IntegrationConfiguration**](IntegrationConfiguration.html) put_integration_config_current(integration_id, opts)
2750
2750
 
2751
2751
 
2752
2752
 
@@ -2761,7 +2761,7 @@ Requires NO permissions:
2761
2761
 
2762
2762
 
2763
2763
  ### Example
2764
- ~~~ruby
2764
+ ```{"language":"ruby"}
2765
2765
  # load the gem
2766
2766
  require 'purecloudplatformclientv2'
2767
2767
  # setup authorization
@@ -2790,7 +2790,7 @@ begin
2790
2790
  rescue PureCloud::ApiError => e
2791
2791
  puts "Exception when calling IntegrationsApi->put_integration_config_current: #{e}"
2792
2792
  end
2793
- ~~~
2793
+ ```
2794
2794
 
2795
2795
  ### Parameters
2796
2796
 
@@ -2814,7 +2814,7 @@ Name | Type | Description | Notes
2814
2814
 
2815
2815
  <a name="put_integrations_credential"></a>
2816
2816
 
2817
- ## -[**CredentialInfo**](CredentialInfo.html) put_integrations_credential(credential_id, opts)
2817
+ ## [**CredentialInfo**](CredentialInfo.html) put_integrations_credential(credential_id, opts)
2818
2818
 
2819
2819
 
2820
2820
 
@@ -2829,7 +2829,7 @@ Requires NO permissions:
2829
2829
 
2830
2830
 
2831
2831
  ### Example
2832
- ~~~ruby
2832
+ ```{"language":"ruby"}
2833
2833
  # load the gem
2834
2834
  require 'purecloudplatformclientv2'
2835
2835
  # setup authorization
@@ -2858,7 +2858,7 @@ begin
2858
2858
  rescue PureCloud::ApiError => e
2859
2859
  puts "Exception when calling IntegrationsApi->put_integrations_credential: #{e}"
2860
2860
  end
2861
- ~~~
2861
+ ```
2862
2862
 
2863
2863
  ### Parameters
2864
2864