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
data/docs/BillingApi.md CHANGED
@@ -14,7 +14,7 @@ Method | Description
14
14
 
15
15
  <a name="get_billing_reports_billableusage"></a>
16
16
 
17
- ## -[**BillingUsageReport**](BillingUsageReport.html) get_billing_reports_billableusage(start_date, end_date)
17
+ ## [**BillingUsageReport**](BillingUsageReport.html) get_billing_reports_billableusage(start_date, end_date)
18
18
 
19
19
 
20
20
 
@@ -33,7 +33,7 @@ Requires ANY permissions:
33
33
 
34
34
 
35
35
  ### Example
36
- ~~~ruby
36
+ ```{"language":"ruby"}
37
37
  # load the gem
38
38
  require 'purecloudplatformclientv2'
39
39
  # setup authorization
@@ -61,7 +61,7 @@ begin
61
61
  rescue PureCloud::ApiError => e
62
62
  puts "Exception when calling BillingApi->get_billing_reports_billableusage: #{e}"
63
63
  end
64
- ~~~
64
+ ```
65
65
 
66
66
  ### Parameters
67
67
 
@@ -85,7 +85,7 @@ Name | Type | Description | Notes
85
85
 
86
86
  <a name="get_billing_trusteebillingoverview_trustor_org_id"></a>
87
87
 
88
- ## -[**TrusteeBillingOverview**](TrusteeBillingOverview.html) get_billing_trusteebillingoverview_trustor_org_id(trustor_org_id, opts)
88
+ ## [**TrusteeBillingOverview**](TrusteeBillingOverview.html) get_billing_trusteebillingoverview_trustor_org_id(trustor_org_id, opts)
89
89
 
90
90
 
91
91
 
@@ -101,7 +101,7 @@ Requires ANY permissions:
101
101
 
102
102
 
103
103
  ### Example
104
- ~~~ruby
104
+ ```{"language":"ruby"}
105
105
  # load the gem
106
106
  require 'purecloudplatformclientv2'
107
107
  # setup authorization
@@ -130,7 +130,7 @@ begin
130
130
  rescue PureCloud::ApiError => e
131
131
  puts "Exception when calling BillingApi->get_billing_trusteebillingoverview_trustor_org_id: #{e}"
132
132
  end
133
- ~~~
133
+ ```
134
134
 
135
135
  ### Parameters
136
136
 
@@ -50,7 +50,7 @@ Method | Description
50
50
 
51
51
  <a name="delete_contentmanagement_document"></a>
52
52
 
53
- ## - delete_contentmanagement_document(document_id, opts)
53
+ ## delete_contentmanagement_document(document_id, opts)
54
54
 
55
55
 
56
56
 
@@ -65,7 +65,7 @@ Requires NO permissions:
65
65
 
66
66
 
67
67
  ### Example
68
- ~~~ruby
68
+ ```{"language":"ruby"}
69
69
  # load the gem
70
70
  require 'purecloudplatformclientv2'
71
71
  # setup authorization
@@ -93,7 +93,7 @@ begin
93
93
  rescue PureCloud::ApiError => e
94
94
  puts "Exception when calling ContentManagementApi->delete_contentmanagement_document: #{e}"
95
95
  end
96
- ~~~
96
+ ```
97
97
 
98
98
  ### Parameters
99
99
 
@@ -117,7 +117,7 @@ nil (empty response body)
117
117
 
118
118
  <a name="delete_contentmanagement_share"></a>
119
119
 
120
- ## - delete_contentmanagement_share(share_id)
120
+ ## delete_contentmanagement_share(share_id)
121
121
 
122
122
 
123
123
 
@@ -132,7 +132,7 @@ Requires NO permissions:
132
132
 
133
133
 
134
134
  ### Example
135
- ~~~ruby
135
+ ```{"language":"ruby"}
136
136
  # load the gem
137
137
  require 'purecloudplatformclientv2'
138
138
  # setup authorization
@@ -157,7 +157,7 @@ begin
157
157
  rescue PureCloud::ApiError => e
158
158
  puts "Exception when calling ContentManagementApi->delete_contentmanagement_share: #{e}"
159
159
  end
160
- ~~~
160
+ ```
161
161
 
162
162
  ### Parameters
163
163
 
@@ -180,7 +180,7 @@ nil (empty response body)
180
180
 
181
181
  <a name="delete_contentmanagement_status_status_id"></a>
182
182
 
183
- ## - delete_contentmanagement_status_status_id(status_id)
183
+ ## delete_contentmanagement_status_status_id(status_id)
184
184
 
185
185
 
186
186
 
@@ -195,7 +195,7 @@ Requires NO permissions:
195
195
 
196
196
 
197
197
  ### Example
198
- ~~~ruby
198
+ ```{"language":"ruby"}
199
199
  # load the gem
200
200
  require 'purecloudplatformclientv2'
201
201
  # setup authorization
@@ -220,7 +220,7 @@ begin
220
220
  rescue PureCloud::ApiError => e
221
221
  puts "Exception when calling ContentManagementApi->delete_contentmanagement_status_status_id: #{e}"
222
222
  end
223
- ~~~
223
+ ```
224
224
 
225
225
  ### Parameters
226
226
 
@@ -243,7 +243,7 @@ nil (empty response body)
243
243
 
244
244
  <a name="delete_contentmanagement_workspace"></a>
245
245
 
246
- ## - delete_contentmanagement_workspace(workspace_id, opts)
246
+ ## delete_contentmanagement_workspace(workspace_id, opts)
247
247
 
248
248
 
249
249
 
@@ -258,7 +258,7 @@ Requires NO permissions:
258
258
 
259
259
 
260
260
  ### Example
