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/LocationsApi.md CHANGED
@@ -19,7 +19,7 @@ Method | Description
19
19
 
20
20
  <a name="delete_location"></a>
21
21
 
22
- ## - delete_location(location_id)
22
+ ## delete_location(location_id)
23
23
 
24
24
 
25
25
 
@@ -35,7 +35,7 @@ Requires ANY permissions:
35
35
 
36
36
 
37
37
  ### Example
38
- ~~~ruby
38
+ ```{"language":"ruby"}
39
39
  # load the gem
40
40
  require 'purecloudplatformclientv2'
41
41
  # setup authorization
@@ -60,7 +60,7 @@ begin
60
60
  rescue PureCloud::ApiError => e
61
61
  puts "Exception when calling LocationsApi->delete_location: #{e}"
62
62
  end
63
- ~~~
63
+ ```
64
64
 
65
65
  ### Parameters
66
66
 
@@ -83,7 +83,7 @@ nil (empty response body)
83
83
 
84
84
  <a name="get_location"></a>
85
85
 
86
- ## -[**LocationDefinition**](LocationDefinition.html) get_location(location_id)
86
+ ## [**LocationDefinition**](LocationDefinition.html) get_location(location_id)
87
87
 
88
88
 
89
89
 
@@ -99,7 +99,7 @@ Requires ANY permissions:
99
99
 
100
100
 
101
101
  ### Example
102
- ~~~ruby
102
+ ```{"language":"ruby"}
103
103
  # load the gem
104
104
  require 'purecloudplatformclientv2'
105
105
  # setup authorization
@@ -125,7 +125,7 @@ begin
125
125
  rescue PureCloud::ApiError => e
126
126
  puts "Exception when calling LocationsApi->get_location: #{e}"
127
127
  end
128
- ~~~
128
+ ```
129
129
 
130
130
  ### Parameters
131
131
 
@@ -148,7 +148,7 @@ Name | Type | Description | Notes
148
148
 
149
149
  <a name="get_locations"></a>
150
150
 
151
- ## -[**LocationEntityListing**](LocationEntityListing.html) get_locations(opts)
151
+ ## [**LocationEntityListing**](LocationEntityListing.html) get_locations(opts)
152
152
 
153
153
 
154
154
 
@@ -163,7 +163,7 @@ Requires NO permissions:
163
163
 
164
164
 
165
165
  ### Example
166
- ~~~ruby
166
+ ```{"language":"ruby"}
167
167
  # load the gem
168
168
  require 'purecloudplatformclientv2'
169
169
  # setup authorization
@@ -193,7 +193,7 @@ begin
193
193
  rescue PureCloud::ApiError => e
194
194
  puts "Exception when calling LocationsApi->get_locations: #{e}"
195
195
  end
196
- ~~~
196
+ ```
197
197
 
198
198
  ### Parameters
199
199
 
@@ -219,7 +219,7 @@ Name | Type | Description | Notes
219
219
 
220
220
  <a name="get_locations_search"></a>
221
221
 
222
- ## -[**LocationsSearchResponse**](LocationsSearchResponse.html) get_locations_search(q64, opts)
222
+ ## [**LocationsSearchResponse**](LocationsSearchResponse.html) get_locations_search(q64, opts)
223
223
 
224
224
 
225
225
 
@@ -234,7 +234,7 @@ Requires NO permissions:
234
234
 
235
235
 
236
236
  ### Example
237
- ~~~ruby
237
+ ```{"language":"ruby"}
238
238
  # load the gem
239
239
  require 'purecloudplatformclientv2'
240
240
  # setup authorization
@@ -263,7 +263,7 @@ begin
263
263
  rescue PureCloud::ApiError => e
264
264
  puts "Exception when calling LocationsApi->get_locations_search: #{e}"
265
265
  end
266
- ~~~
266
+ ```
267
267
 
268
268
  ### Parameters
269
269
 
@@ -287,7 +287,7 @@ Name | Type | Description | Notes
287
287
 
288
288
  <a name="patch_location"></a>
289
289
 
290
- ## -[**LocationDefinition**](LocationDefinition.html) patch_location(location_id, body)
290
+ ## [**LocationDefinition**](LocationDefinition.html) patch_location(location_id, body)
291
291
 
292
292
 
293
293
 
@@ -303,7 +303,7 @@ Requires ANY permissions:
303
303
 
304
304
 
305
305
  ### Example