261
- ~~~ruby
261
+ ```{"language":"ruby"}
262
262
  # load the gem
263
263
  require 'purecloudplatformclientv2'
264
264
  # setup authorization
@@ -286,7 +286,7 @@ begin
286
286
  rescue PureCloud::ApiError => e
287
287
  puts "Exception when calling ContentManagementApi->delete_contentmanagement_workspace: #{e}"
288
288
  end
289
- ~~~
289
+ ```
290
290
 
291
291
  ### Parameters
292
292
 
@@ -310,7 +310,7 @@ nil (empty response body)
310
310
 
311
311
  <a name="delete_contentmanagement_workspace_member"></a>
312
312
 
313
- ## - delete_contentmanagement_workspace_member(workspace_id, member_id)
313
+ ## delete_contentmanagement_workspace_member(workspace_id, member_id)
314
314
 
315
315
 
316
316
 
@@ -325,7 +325,7 @@ Requires NO permissions:
325
325
 
326
326
 
327
327
  ### Example
328
- ~~~ruby
328
+ ```{"language":"ruby"}
329
329
  # load the gem
330
330
  require 'purecloudplatformclientv2'
331
331
  # setup authorization
@@ -352,7 +352,7 @@ begin
352
352
  rescue PureCloud::ApiError => e
353
353
  puts "Exception when calling ContentManagementApi->delete_contentmanagement_workspace_member: #{e}"
354
354
  end
355
- ~~~
355
+ ```
356
356
 
357
357
  ### Parameters
358
358
 
@@ -376,7 +376,7 @@ nil (empty response body)
376
376
 
377
377
  <a name="delete_contentmanagement_workspace_tagvalue"></a>
378
378
 
379
- ## - delete_contentmanagement_workspace_tagvalue(workspace_id, tag_id)
379
+ ## delete_contentmanagement_workspace_tagvalue(workspace_id, tag_id)
380
380
 
381
381
 
382
382
 
@@ -391,7 +391,7 @@ Requires NO permissions:
391
391
 
392
392
 
393
393
  ### Example
394
- ~~~ruby
394
+ ```{"language":"ruby"}
395
395
  # load the gem
396
396
  require 'purecloudplatformclientv2'
397
397
  # setup authorization
@@ -418,7 +418,7 @@ begin
418
418
  rescue PureCloud::ApiError => e
419
419
  puts "Exception when calling ContentManagementApi->delete_contentmanagement_workspace_tagvalue: #{e}"
420
420
  end
421
- ~~~
421
+ ```
422
422
 
423
423
  ### Parameters
424
424
 
@@ -442,7 +442,7 @@ nil (empty response body)
442
442
 
443
443
  <a name="get_contentmanagement_document"></a>
444
444
 
445
- ## -[**Document**](Document.html) get_contentmanagement_document(document_id, opts)
445
+ ## [**Document**](Document.html) get_contentmanagement_document(document_id, opts)
446
446
 
447
447
 
448
448
 
@@ -457,7 +457,7 @@ Requires NO permissions:
457
457
 
458
458
 
459
459
  ### Example
460
- ~~~ruby
460
+ ```{"language":"ruby"}
461
461
  # load the gem
462
462
  require 'purecloudplatformclientv2'
463
463
  # setup authorization
@@ -486,7 +486,7 @@ begin
486
486
  rescue PureCloud::ApiError => e
487
487
  puts "Exception when calling ContentManagementApi->get_contentmanagement_document: #{e}"
488
488
  end
489
- ~~~
489
+ ```
490
490
 
491
491
  ### Parameters
492
492
 
@@ -510,7 +510,7 @@ Name | Type | Description | Notes
510
510
 
511
511
  <a name="get_contentmanagement_document_audits"></a>
512
512
 
513
- ## -[**DocumentAuditEntityListing**](DocumentAuditEntityListing.html) get_contentmanagement_document_audits(document_id, opts)
513
+ ## [**DocumentAuditEntityListing**](DocumentAuditEntityListing.html) get_contentmanagement_document_audits(document_id, opts)
514
514
 
515
515
 
516
516
 
@@ -525,7 +525,7 @@ Requires NO permissions:
525
525
 
526
526
 
527
527
  ### Example
528
- ~~~ruby
528
+ ```{"language":"ruby"}
529
529
  # load the gem
530
530
  require 'purecloudplatformclientv2'
531
531
  # setup authorization
@@ -559,7 +559,7 @@ begin
559
559
  rescue PureCloud::ApiError => e
560
560
  puts "Exception when calling ContentManagementApi->get_contentmanagement_document_audits: #{e}"
561
561
  end
562
- ~~~
562
+ ```
563
563
 
564
564
  ### Parameters
565
565
 
@@ -588,7 +588,7 @@ Name | Type | Description | Notes
588
588
 
589
589
  <a name="get_contentmanagement_document_content"></a>
590
590
 
591
- ## -[**DownloadResponse**](DownloadResponse.html) get_contentmanagement_document_content(document_id, opts)
591
+ ## [**DownloadResponse**](DownloadResponse.html) get_contentmanagement_document_content(document_id, opts)
592
592
 
593
593
 
594
594
 
@@ -603,7 +603,7 @@ Requires NO permissions:
603
603
 
604
604
 
605
605
  ### Example
606
- ~~~ruby
606
+ ```{"language":"ruby"}
607
607
  # load the gem
608
608
  require 'purecloudplatformclientv2'
609
609
  # setup authorization
@@ -633,7 +633,7 @@ begin
633
633
  rescue PureCloud::ApiError => e
634
634
  puts "Exception when calling ContentManagementApi->get_contentmanagement_document_content: #{e}"
635
635
  end
636
- ~~~
636
+ ```
637
637
 
638
638
  ### Parameters
639
639
 
@@ -658,7 +658,7 @@ Name | Type | Description | Notes
658
658
 
659
659
  <a name="get_contentmanagement_documents"></a>
660
660
 
661
- ## -[**DocumentEntityListing**](DocumentEntityListing.html) get_contentmanagement_documents(workspace_id, opts)
661
+ ## [**DocumentEntityListing**](DocumentEntityListing.html) get_contentmanagement_documents(workspace_id, opts)
662
662
 
663
663
  <span style="background-color: #f0ad4e;display: inline-block;padding: 7px;font-weight: bold;line-height: 1;color: #ffffff;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25em;margin: 10px 0;">DEPRECATED</span>
664
664
 
@@ -673,7 +673,7 @@ Requires NO permissions:
673
673
 
674
674
 
675
675
  ### Example
676
- ~~~ruby
676
+ ```{"language":"ruby"}
677
677
  # load the gem
678
678
  require 'purecloudplatformclientv2'
679
679
  # setup authorization
@@ -707,7 +707,7 @@ begin
707
707
  rescue PureCloud::ApiError => e
708
708
  puts "Exception when calling ContentManagementApi->get_contentmanagement_documents: #{e}"
709
709
  end
710
- ~~~
710
+ ```
711
711
 
712
712
  ### Parameters
713
713
 
@@ -736,7 +736,7 @@ Name | Type | Description | Notes
736
736
 
737
737
  <a name="get_contentmanagement_query"></a>
738
738
 
739
- ## -[**QueryResults**](QueryResults.html) get_contentmanagement_query(query_phrase, opts)
739
+ ## [**QueryResults**](QueryResults.html) get_contentmanagement_query(query_phrase, opts)
740
740
 
741
741
 
742
742
 
@@ -751,7 +751,7 @@ Requires NO permissions:
751
751
 
752
752
 
753
753
  ### Example
754
- ~~~ruby
754
+ ```{"language":"ruby"}
755
755
  # load the gem
756
756
  require 'purecloudplatformclientv2'
757
757
  # setup authorization
@@ -784,7 +784,7 @@ begin
784
784
  rescue PureCloud::ApiError => e
785
785
  puts "Exception when calling ContentManagementApi->get_contentmanagement_query: #{e}"
786
786
  end
787
- ~~~
787
+ ```
788
788
 
789
789
  ### Parameters
790
790
 
@@ -812,7 +812,7 @@ Name | Type | Description | Notes
812
812
 
813
813
  <a name="get_contentmanagement_securityprofile"></a>
814
814
 
815
- ## -[**SecurityProfile**](SecurityProfile.html) get_contentmanagement_securityprofile(security_profile_id)
815
+ ## [**SecurityProfile**](SecurityProfile.html) get_contentmanagement_securityprofile(security_profile_id)
816
816
 
817
817
 
818
818
 
@@ -827,7 +827,7 @@ Requires NO permissions:
827
827
 
828
828
 
829
829
  ### Example
830
- ~~~ruby
830
+ ```{"language":"ruby"}
831
831
  # load the gem
832
832
  require 'purecloudplatformclientv2'
833
833
  # setup authorization
@@ -853,7 +853,7 @@ begin
853
853
  rescue PureCloud::ApiError => e
854
854
  puts "Exception when calling ContentManagementApi->get_contentmanagement_securityprofile: #{e}"
855
855
  end
856
- ~~~
856
+ ```
857
857
 
858
858
  ### Parameters
859
859
 
@@ -876,7 +876,7 @@ Name | Type | Description | Notes
876
876
 
877
877
  <a name="get_contentmanagement_securityprofiles"></a>
878
878
 
879
- ## -[**SecurityProfileEntityListing**](SecurityProfileEntityListing.html) get_contentmanagement_securityprofiles
879
+ ## [**SecurityProfileEntityListing**](SecurityProfileEntityListing.html) get_contentmanagement_securityprofiles
880
880
 
881
881
 
882
882
 
@@ -891,7 +891,7 @@ Requires NO permissions:
891
891
 
892
892
 
893
893
  ### Example
894
- ~~~ruby
894
+ ```{"language":"ruby"}
895
895
  # load the gem
896
896
  require 'purecloudplatformclientv2'
897
897
  # setup authorization
@@ -914,7 +914,7 @@ begin
914
914
  rescue PureCloud::ApiError => e
915
915
  puts "Exception when calling ContentManagementApi->get_contentmanagement_securityprofiles: #{e}"
916
916
  end
917
- ~~~
917
+ ```
918
918
 
919
919
  ### Parameters
920
920
  This endpoint does not need any parameter.
@@ -934,7 +934,7 @@ This endpoint does not need any parameter.
934
934
 
935
935
  <a name="get_contentmanagement_share"></a>
936
936
 
937
- ## -[**Share**](Share.html) get_contentmanagement_share(share_id, opts)
937
+ ## [**Share**](Share.html) get_contentmanagement_share(share_id, opts)
938
938
 
939
939
 
940
940
 
@@ -949,7 +949,7 @@ Requires NO permissions:
949
949
 
950
950
 
951
951
  ### Example
952
- ~~~ruby
952
+ ```{"language":"ruby"}
953
953
  # load the gem
954
954
  require 'purecloudplatformclientv2'
955
955
  # setup authorization
@@ -978,7 +978,7 @@ begin
978
978
  rescue PureCloud::ApiError => e
979
979
  puts "Exception when calling ContentManagementApi->get_contentmanagement_share: #{e}"
980
980
  end
981
- ~~~
981
+ ```
982
982
 
983
983
  ### Parameters
984
984
 
@@ -1002,7 +1002,7 @@ Name | Type | Description | Notes
1002
1002
 
1003
1003
  <a name="get_contentmanagement_shared_shared_id"></a>
1004
1004
 