306
- ~~~ruby
306
+ ```{"language":"ruby"}
307
307
  # load the gem
308
308
  require 'purecloudplatformclientv2'
309
309
  # setup authorization
@@ -331,7 +331,7 @@ begin
331
331
  rescue PureCloud::ApiError => e
332
332
  puts "Exception when calling LocationsApi->patch_location: #{e}"
333
333
  end
334
- ~~~
334
+ ```
335
335
 
336
336
  ### Parameters
337
337
 
@@ -355,7 +355,7 @@ Name | Type | Description | Notes
355
355
 
356
356
  <a name="post_locations"></a>
357
357
 
358
- ## -[**LocationDefinition**](LocationDefinition.html) post_locations(body)
358
+ ## [**LocationDefinition**](LocationDefinition.html) post_locations(body)
359
359
 
360
360
 
361
361
 
@@ -371,7 +371,7 @@ Requires ANY permissions:
371
371
 
372
372
 
373
373
  ### Example
374
- ~~~ruby
374
+ ```{"language":"ruby"}
375
375
  # load the gem
376
376
  require 'purecloudplatformclientv2'
377
377
  # setup authorization
@@ -397,7 +397,7 @@ begin
397
397
  rescue PureCloud::ApiError => e
398
398
  puts "Exception when calling LocationsApi->post_locations: #{e}"
399
399
  end
400
- ~~~
400
+ ```
401
401
 
402
402
  ### Parameters
403
403
 
@@ -420,7 +420,7 @@ Name | Type | Description | Notes
420
420
 
421
421
  <a name="post_locations_search"></a>
422
422
 
423
- ## -[**LocationsSearchResponse**](LocationsSearchResponse.html) post_locations_search(body)
423
+ ## [**LocationsSearchResponse**](LocationsSearchResponse.html) post_locations_search(body)
424
424
 
425
425
 
426
426
 
@@ -435,7 +435,7 @@ Requires NO permissions:
435
435
 
436
436
 
437
437
  ### Example
438
- ~~~ruby
438
+ ```{"language":"ruby"}
439
439
  # load the gem
440
440
  require 'purecloudplatformclientv2'
441
441
  # setup authorization
@@ -461,7 +461,7 @@ begin
461
461
  rescue PureCloud::ApiError => e
462
462
  puts "Exception when calling LocationsApi->post_locations_search: #{e}"
463
463
  end
464
- ~~~
464
+ ```
465
465
 
466
466
  ### Parameters
467
467
 
data/docs/MessagingApi.md CHANGED
@@ -26,7 +26,7 @@ Method | Description
26
26
 
27
27
  <a name="delete_messaging_integrations_facebook_integration_id"></a>
28
28
 
29
- ## - delete_messaging_integrations_facebook_integration_id(integration_id)
29
+ ## delete_messaging_integrations_facebook_integration_id(integration_id)
30
30
 
31
31
 
32
32
 
@@ -42,7 +42,7 @@ Requires ANY permissions:
42
42
 
43
43
 
44
44
  ### Example
45
- ~~~ruby
45
+ ```{"language":"ruby"}
46
46
  # load the gem
47
47
  require 'purecloudplatformclientv2'
48
48
  # setup authorization
@@ -67,7 +67,7 @@ begin
67
67
  rescue PureCloud::ApiError => e
68
68
  puts "Exception when calling MessagingApi->delete_messaging_integrations_facebook_integration_id: #{e}"
69
69
  end
70
- ~~~
70
+ ```
71
71
 
72
72
  ### Parameters
73
73
 
@@ -90,7 +90,7 @@ nil (empty response body)
90
90
 
91
91
  <a name="delete_messaging_integrations_line_integration_id"></a>
92
92
 
93
- ## - delete_messaging_integrations_line_integration_id(integration_id)
93
+ ## delete_messaging_integrations_line_integration_id(integration_id)
94
94
 
95
95
 
96
96
 
@@ -106,7 +106,7 @@ Requires ANY permissions:
106
106
 
107
107
 
108
108
  ### Example
109
- ~~~ruby
109
+ ```{"language":"ruby"}
110
110
  # load the gem
111
111
  require 'purecloudplatformclientv2'
112
112
  # setup authorization
@@ -131,7 +131,7 @@ begin
131
131
  rescue PureCloud::ApiError => e
132
132
  puts "Exception when calling MessagingApi->delete_messaging_integrations_line_integration_id: #{e}"
133
133
  end
134
- ~~~
134
+ ```
135
135
 