1005
- ## -[**SharedResponse**](SharedResponse.html) get_contentmanagement_shared_shared_id(shared_id, opts)
1005
+ ## [**SharedResponse**](SharedResponse.html) get_contentmanagement_shared_shared_id(shared_id, opts)
1006
1006
 
1007
1007
 
1008
1008
 
@@ -1017,7 +1017,7 @@ Requires NO permissions:
1017
1017
 
1018
1018
 
1019
1019
  ### Example
1020
- ~~~ruby
1020
+ ```{"language":"ruby"}
1021
1021
  # load the gem
1022
1022
  require 'purecloudplatformclientv2'
1023
1023
  # setup authorization
@@ -1049,7 +1049,7 @@ begin
1049
1049
  rescue PureCloud::ApiError => e
1050
1050
  puts "Exception when calling ContentManagementApi->get_contentmanagement_shared_shared_id: #{e}"
1051
1051
  end
1052
- ~~~
1052
+ ```
1053
1053
 
1054
1054
  ### Parameters
1055
1055
 
@@ -1076,7 +1076,7 @@ Name | Type | Description | Notes
1076
1076
 
1077
1077
  <a name="get_contentmanagement_shares"></a>
1078
1078
 
1079
- ## -[**ShareEntityListing**](ShareEntityListing.html) get_contentmanagement_shares(opts)
1079
+ ## [**ShareEntityListing**](ShareEntityListing.html) get_contentmanagement_shares(opts)
1080
1080
 
1081
1081
 
1082
1082
 
@@ -1091,7 +1091,7 @@ Requires NO permissions:
1091
1091
 
1092
1092
 
1093
1093
  ### Example
1094
- ~~~ruby
1094
+ ```{"language":"ruby"}
1095
1095
  # load the gem
1096
1096
  require 'purecloudplatformclientv2'
1097
1097
  # setup authorization
@@ -1121,7 +1121,7 @@ begin
1121
1121
  rescue PureCloud::ApiError => e
1122
1122
  puts "Exception when calling ContentManagementApi->get_contentmanagement_shares: #{e}"
1123
1123
  end
1124
- ~~~
1124
+ ```
1125
1125
 
1126
1126
  ### Parameters
1127
1127
 
@@ -1147,7 +1147,7 @@ Name | Type | Description | Notes
1147
1147
 
1148
1148
  <a name="get_contentmanagement_status"></a>
1149
1149
 
1150
- ## -[**CommandStatusEntityListing**](CommandStatusEntityListing.html) get_contentmanagement_status(opts)
1150
+ ## [**CommandStatusEntityListing**](CommandStatusEntityListing.html) get_contentmanagement_status(opts)
1151
1151
 
1152
1152
 
1153
1153
 
@@ -1162,7 +1162,7 @@ Requires NO permissions:
1162
1162
 
1163
1163
 
1164
1164
  ### Example
1165
- ~~~ruby
1165
+ ```{"language":"ruby"}
1166
1166
  # load the gem
1167
1167
  require 'purecloudplatformclientv2'
1168
1168
  # setup authorization
@@ -1190,7 +1190,7 @@ begin
1190
1190
  rescue PureCloud::ApiError => e
1191
1191
  puts "Exception when calling ContentManagementApi->get_contentmanagement_status: #{e}"
1192
1192
  end
1193
- ~~~
1193
+ ```
1194
1194
 
1195
1195
  ### Parameters
1196
1196
 
@@ -1214,7 +1214,7 @@ Name | Type | Description | Notes
1214
1214
 
1215
1215
  <a name="get_contentmanagement_status_status_id"></a>
1216
1216
 
1217
- ## -[**CommandStatus**](CommandStatus.html) get_contentmanagement_status_status_id(status_id)
1217
+ ## [**CommandStatus**](CommandStatus.html) get_contentmanagement_status_status_id(status_id)
1218
1218
 
1219
1219
 
1220
1220
 
@@ -1229,7 +1229,7 @@ Requires NO permissions:
1229
1229
 
1230
1230
 
1231
1231
  ### Example
1232
- ~~~ruby
1232
+ ```{"language":"ruby"}
1233
1233
  # load the gem
1234
1234
  require 'purecloudplatformclientv2'
1235
1235
  # setup authorization
@@ -1255,7 +1255,7 @@ begin
1255
1255
  rescue PureCloud::ApiError => e
1256
1256
  puts "Exception when calling ContentManagementApi->get_contentmanagement_status_status_id: #{e}"
1257
1257
  end
1258
- ~~~
1258
+ ```
1259
1259
 
1260
1260
  ### Parameters
1261
1261
 
@@ -1278,7 +1278,7 @@ Name | Type | Description | Notes
1278
1278
 
1279
1279
  <a name="get_contentmanagement_usage"></a>
1280
1280
 
1281
- ## -[**Usage**](Usage.html) get_contentmanagement_usage
1281
+ ## [**Usage**](Usage.html) get_contentmanagement_usage
1282
1282
 
1283
1283
 
1284
1284
 
@@ -1293,7 +1293,7 @@ Requires NO permissions:
1293
1293
 
1294
1294
 
1295
1295
  ### Example
1296
- ~~~ruby
1296
+ ```{"language":"ruby"}
1297
1297
  # load the gem
1298
1298
  require 'purecloudplatformclientv2'
1299
1299
  # setup authorization
@@ -1316,7 +1316,7 @@ begin
1316
1316
  rescue PureCloud::ApiError => e
1317
1317
  puts "Exception when calling ContentManagementApi->get_contentmanagement_usage: #{e}"
1318
1318
  end
1319
- ~~~
1319
+ ```
1320
1320
 
1321
1321
  ### Parameters
1322
1322
  This endpoint does not need any parameter.
@@ -1336,7 +1336,7 @@ This endpoint does not need any parameter.
1336
1336
 
1337
1337
  <a name="get_contentmanagement_workspace"></a>
1338
1338
 
1339
- ## -[**Workspace**](Workspace.html) get_contentmanagement_workspace(workspace_id, opts)
1339
+ ## [**Workspace**](Workspace.html) get_contentmanagement_workspace(workspace_id, opts)
1340
1340
 
1341
1341
 
1342
1342
 
@@ -1351,7 +1351,7 @@ Requires NO permissions:
1351
1351
 
1352
1352
 
1353
1353
  ### Example
1354
- ~~~ruby
1354
+ ```{"language":"ruby"}
1355
1355
  # load the gem
1356
1356
  require 'purecloudplatformclientv2'
1357
1357
  # setup authorization
@@ -1380,7 +1380,7 @@ begin
1380
1380
  rescue PureCloud::ApiError => e
1381
1381
  puts "Exception when calling ContentManagementApi->get_contentmanagement_workspace: #{e}"
1382
1382
  end
1383
- ~~~
1383
+ ```
1384
1384
 
1385
1385
  ### Parameters
1386
1386
 
@@ -1404,7 +1404,7 @@ Name | Type | Description | Notes
1404
1404
 
1405
1405
  <a name="get_contentmanagement_workspace_documents"></a>
1406
1406
 
1407
- ## -[**DocumentEntityListing**](DocumentEntityListing.html) get_contentmanagement_workspace_documents(workspace_id, opts)
1407
+ ## [**DocumentEntityListing**](DocumentEntityListing.html) get_contentmanagement_workspace_documents(workspace_id, opts)
1408
1408
 
1409
1409
 
1410
1410
 
@@ -1419,7 +1419,7 @@ Requires NO permissions:
1419
1419
 
1420
1420
 
1421
1421
  ### Example
1422
- ~~~ruby
1422
+ ```{"language":"ruby"}
1423
1423
  # load the gem
1424
1424
  require 'purecloudplatformclientv2'
1425
1425
  # setup authorization
@@ -1452,7 +1452,7 @@ begin
1452
1452
  rescue PureCloud::ApiError => e
1453
1453
  puts "Exception when calling ContentManagementApi->get_contentmanagement_workspace_documents: #{e}"
1454
1454
  end
1455
- ~~~
1455
+ ```
1456
1456
 
1457
1457
  ### Parameters
1458
1458
 
@@ -1480,7 +1480,7 @@ Name | Type | Description | Notes
1480
1480
 
1481
1481
  <a name="get_contentmanagement_workspace_member"></a>
1482
1482
 
1483
- ## -[**WorkspaceMember**](WorkspaceMember.html) get_contentmanagement_workspace_member(workspace_id, member_id, opts)
1483
+ ## [**WorkspaceMember**](WorkspaceMember.html) get_contentmanagement_workspace_member(workspace_id, member_id, opts)
1484
1484
 
1485
1485
 
1486
1486
 
@@ -1495,7 +1495,7 @@ Requires NO permissions:
1495
1495
 
1496
1496
 
1497
1497
  ### Example
1498
- ~~~ruby
1498
+ ```{"language":"ruby"}
1499
1499
  # load the gem
1500
1500
  require 'purecloudplatformclientv2'
1501
1501
  # setup authorization
@@ -1526,7 +1526,7 @@ begin
1526
1526
  rescue PureCloud::ApiError => e
1527
1527
  puts "Exception when calling ContentManagementApi->get_contentmanagement_workspace_member: #{e}"
1528
1528
  end
1529
- ~~~
1529
+ ```
1530
1530
 
1531
1531
  ### Parameters
1532
1532
 
@@ -1551,7 +1551,7 @@ Name | Type | Description | Notes
1551
1551
 
1552
1552
  <a name="get_contentmanagement_workspace_members"></a>
1553
1553
 
1554
- ## -[**WorkspaceMemberEntityListing**](WorkspaceMemberEntityListing.html) get_contentmanagement_workspace_members(workspace_id, opts)
1554
+ ## [**WorkspaceMemberEntityListing**](WorkspaceMemberEntityListing.html) get_contentmanagement_workspace_members(workspace_id, opts)
1555
1555
 
1556
1556
 
1557
1557
 
@@ -1566,7 +1566,7 @@ Requires NO permissions:
1566
1566
 
1567
1567
 
1568
1568
  ### Example
1569
- ~~~ruby
1569
+ ```{"language":"ruby"}
1570
1570
  # load the gem
1571
1571
  require 'purecloudplatformclientv2'
1572
1572
  # setup authorization
@@ -1597,7 +1597,7 @@ begin
1597
1597
  rescue PureCloud::ApiError => e
1598
1598
  puts "Exception when calling ContentManagementApi->get_contentmanagement_workspace_members: #{e}"
1599
1599
  end
1600
- ~~~
1600
+ ```
1601
1601
 
1602
1602
  ### Parameters
1603
1603
 
@@ -1623,7 +1623,7 @@ Name | Type | Description | Notes
1623
1623
 
1624
1624
  <a name="get_contentmanagement_workspace_tagvalue"></a>
1625
1625
 
1626
- ## -[**TagValue**](TagValue.html) get_contentmanagement_workspace_tagvalue(workspace_id, tag_id, opts)
1626
+ ## [**TagValue**](TagValue.html) get_contentmanagement_workspace_tagvalue(workspace_id, tag_id, opts)
1627
1627
 
1628
1628
 
1629
1629
 
@@ -1638,7 +1638,7 @@ Requires NO permissions:
1638
1638
 
1639
1639
 
1640
1640
  ### Example