136
136
  ### Parameters
137
137
 
@@ -154,7 +154,7 @@ nil (empty response body)
154
154
 
155
155
  <a name="delete_messaging_integrations_twitter_integration_id"></a>
156
156
 
157
- ## - delete_messaging_integrations_twitter_integration_id(integration_id)
157
+ ## delete_messaging_integrations_twitter_integration_id(integration_id)
158
158
 
159
159
 
160
160
 
@@ -170,7 +170,7 @@ Requires ANY permissions:
170
170
 
171
171
 
172
172
  ### Example
173
- ~~~ruby
173
+ ```{"language":"ruby"}
174
174
  # load the gem
175
175
  require 'purecloudplatformclientv2'
176
176
  # setup authorization
@@ -195,7 +195,7 @@ begin
195
195
  rescue PureCloud::ApiError => e
196
196
  puts "Exception when calling MessagingApi->delete_messaging_integrations_twitter_integration_id: #{e}"
197
197
  end
198
- ~~~
198
+ ```
199
199
 
200
200
  ### Parameters
201
201
 
@@ -218,7 +218,7 @@ nil (empty response body)
218
218
 
219
219
  <a name="get_messaging_integrations_facebook"></a>
220
220
 
221
- ## -[**FacebookIntegrationEntityListing**](FacebookIntegrationEntityListing.html) get_messaging_integrations_facebook(opts)
221
+ ## [**FacebookIntegrationEntityListing**](FacebookIntegrationEntityListing.html) get_messaging_integrations_facebook(opts)
222
222
 
223
223
 
224
224
 
@@ -234,7 +234,7 @@ Requires ANY permissions:
234
234
 
235
235
 
236
236
  ### Example
237
- ~~~ruby
237
+ ```{"language":"ruby"}
238
238
  # load the gem
239
239
  require 'purecloudplatformclientv2'
240
240
  # setup authorization
@@ -262,7 +262,7 @@ begin
262
262
  rescue PureCloud::ApiError => e
263
263
  puts "Exception when calling MessagingApi->get_messaging_integrations_facebook: #{e}"
264
264
  end
265
- ~~~
265
+ ```
266
266
 
267
267
  ### Parameters
268
268
 
@@ -286,7 +286,7 @@ Name | Type | Description | Notes
286
286
 
287
287
  <a name="get_messaging_integrations_facebook_integration_id"></a>
288
288
 
289
- ## -[**FacebookIntegration**](FacebookIntegration.html) get_messaging_integrations_facebook_integration_id(integration_id)
289
+ ## [**FacebookIntegration**](FacebookIntegration.html) get_messaging_integrations_facebook_integration_id(integration_id)
290
290
 
291
291
 
292
292
 
@@ -302,7 +302,7 @@ Requires ANY permissions:
302
302
 
303
303
 
304
304
  ### Example
305
- ~~~ruby
305
+ ```{"language":"ruby"}
306
306
  # load the gem
307
307
  require 'purecloudplatformclientv2'
308
308
  # setup authorization
@@ -328,7 +328,7 @@ begin
328
328
  rescue PureCloud::ApiError => e
329
329
  puts "Exception when calling MessagingApi->get_messaging_integrations_facebook_integration_id: #{e}"
330
330
  end
331
- ~~~
331
+ ```
332
332
 
333
333
  ### Parameters
334
334
 
@@ -351,7 +351,7 @@ Name | Type | Description | Notes
351
351
 
352
352
  <a name="get_messaging_integrations_line"></a>
353
353
 
354
- ## -[**LineIntegrationEntityListing**](LineIntegrationEntityListing.html) get_messaging_integrations_line(opts)
354
+ ## [**LineIntegrationEntityListing**](LineIntegrationEntityListing.html) get_messaging_integrations_line(opts)
355
355
 
356
356
 
357
357
 
@@ -367,7 +367,7 @@ Requires ANY permissions:
367
367
 
368
368
 
369
369
  ### Example
370
- ~~~ruby
370
+ ```{"language":"ruby"}
371
371
  # load the gem
372
372
  require 'purecloudplatformclientv2'
373
373
  # setup authorization
@@ -395,7 +395,7 @@ begin
395
395
  rescue PureCloud::ApiError => e
396
396
  puts "Exception when calling MessagingApi->get_messaging_integrations_line: #{e}"
397
397
  end
398
- ~~~
398
+ ```
399
399
 