1641
- ~~~ruby
1641
+ ```{"language":"ruby"}
1642
1642
  # load the gem
1643
1643
  require 'purecloudplatformclientv2'
1644
1644
  # setup authorization
@@ -1669,7 +1669,7 @@ begin
1669
1669
  rescue PureCloud::ApiError => e
1670
1670
  puts "Exception when calling ContentManagementApi->get_contentmanagement_workspace_tagvalue: #{e}"
1671
1671
  end
1672
- ~~~
1672
+ ```
1673
1673
 
1674
1674
  ### Parameters
1675
1675
 
@@ -1694,7 +1694,7 @@ Name | Type | Description | Notes
1694
1694
 
1695
1695
  <a name="get_contentmanagement_workspace_tagvalues"></a>
1696
1696
 
1697
- ## -[**TagValueEntityListing**](TagValueEntityListing.html) get_contentmanagement_workspace_tagvalues(workspace_id, opts)
1697
+ ## [**TagValueEntityListing**](TagValueEntityListing.html) get_contentmanagement_workspace_tagvalues(workspace_id, opts)
1698
1698
 
1699
1699
 
1700
1700
 
@@ -1709,7 +1709,7 @@ Requires NO permissions:
1709
1709
 
1710
1710
 
1711
1711
  ### Example
1712
- ~~~ruby
1712
+ ```{"language":"ruby"}
1713
1713
  # load the gem
1714
1714
  require 'purecloudplatformclientv2'
1715
1715
  # setup authorization
@@ -1741,7 +1741,7 @@ begin
1741
1741
  rescue PureCloud::ApiError => e
1742
1742
  puts "Exception when calling ContentManagementApi->get_contentmanagement_workspace_tagvalues: #{e}"
1743
1743
  end
1744
- ~~~
1744
+ ```
1745
1745
 
1746
1746
  ### Parameters
1747
1747
 
@@ -1768,7 +1768,7 @@ Name | Type | Description | Notes
1768
1768
 
1769
1769
  <a name="get_contentmanagement_workspaces"></a>
1770
1770
 
1771
- ## -[**WorkspaceEntityListing**](WorkspaceEntityListing.html) get_contentmanagement_workspaces(opts)
1771
+ ## [**WorkspaceEntityListing**](WorkspaceEntityListing.html) get_contentmanagement_workspaces(opts)
1772
1772
 
1773
1773
 
1774
1774
 
@@ -1783,7 +1783,7 @@ Requires NO permissions:
1783
1783
 
1784
1784
 
1785
1785
  ### Example
1786
- ~~~ruby
1786
+ ```{"language":"ruby"}
1787
1787
  # load the gem
1788
1788
  require 'purecloudplatformclientv2'
1789
1789
  # setup authorization
@@ -1813,7 +1813,7 @@ begin
1813
1813
  rescue PureCloud::ApiError => e
1814
1814
  puts "Exception when calling ContentManagementApi->get_contentmanagement_workspaces: #{e}"
1815
1815
  end
1816
- ~~~
1816
+ ```
1817
1817
 
1818
1818
  ### Parameters
1819
1819
 
@@ -1839,7 +1839,7 @@ Name | Type | Description | Notes
1839
1839
 
1840
1840
  <a name="post_contentmanagement_auditquery"></a>
1841
1841
 
1842
- ## -[**QueryResults**](QueryResults.html) post_contentmanagement_auditquery(body)
1842
+ ## [**QueryResults**](QueryResults.html) post_contentmanagement_auditquery(body)
1843
1843
 
1844
1844
 
1845
1845
 
@@ -1854,7 +1854,7 @@ Requires NO permissions:
1854
1854
 
1855
1855
 
1856
1856
  ### Example
1857
- ~~~ruby
1857
+ ```{"language":"ruby"}
1858
1858
  # load the gem
1859
1859
  require 'purecloudplatformclientv2'
1860
1860
  # setup authorization
@@ -1880,7 +1880,7 @@ begin
1880
1880
  rescue PureCloud::ApiError => e
1881
1881
  puts "Exception when calling ContentManagementApi->post_contentmanagement_auditquery: #{e}"
1882
1882
  end
1883
- ~~~
1883
+ ```
1884
1884
 
1885
1885
  ### Parameters
1886
1886
 
@@ -1903,7 +1903,7 @@ Name | Type | Description | Notes
1903
1903
 
1904
1904
  <a name="post_contentmanagement_document"></a>
1905
1905
 
1906
- ## -[**Document**](Document.html) post_contentmanagement_document(document_id, body, opts)
1906
+ ## [**Document**](Document.html) post_contentmanagement_document(document_id, body, opts)
1907
1907
 
1908
1908
 
1909
1909
 
@@ -1918,7 +1918,7 @@ Requires NO permissions:
1918
1918
 
1919
1919
 
1920
1920
  ### Example
1921
- ~~~ruby
1921
+ ```{"language":"ruby"}
1922
1922
  # load the gem
1923
1923
  require 'purecloudplatformclientv2'
1924
1924
  # setup authorization
@@ -1950,7 +1950,7 @@ begin
1950
1950
  rescue PureCloud::ApiError => e
1951
1951
  puts "Exception when calling ContentManagementApi->post_contentmanagement_document: #{e}"
1952
1952
  end
1953
- ~~~
1953
+ ```
1954
1954
 
1955
1955
  ### Parameters
1956
1956
 
@@ -1976,7 +1976,7 @@ Name | Type | Description | Notes
1976
1976
 
1977
1977
  <a name="post_contentmanagement_document_content"></a>
1978
1978
 
1979
- ## -[**ReplaceResponse**](ReplaceResponse.html) post_contentmanagement_document_content(document_id, body, opts)
1979
+ ## [**ReplaceResponse**](ReplaceResponse.html) post_contentmanagement_document_content(document_id, body, opts)
1980
1980
 
1981
1981
 
1982
1982
 
@@ -1991,7 +1991,7 @@ Requires NO permissions:
1991
1991
 
1992
1992
 
1993
1993
  ### Example
1994
- ~~~ruby
1994
+ ```{"language":"ruby"}
1995
1995
  # load the gem
1996
1996
  require 'purecloudplatformclientv2'
1997
1997
  # setup authorization
@@ -2022,7 +2022,7 @@ begin
2022
2022
  rescue PureCloud::ApiError => e
2023
2023
  puts "Exception when calling ContentManagementApi->post_contentmanagement_document_content: #{e}"
2024
2024
  end
2025
- ~~~
2025
+ ```
2026
2026
 
2027
2027
  ### Parameters
2028
2028
 
@@ -2047,7 +2047,7 @@ Name | Type | Description | Notes
2047
2047
 
2048
2048
  <a name="post_contentmanagement_documents"></a>
2049
2049
 
2050
- ## -[**Document**](Document.html) post_contentmanagement_documents(body, opts)
2050
+ ## [**Document**](Document.html) post_contentmanagement_documents(body, opts)
2051
2051
 
2052
2052
 
2053
2053
 
@@ -2062,7 +2062,7 @@ Requires NO permissions:
2062
2062
 
2063
2063
 
2064
2064
  ### Example
2065
- ~~~ruby
2065
+ ```{"language":"ruby"}
2066
2066
  # load the gem
2067
2067
  require 'purecloudplatformclientv2'
2068
2068
  # setup authorization
@@ -2093,7 +2093,7 @@ begin
2093
2093
  rescue PureCloud::ApiError => e
2094
2094
  puts "Exception when calling ContentManagementApi->post_contentmanagement_documents: #{e}"
2095
2095
  end
2096
- ~~~
2096
+ ```
2097
2097
 
2098
2098
  ### Parameters
2099
2099
 
@@ -2119,7 +2119,7 @@ Name | Type | Description | Notes
2119
2119
 
2120
2120
  <a name="post_contentmanagement_query"></a>
2121
2121
 
2122
- ## -[**QueryResults**](QueryResults.html) post_contentmanagement_query(body, opts)
2122
+ ## [**QueryResults**](QueryResults.html) post_contentmanagement_query(body, opts)
2123
2123
 
2124
2124
 
2125
2125
 
@@ -2134,7 +2134,7 @@ Requires NO permissions:
2134
2134
 
2135
2135
 
2136
2136
  ### Example
2137
- ~~~ruby
2137
+ ```{"language":"ruby"}
2138
2138
  # load the gem
2139
2139
  require 'purecloudplatformclientv2'
2140
2140
  # setup authorization
@@ -2163,7 +2163,7 @@ begin
2163
2163
  rescue PureCloud::ApiError => e
2164
2164
  puts "Exception when calling ContentManagementApi->post_contentmanagement_query: #{e}"
2165
2165
  end
2166
- ~~~
2166
+ ```
2167
2167
 
2168
2168
  ### Parameters
2169
2169
 
@@ -2187,7 +2187,7 @@ Name | Type | Description | Notes
2187
2187
 
2188
2188
  <a name="post_contentmanagement_shares"></a>
2189
2189
 
2190
- ## -[**CreateShareResponse**](CreateShareResponse.html) post_contentmanagement_shares(body)
2190
+ ## [**CreateShareResponse**](CreateShareResponse.html) post_contentmanagement_shares(body)
2191
2191
 
2192
2192
 
2193
2193
 
@@ -2202,7 +2202,7 @@ Requires NO permissions:
2202
2202
 
2203
2203
 
2204
2204
  ### Example
2205
- ~~~ruby
2205
+ ```{"language":"ruby"}
2206
2206
  # load the gem
2207
2207
  require 'purecloudplatformclientv2'
2208
2208
  # setup authorization
@@ -2228,7 +2228,7 @@ begin
2228
2228
  rescue PureCloud::ApiError => e
2229
2229
  puts "Exception when calling ContentManagementApi->post_contentmanagement_shares: #{e}"
2230
2230
  end
2231
- ~~~
2231
+ ```
2232
2232
 
2233
2233
  ### Parameters
2234
2234
 
@@ -2251,7 +2251,7 @@ Name | Type | Description | Notes
2251
2251
 
2252
2252
  <a name="post_contentmanagement_workspace_tagvalues"></a>
2253
2253
 
2254
- ## -[**TagValue**](TagValue.html) post_contentmanagement_workspace_tagvalues(workspace_id, body)
2254
+ ## [**TagValue**](TagValue.html) post_contentmanagement_workspace_tagvalues(workspace_id, body)
2255
2255
 
2256
2256
 
2257
2257
 
@@ -2266,7 +2266,7 @@ Requires NO permissions:
2266
2266
 
2267
2267
 
2268
2268
  ### Example
2269
- ~~~ruby
2269
+ ```{"language":"ruby"}
2270
2270
  # load the gem
2271
2271
  require 'purecloudplatformclientv2'
2272
2272
  # setup authorization
@@ -2294,7 +2294,7 @@ begin
2294
2294
  rescue PureCloud::ApiError => e
2295
2295
  puts "Exception when calling ContentManagementApi->post_contentmanagement_workspace_tagvalues: #{e}"
2296
2296
  end
2297
- ~~~
2297
+ ```
2298
2298
 
2299
2299
  ### Parameters
2300
2300
 
@@ -2318,7 +2318,7 @@ Name | Type | Description | Notes
2318
2318
 
2319
2319
  <a name="post_contentmanagement_workspace_tagvalues_query"></a>
2320
2320
 
2321
- ## -[**TagValueEntityListing**](TagValueEntityListing.html) post_contentmanagement_workspace_tagvalues_query(workspace_id, body, opts)
2321
+ ## [**TagValueEntityListing**](TagValueEntityListing.html) post_contentmanagement_workspace_tagvalues_query(workspace_id, body, opts)
2322
2322
 