400
400
  ### Parameters
401
401
 
@@ -419,7 +419,7 @@ Name | Type | Description | Notes
419
419
 
420
420
  <a name="get_messaging_integrations_line_integration_id"></a>
421
421
 
422
- ## -[**LineIntegration**](LineIntegration.html) get_messaging_integrations_line_integration_id(integration_id)
422
+ ## [**LineIntegration**](LineIntegration.html) get_messaging_integrations_line_integration_id(integration_id)
423
423
 
424
424
 
425
425
 
@@ -435,7 +435,7 @@ Requires ANY permissions:
435
435
 
436
436
 
437
437
  ### Example
438
- ~~~ruby
438
+ ```{"language":"ruby"}
439
439
  # load the gem
440
440
  require 'purecloudplatformclientv2'
441
441
  # setup authorization
@@ -461,7 +461,7 @@ begin
461
461
  rescue PureCloud::ApiError => e
462
462
  puts "Exception when calling MessagingApi->get_messaging_integrations_line_integration_id: #{e}"
463
463
  end
464
- ~~~
464
+ ```
465
465
 
466
466
  ### Parameters
467
467
 
@@ -484,7 +484,7 @@ Name | Type | Description | Notes
484
484
 
485
485
  <a name="get_messaging_integrations_twitter"></a>
486
486
 
487
- ## -[**TwitterIntegrationEntityListing**](TwitterIntegrationEntityListing.html) get_messaging_integrations_twitter(opts)
487
+ ## [**TwitterIntegrationEntityListing**](TwitterIntegrationEntityListing.html) get_messaging_integrations_twitter(opts)
488
488
 
489
489
 
490
490
 
@@ -500,7 +500,7 @@ Requires ANY permissions:
500
500
 
501
501
 
502
502
  ### Example
503
- ~~~ruby
503
+ ```{"language":"ruby"}
504
504
  # load the gem
505
505
  require 'purecloudplatformclientv2'
506
506
  # setup authorization
@@ -528,7 +528,7 @@ begin
528
528
  rescue PureCloud::ApiError => e
529
529
  puts "Exception when calling MessagingApi->get_messaging_integrations_twitter: #{e}"
530
530
  end
531
- ~~~
531
+ ```
532
532
 
533
533
  ### Parameters
534
534
 
@@ -552,7 +552,7 @@ Name | Type | Description | Notes
552
552
 
553
553
  <a name="get_messaging_integrations_twitter_integration_id"></a>
554
554
 
555
- ## -[**TwitterIntegration**](TwitterIntegration.html) get_messaging_integrations_twitter_integration_id(integration_id)
555
+ ## [**TwitterIntegration**](TwitterIntegration.html) get_messaging_integrations_twitter_integration_id(integration_id)
556
556
 
557
557
 
558
558
 
@@ -568,7 +568,7 @@ Requires ANY permissions:
568
568
 
569
569
 
570
570
  ### Example
571
- ~~~ruby
571
+ ```{"language":"ruby"}
572
572
  # load the gem
573
573
  require 'purecloudplatformclientv2'
574
574
  # setup authorization
@@ -594,7 +594,7 @@ begin
594
594
  rescue PureCloud::ApiError => e
595
595
  puts "Exception when calling MessagingApi->get_messaging_integrations_twitter_integration_id: #{e}"
596
596
  end
597
- ~~~
597
+ ```
598
598
 
599
599
  ### Parameters
600
600
 
@@ -617,7 +617,7 @@ Name | Type | Description | Notes
617
617
 
618
618
  <a name="get_messaging_sticker"></a>
619
619
 
620
- ## -[**MessagingStickerEntityListing**](MessagingStickerEntityListing.html) get_messaging_sticker(messenger_type, opts)
620
+ ## [**MessagingStickerEntityListing**](MessagingStickerEntityListing.html) get_messaging_sticker(messenger_type, opts)
621
621
 
622
622
 
623
623
 
@@ -633,7 +633,7 @@ Requires ANY permissions:
633
633
 
634
634
 
635
635
  ### Example
636
- ~~~ruby
636
+ ```{"language":"ruby"}
637
637
  # load the gem
638
638
  require 'purecloudplatformclientv2'
639
639
  # setup authorization
@@ -663,7 +663,7 @@ begin
663
663
  rescue PureCloud::ApiError => e
664
664
  puts "Exception when calling MessagingApi->get_messaging_sticker: #{e}"
665
665
  end
666
- ~~~
666
+ ```
667
667
 