2323
2323
 
2324
2324
 
@@ -2333,7 +2333,7 @@ Requires NO permissions:
2333
2333
 
2334
2334
 
2335
2335
  ### Example
2336
- ~~~ruby
2336
+ ```{"language":"ruby"}
2337
2337
  # load the gem
2338
2338
  require 'purecloudplatformclientv2'
2339
2339
  # setup authorization
@@ -2364,7 +2364,7 @@ begin
2364
2364
  rescue PureCloud::ApiError => e
2365
2365
  puts "Exception when calling ContentManagementApi->post_contentmanagement_workspace_tagvalues_query: #{e}"
2366
2366
  end
2367
- ~~~
2367
+ ```
2368
2368
 
2369
2369
  ### Parameters
2370
2370
 
@@ -2389,7 +2389,7 @@ Name | Type | Description | Notes
2389
2389
 
2390
2390
  <a name="post_contentmanagement_workspaces"></a>
2391
2391
 
2392
- ## -[**Workspace**](Workspace.html) post_contentmanagement_workspaces(body)
2392
+ ## [**Workspace**](Workspace.html) post_contentmanagement_workspaces(body)
2393
2393
 
2394
2394
 
2395
2395
 
@@ -2404,7 +2404,7 @@ Requires NO permissions:
2404
2404
 
2405
2405
 
2406
2406
  ### Example
2407
- ~~~ruby
2407
+ ```{"language":"ruby"}
2408
2408
  # load the gem
2409
2409
  require 'purecloudplatformclientv2'
2410
2410
  # setup authorization
@@ -2430,7 +2430,7 @@ begin
2430
2430
  rescue PureCloud::ApiError => e
2431
2431
  puts "Exception when calling ContentManagementApi->post_contentmanagement_workspaces: #{e}"
2432
2432
  end
2433
- ~~~
2433
+ ```
2434
2434
 
2435
2435
  ### Parameters
2436
2436
 
@@ -2453,7 +2453,7 @@ Name | Type | Description | Notes
2453
2453
 
2454
2454
  <a name="put_contentmanagement_workspace"></a>
2455
2455
 
2456
- ## -[**Workspace**](Workspace.html) put_contentmanagement_workspace(workspace_id, body)
2456
+ ## [**Workspace**](Workspace.html) put_contentmanagement_workspace(workspace_id, body)
2457
2457
 
2458
2458
 
2459
2459
 
@@ -2468,7 +2468,7 @@ Requires NO permissions:
2468
2468
 
2469
2469
 
2470
2470
  ### Example
2471
- ~~~ruby
2471
+ ```{"language":"ruby"}
2472
2472
  # load the gem
2473
2473
  require 'purecloudplatformclientv2'
2474
2474
  # setup authorization
@@ -2496,7 +2496,7 @@ begin
2496
2496
  rescue PureCloud::ApiError => e
2497
2497
  puts "Exception when calling ContentManagementApi->put_contentmanagement_workspace: #{e}"
2498
2498
  end
2499
- ~~~
2499
+ ```
2500
2500
 
2501
2501
  ### Parameters
2502
2502
 
@@ -2520,7 +2520,7 @@ Name | Type | Description | Notes
2520
2520
 
2521
2521
  <a name="put_contentmanagement_workspace_member"></a>
2522
2522
 
2523
- ## -[**WorkspaceMember**](WorkspaceMember.html) put_contentmanagement_workspace_member(workspace_id, member_id, body)
2523
+ ## [**WorkspaceMember**](WorkspaceMember.html) put_contentmanagement_workspace_member(workspace_id, member_id, body)
2524
2524
 
2525
2525
 
2526
2526
 
@@ -2535,7 +2535,7 @@ Requires NO permissions:
2535
2535
 
2536
2536
 
2537
2537
  ### Example
2538
- ~~~ruby
2538
+ ```{"language":"ruby"}
2539
2539
  # load the gem
2540
2540
  require 'purecloudplatformclientv2'
2541
2541
  # setup authorization
@@ -2565,7 +2565,7 @@ begin
2565
2565
  rescue PureCloud::ApiError => e
2566
2566
  puts "Exception when calling ContentManagementApi->put_contentmanagement_workspace_member: #{e}"
2567
2567
  end
2568
- ~~~
2568
+ ```
2569
2569
 
2570
2570
  ### Parameters
2571
2571
 
@@ -2590,7 +2590,7 @@ Name | Type | Description | Notes
2590
2590
 
2591
2591
  <a name="put_contentmanagement_workspace_tagvalue"></a>
2592
2592
 
2593
- ## -[**TagValue**](TagValue.html) put_contentmanagement_workspace_tagvalue(workspace_id, tag_id, body)
2593
+ ## [**TagValue**](TagValue.html) put_contentmanagement_workspace_tagvalue(workspace_id, tag_id, body)
2594
2594
 
2595
2595
 
2596
2596
 
@@ -2605,7 +2605,7 @@ Requires NO permissions:
2605
2605
 
2606
2606
 
2607
2607
  ### Example
2608
- ~~~ruby
2608
+ ```{"language":"ruby"}
2609
2609
  # load the gem
2610
2610
  require 'purecloudplatformclientv2'
2611
2611
  # setup authorization
@@ -2635,7 +2635,7 @@ begin
2635
2635
  rescue PureCloud::ApiError => e
2636
2636
  puts "Exception when calling ContentManagementApi->put_contentmanagement_workspace_tagvalue: #{e}"
2637
2637
  end
2638
- ~~~
2638
+ ```
2639
2639
 
2640
2640
  ### Parameters
2641
2641