668
668
  ### Parameters
669
669
 
@@ -688,7 +688,7 @@ Name | Type | Description | Notes
688
688
 
689
689
  <a name="post_messaging_integrations_facebook"></a>
690
690
 
691
- ## -[**FacebookIntegration**](FacebookIntegration.html) post_messaging_integrations_facebook(body)
691
+ ## [**FacebookIntegration**](FacebookIntegration.html) post_messaging_integrations_facebook(body)
692
692
 
693
693
 
694
694
 
@@ -704,7 +704,7 @@ Requires ANY permissions:
704
704
 
705
705
 
706
706
  ### Example
707
- ~~~ruby
707
+ ```{"language":"ruby"}
708
708
  # load the gem
709
709
  require 'purecloudplatformclientv2'
710
710
  # setup authorization
@@ -730,7 +730,7 @@ begin
730
730
  rescue PureCloud::ApiError => e
731
731
  puts "Exception when calling MessagingApi->post_messaging_integrations_facebook: #{e}"
732
732
  end
733
- ~~~
733
+ ```
734
734
 
735
735
  ### Parameters
736
736
 
@@ -753,7 +753,7 @@ Name | Type | Description | Notes
753
753
 
754
754
  <a name="post_messaging_integrations_line"></a>
755
755
 
756
- ## -[**LineIntegration**](LineIntegration.html) post_messaging_integrations_line(body)
756
+ ## [**LineIntegration**](LineIntegration.html) post_messaging_integrations_line(body)
757
757
 
758
758
 
759
759
 
@@ -769,7 +769,7 @@ Requires ANY permissions:
769
769
 
770
770
 
771
771
  ### Example
772
- ~~~ruby
772
+ ```{"language":"ruby"}
773
773
  # load the gem
774
774
  require 'purecloudplatformclientv2'
775
775
  # setup authorization
@@ -795,7 +795,7 @@ begin
795
795
  rescue PureCloud::ApiError => e
796
796
  puts "Exception when calling MessagingApi->post_messaging_integrations_line: #{e}"
797
797
  end
798
- ~~~
798
+ ```
799
799
 
800
800
  ### Parameters
801
801
 
@@ -818,7 +818,7 @@ Name | Type | Description | Notes
818
818
 
819
819
  <a name="post_messaging_integrations_twitter"></a>
820
820
 
821
- ## -[**TwitterIntegration**](TwitterIntegration.html) post_messaging_integrations_twitter(body)
821
+ ## [**TwitterIntegration**](TwitterIntegration.html) post_messaging_integrations_twitter(body)
822
822
 
823
823
 
824
824
 
@@ -834,7 +834,7 @@ Requires ANY permissions:
834
834
 
835
835
 
836
836
  ### Example
837
- ~~~ruby
837
+ ```{"language":"ruby"}
838
838
  # load the gem
839
839
  require 'purecloudplatformclientv2'
840
840
  # setup authorization
@@ -860,7 +860,7 @@ begin
860
860
  rescue PureCloud::ApiError => e
861
861
  puts "Exception when calling MessagingApi->post_messaging_integrations_twitter: #{e}"
862
862
  end
863
- ~~~
863
+ ```
864
864
 
865
865
  ### Parameters
866
866
 
@@ -883,7 +883,7 @@ Name | Type | Description | Notes
883
883
 
884
884
  <a name="put_messaging_integrations_line_integration_id"></a>
885
885
 
886
- ## -[**LineIntegration**](LineIntegration.html) put_messaging_integrations_line_integration_id(integration_id, body)
886
+ ## [**LineIntegration**](LineIntegration.html) put_messaging_integrations_line_integration_id(integration_id, body)
887
887
 
888
888
 
889
889
 
@@ -899,7 +899,7 @@ Requires ANY permissions:
899
899
 
900
900
 
901
901
  ### Example
902
- ~~~ruby
902
+ ```{"language":"ruby"}
903
903
  # load the gem
904
904
  require 'purecloudplatformclientv2'
905
905
  # setup authorization
@@ -927,7 +927,7 @@ begin
927
927
  rescue PureCloud::ApiError => e
928
928
  puts "Exception when calling MessagingApi->put_messaging_integrations_line_integration_id: #{e}"
929
929
  end
930
- ~~~
930
+ ```
931
931
 
932
932
  ### Parameters
933
933