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/PresenceApi.md CHANGED
@@ -21,7 +21,7 @@ Method | Description
21
21
 
22
22
  <a name="delete_presencedefinition"></a>
23
23
 
24
- ## - delete_presencedefinition(presence_id)
24
+ ## delete_presencedefinition(presence_id)
25
25
 
26
26
 
27
27
 
@@ -37,7 +37,7 @@ Requires ANY permissions:
37
37
 
38
38
 
39
39
  ### Example
40
- ~~~ruby
40
+ ```{"language":"ruby"}
41
41
  # load the gem
42
42
  require 'purecloudplatformclientv2'
43
43
  # setup authorization
@@ -62,7 +62,7 @@ begin
62
62
  rescue PureCloud::ApiError => e
63
63
  puts "Exception when calling PresenceApi->delete_presencedefinition: #{e}"
64
64
  end
65
- ~~~
65
+ ```
66
66
 
67
67
  ### Parameters
68
68
 
@@ -85,7 +85,7 @@ nil (empty response body)
85
85
 
86
86
  <a name="get_presencedefinition"></a>
87
87
 
88
- ## -[**OrganizationPresence**](OrganizationPresence.html) get_presencedefinition(presence_id, opts)
88
+ ## [**OrganizationPresence**](OrganizationPresence.html) get_presencedefinition(presence_id, opts)
89
89
 
90
90
 
91
91
 
@@ -100,7 +100,7 @@ Requires NO permissions:
100
100
 
101
101
 
102
102
  ### Example
103
- ~~~ruby
103
+ ```{"language":"ruby"}
104
104
  # load the gem
105
105
  require 'purecloudplatformclientv2'
106
106
  # setup authorization
@@ -129,7 +129,7 @@ begin
129
129
  rescue PureCloud::ApiError => e
130
130
  puts "Exception when calling PresenceApi->get_presencedefinition: #{e}"
131
131
  end
132
- ~~~
132
+ ```
133
133
 
134
134
  ### Parameters
135
135
 
@@ -153,7 +153,7 @@ Name | Type | Description | Notes
153
153
 
154
154
  <a name="get_presencedefinitions"></a>
155
155
 
156
- ## -[**OrganizationPresenceEntityListing**](OrganizationPresenceEntityListing.html) get_presencedefinitions(opts)
156
+ ## [**OrganizationPresenceEntityListing**](OrganizationPresenceEntityListing.html) get_presencedefinitions(opts)
157
157
 
158
158
 
159
159
 
@@ -168,7 +168,7 @@ Requires NO permissions:
168
168
 
169
169
 
170
170
  ### Example
171
- ~~~ruby
171
+ ```{"language":"ruby"}
172
172
  # load the gem
173
173
  require 'purecloudplatformclientv2'
174
174
  # setup authorization
@@ -198,7 +198,7 @@ begin
198
198
  rescue PureCloud::ApiError => e
199
199
  puts "Exception when calling PresenceApi->get_presencedefinitions: #{e}"
200
200
  end
201
- ~~~
201
+ ```
202
202
 
203
203
  ### Parameters
204
204
 
@@ -224,7 +224,7 @@ Name | Type | Description | Notes
224
224
 
225
225
  <a name="get_systempresences"></a>
226
226
 
227
- ## -[**Array&lt;SystemPresence&gt;**](SystemPresence.html) get_systempresences
227
+ ## [**Array&lt;SystemPresence&gt;**](SystemPresence.html) get_systempresences
228
228
 
229
229
 
230
230
 
@@ -239,7 +239,7 @@ Requires NO permissions:
239
239
 
240
240
 
241
241
  ### Example
242
- ~~~ruby
242
+ ```{"language":"ruby"}
243
243
  # load the gem
244
244
  require 'purecloudplatformclientv2'
245
245
  # setup authorization
@@ -262,7 +262,7 @@ begin
262
262
  rescue PureCloud::ApiError => e
263
263
  puts "Exception when calling PresenceApi->get_systempresences: #{e}"
264
264
  end
265
- ~~~
265
+ ```
266
266
 
267
267
  ### Parameters
268
268
  This endpoint does not need any parameter.
@@ -282,7 +282,7 @@ This endpoint does not need any parameter.
282
282
 
283
283
  <a name="get_user_presence"></a>
284
284
 
285
- ## -[**UserPresence**](UserPresence.html) get_user_presence(user_id, source_id)
285
+ ## [**UserPresence**](UserPresence.html) get_user_presence(user_id, source_id)
286
286
 
287
287
 
288
288
 
@@ -297,7 +297,7 @@ Requires NO permissions:
297
297
 
298
298
 
299
299
  ### Example
300
- ~~~ruby
300
+ ```{"language":"ruby"}
301
301
  # load the gem
302
302
  require 'purecloudplatformclientv2'
303
303
  # setup authorization
@@ -325,7 +325,7 @@ begin
325
325
  rescue PureCloud::ApiError => e
326
326
  puts "Exception when calling PresenceApi->get_user_presence: #{e}"
327
327
  end
328
- ~~~
328
+ ```
329
329
 
330
330
  ### Parameters
331
331
 
@@ -349,7 +349,7 @@ Name | Type | Description | Notes
349
349
 
350
350
  <a name="patch_user_presence"></a>
351
351
 
352
- ## -[**UserPresence**](UserPresence.html) patch_user_presence(user_id, source_id, body)
352
+ ## [**UserPresence**](UserPresence.html) patch_user_presence(user_id, source_id, body)
353
353
 
354
354
 
355
355
 
@@ -364,7 +364,7 @@ Requires NO permissions:
364
364
 
365
365
 
366
366
  ### Example
367
- ~~~ruby
367
+ ```{"language":"ruby"}
368
368
  # load the gem
369
369
  require 'purecloudplatformclientv2'
370
370
  # setup authorization
@@ -394,7 +394,7 @@ begin
394
394
  rescue PureCloud::ApiError => e
395
395
  puts "Exception when calling PresenceApi->patch_user_presence: #{e}"
396
396
  end
397
- ~~~
397
+ ```
398
398
 
399
399
  ### Parameters
400
400
 
@@ -419,7 +419,7 @@ Name | Type | Description | Notes
419
419
 
420
420
  <a name="post_presencedefinitions"></a>
421
421
 
422
- ## -[**OrganizationPresence**](OrganizationPresence.html) post_presencedefinitions(body)
422
+ ## [**OrganizationPresence**](OrganizationPresence.html) post_presencedefinitions(body)
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 PresenceApi->post_presencedefinitions: #{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="put_presencedefinition"></a>
486
486
 
487
- ## -[**OrganizationPresence**](OrganizationPresence.html) put_presencedefinition(presence_id, body)
487
+ ## [**OrganizationPresence**](OrganizationPresence.html) put_presencedefinition(presence_id, body)
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 PresenceApi->put_presencedefinition: #{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="put_users_presences_bulk"></a>
554
554
 
555
- ## -[**Array&lt;UserPresence&gt;**](UserPresence.html) put_users_presences_bulk(body)
555
+ ## [**Array&lt;UserPresence&gt;**](UserPresence.html) put_users_presences_bulk(body)
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 PresenceApi->put_users_presences_bulk: #{e}"
596
596
  end
597
- ~~~
597
+ ```
598
598
 
599
599
  ### Parameters
600
600
 
data/docs/QualityApi.md CHANGED
@@ -70,7 +70,7 @@ Method | Description
70
70
 
71
71
  <a name="delete_quality_calibration"></a>
72
72
 
73
- ## -[**Calibration**](Calibration.html) delete_quality_calibration(calibration_id, calibrator_id)
73
+ ## [**Calibration**](Calibration.html) delete_quality_calibration(calibration_id, calibrator_id)
74
74
 
75
75
 
76
76
 
@@ -85,7 +85,7 @@ Requires NO permissions:
85
85
 
86
86
 
87
87
  ### Example
88
- ~~~ruby
88
+ ```{"language":"ruby"}
89
89
  # load the gem
90
90
  require 'purecloudplatformclientv2'
91
91
  # setup authorization
@@ -113,7 +113,7 @@ begin
113
113
  rescue PureCloud::ApiError => e
114
114
  puts "Exception when calling QualityApi->delete_quality_calibration: #{e}"
115
115
  end
116
- ~~~
116
+ ```
117
117
 
118
118
  ### Parameters
119
119
 
@@ -137,7 +137,7 @@ Name | Type | Description | Notes
137
137
 
138
138
  <a name="delete_quality_conversation_evaluation"></a>
139
139
 
140
- ## -[**Evaluation**](Evaluation.html) delete_quality_conversation_evaluation(conversation_id, evaluation_id, opts)
140
+ ## [**Evaluation**](Evaluation.html) delete_quality_conversation_evaluation(conversation_id, evaluation_id, opts)
141
141
 
142
142
 
143
143
 
@@ -152,7 +152,7 @@ Requires NO permissions:
152
152
 
153
153
 
154
154
  ### Example
155
- ~~~ruby
155
+ ```{"language":"ruby"}
156
156
  # load the gem
157
157
  require 'purecloudplatformclientv2'
158
158
  # setup authorization
@@ -183,7 +183,7 @@ begin
183
183
  rescue PureCloud::ApiError => e
184
184
  puts "Exception when calling QualityApi->delete_quality_conversation_evaluation: #{e}"
185
185
  end
186
- ~~~
186
+ ```
187
187
 
188
188
  ### Parameters
189
189
 
@@ -208,7 +208,7 @@ Name | Type | Description | Notes
208
208
 
209
209
  <a name="delete_quality_form"></a>
210
210
 
211
- ## - delete_quality_form(form_id)
211
+ ## delete_quality_form(form_id)
212
212
 
213
213
  <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>
214
214
 
@@ -224,7 +224,7 @@ Requires ANY permissions:
224
224
 
225
225
 
226
226
  ### Example
227
- ~~~ruby
227
+ ```{"language":"ruby"}
228
228
  # load the gem
229
229
  require 'purecloudplatformclientv2'
230
230
  # setup authorization
@@ -249,7 +249,7 @@ begin
249
249
  rescue PureCloud::ApiError => e
250
250
  puts "Exception when calling QualityApi->delete_quality_form: #{e}"
251
251
  end
252
- ~~~
252
+ ```
253
253
 
254
254
  ### Parameters
255
255
 
@@ -272,7 +272,7 @@ nil (empty response body)
272
272
 
273
273
  <a name="delete_quality_forms_evaluation"></a>
274
274
 
275
- ## - delete_quality_forms_evaluation(form_id)
275
+ ## delete_quality_forms_evaluation(form_id)
276
276
 
277
277
 
278
278
 
@@ -288,7 +288,7 @@ Requires ANY permissions:
288
288
 
289
289
 
290
290
  ### Example
291
- ~~~ruby
291
+ ```{"language":"ruby"}
292
292
  # load the gem
293
293
  require 'purecloudplatformclientv2'
294
294
  # setup authorization
@@ -313,7 +313,7 @@ begin
313
313
  rescue PureCloud::ApiError => e
314
314
  puts "Exception when calling QualityApi->delete_quality_forms_evaluation: #{e}"
315
315
  end
316
- ~~~
316
+ ```
317
317
 
318
318
  ### Parameters
319
319
 
@@ -336,7 +336,7 @@ nil (empty response body)
336
336
 
337
337
  <a name="delete_quality_forms_survey"></a>
338
338
 
339
- ## - delete_quality_forms_survey(form_id)
339
+ ## delete_quality_forms_survey(form_id)
340
340
 
341
341
 
342
342
 
@@ -352,7 +352,7 @@ Requires ANY permissions:
352
352
 
353
353
 
354
354
  ### Example
355
- ~~~ruby
355
+ ```{"language":"ruby"}
356
356
  # load the gem
357
357
  require 'purecloudplatformclientv2'
358
358
  # setup authorization
@@ -377,7 +377,7 @@ begin
377
377
  rescue PureCloud::ApiError => e
378
378
  puts "Exception when calling QualityApi->delete_quality_forms_survey: #{e}"
379
379
  end
380
- ~~~
380
+ ```
381
381
 
382
382
  ### Parameters
383
383
 
@@ -400,7 +400,7 @@ nil (empty response body)
400
400
 
401
401
  <a name="delete_quality_keywordset"></a>
402
402
 
403
- ## - delete_quality_keywordset(keyword_set_id)
403
+ ## delete_quality_keywordset(keyword_set_id)
404
404
 
405
405
 
406
406
 
@@ -415,7 +415,7 @@ Requires NO permissions:
415
415
 
416
416
 
417
417
  ### Example
418
- ~~~ruby
418
+ ```{"language":"ruby"}
419
419
  # load the gem
420
420
  require 'purecloudplatformclientv2'
421
421
  # setup authorization
@@ -440,7 +440,7 @@ begin
440
440
  rescue PureCloud::ApiError => e
441
441
  puts "Exception when calling QualityApi->delete_quality_keywordset: #{e}"
442
442
  end
443
- ~~~
443
+ ```
444
444
 
445
445
  ### Parameters
446
446
 
@@ -463,7 +463,7 @@ nil (empty response body)
463
463
 
464
464
  <a name="delete_quality_keywordsets"></a>
465
465
 
466
- ## - delete_quality_keywordsets(ids)
466
+ ## delete_quality_keywordsets(ids)
467
467
 
468
468
 
469
469
 
@@ -478,7 +478,7 @@ Requires NO permissions:
478
478
 
479
479
 
480
480
  ### Example
481
- ~~~ruby
481
+ ```{"language":"ruby"}
482
482
  # load the gem
483
483
  require 'purecloudplatformclientv2'
484
484
  # setup authorization
@@ -503,7 +503,7 @@ begin
503
503
  rescue PureCloud::ApiError => e
504
504
  puts "Exception when calling QualityApi->delete_quality_keywordsets: #{e}"
505
505
  end
506
- ~~~
506
+ ```
507
507
 
508
508
  ### Parameters
509
509
 
@@ -526,7 +526,7 @@ nil (empty response body)
526
526
 
527
527
  <a name="get_quality_agents_activity"></a>
528
528
 
529
- ## -[**AgentActivityEntityListing**](AgentActivityEntityListing.html) get_quality_agents_activity(opts)
529
+ ## [**AgentActivityEntityListing**](AgentActivityEntityListing.html) get_quality_agents_activity(opts)
530
530
 
531
531
 
532
532
 
@@ -541,7 +541,7 @@ Requires NO permissions:
541
541
 
542
542
 
543
543
  ### Example
544
- ~~~ruby
544
+ ```{"language":"ruby"}
545
545
  # load the gem
546
546
  require 'purecloudplatformclientv2'
547
547
  # setup authorization
@@ -579,7 +579,7 @@ begin
579
579
  rescue PureCloud::ApiError => e
580
580
  puts "Exception when calling QualityApi->get_quality_agents_activity: #{e}"
581
581
  end
582
- ~~~
582
+ ```
583
583
 
584
584
  ### Parameters
585
585
 
@@ -613,7 +613,7 @@ Name | Type | Description | Notes
613
613
 
614
614
  <a name="get_quality_calibration"></a>
615
615
 
616
- ## -[**Calibration**](Calibration.html) get_quality_calibration(calibration_id, opts)
616
+ ## [**Calibration**](Calibration.html) get_quality_calibration(calibration_id, opts)
617
617
 
618
618
 
619
619
 
@@ -628,7 +628,7 @@ Requires NO permissions:
628
628
 
629
629
 
630
630
  ### Example
631
- ~~~ruby
631
+ ```{"language":"ruby"}
632
632
  # load the gem
633
633
  require 'purecloudplatformclientv2'
634
634
  # setup authorization
@@ -658,7 +658,7 @@ begin
658
658
  rescue PureCloud::ApiError => e
659
659
  puts "Exception when calling QualityApi->get_quality_calibration: #{e}"
660
660
  end
661
- ~~~
661
+ ```
662
662
 
663
663
  ### Parameters
664
664
 
@@ -683,7 +683,7 @@ Name | Type | Description | Notes
683
683
 
684
684
  <a name="get_quality_calibrations"></a>
685
685
 
686
- ## -[**CalibrationEntityListing**](CalibrationEntityListing.html) get_quality_calibrations(calibrator_id, opts)
686
+ ## [**CalibrationEntityListing**](CalibrationEntityListing.html) get_quality_calibrations(calibrator_id, opts)
687
687
 
688
688
 
689
689
 
@@ -698,7 +698,7 @@ Requires NO permissions:
698
698
 
699
699
 
700
700
  ### Example
701
- ~~~ruby
701
+ ```{"language":"ruby"}
702
702
  # load the gem
703
703
  require 'purecloudplatformclientv2'
704
704
  # setup authorization
@@ -735,7 +735,7 @@ begin
735
735
  rescue PureCloud::ApiError => e
736
736
  puts "Exception when calling QualityApi->get_quality_calibrations: #{e}"
737
737
  end
738
- ~~~
738
+ ```
739
739
 
740
740
  ### Parameters
741
741
 
@@ -767,7 +767,7 @@ Name | Type | Description | Notes
767
767
 
768
768
  <a name="get_quality_conversation_audits"></a>
769
769
 
770
- ## -[**QualityAuditPage**](QualityAuditPage.html) get_quality_conversation_audits(conversation_id, opts)
770
+ ## [**QualityAuditPage**](QualityAuditPage.html) get_quality_conversation_audits(conversation_id, opts)
771
771
 
772
772
 
773
773
 
@@ -782,7 +782,7 @@ Requires NO permissions:
782
782
 
783
783
 
784
784
  ### Example
785
- ~~~ruby
785
+ ```{"language":"ruby"}
786
786
  # load the gem
787
787
  require 'purecloudplatformclientv2'
788
788
  # setup authorization
@@ -818,7 +818,7 @@ begin
818
818
  rescue PureCloud::ApiError => e
819
819
  puts "Exception when calling QualityApi->get_quality_conversation_audits: #{e}"
820
820
  end
821
- ~~~
821
+ ```
822
822
 
823
823
  ### Parameters
824
824
 
@@ -849,7 +849,7 @@ Name | Type | Description | Notes
849
849
 
850
850
  <a name="get_quality_conversation_evaluation"></a>
851
851
 
852
- ## -[**Evaluation**](Evaluation.html) get_quality_conversation_evaluation(conversation_id, evaluation_id, opts)
852
+ ## [**Evaluation**](Evaluation.html) get_quality_conversation_evaluation(conversation_id, evaluation_id, opts)
853
853
 
854
854
 
855
855
 
@@ -864,7 +864,7 @@ Requires NO permissions:
864
864
 
865
865
 
866
866
  ### Example
867
- ~~~ruby
867
+ ```{"language":"ruby"}
868
868
  # load the gem
869
869
  require 'purecloudplatformclientv2'
870
870
  # setup authorization
@@ -895,7 +895,7 @@ begin
895
895
  rescue PureCloud::ApiError => e
896
896
  puts "Exception when calling QualityApi->get_quality_conversation_evaluation: #{e}"
897
897
  end
898
- ~~~
898
+ ```
899
899
 
900
900
  ### Parameters
901
901
 
@@ -920,7 +920,7 @@ Name | Type | Description | Notes
920
920
 
921
921
  <a name="get_quality_conversation_surveys"></a>
922
922
 
923
- ## -[**Array&lt;Survey&gt;**](Survey.html) get_quality_conversation_surveys(conversation_id)
923
+ ## [**Array&lt;Survey&gt;**](Survey.html) get_quality_conversation_surveys(conversation_id)
924
924
 
925
925
 
926
926
 
@@ -935,7 +935,7 @@ Requires NO permissions:
935
935
 
936
936
 
937
937
  ### Example
938
- ~~~ruby
938
+ ```{"language":"ruby"}
939
939
  # load the gem
940
940
  require 'purecloudplatformclientv2'
941
941
  # setup authorization
@@ -961,7 +961,7 @@ begin
961
961
  rescue PureCloud::ApiError => e
962
962
  puts "Exception when calling QualityApi->get_quality_conversation_surveys: #{e}"
963
963
  end
964
- ~~~
964
+ ```
965
965
 
966
966
  ### Parameters
967
967
 
@@ -984,7 +984,7 @@ Name | Type | Description | Notes
984
984
 
985
985
  <a name="get_quality_evaluations_query"></a>
986
986
 
987
- ## -[**EvaluationEntityListing**](EvaluationEntityListing.html) get_quality_evaluations_query(opts)
987
+ ## [**EvaluationEntityListing**](EvaluationEntityListing.html) get_quality_evaluations_query(opts)
988
988
 
989
989
 
990
990
 
@@ -999,7 +999,7 @@ Requires NO permissions:
999
999
 
1000
1000
 
1001
1001
  ### Example
1002
- ~~~ruby
1002
+ ```{"language":"ruby"}
1003
1003
  # load the gem
1004
1004
  require 'purecloudplatformclientv2'
1005
1005
  # setup authorization
@@ -1043,7 +1043,7 @@ begin
1043
1043
  rescue PureCloud::ApiError => e
1044
1044
  puts "Exception when calling QualityApi->get_quality_evaluations_query: #{e}"
1045
1045
  end
1046
- ~~~
1046
+ ```
1047
1047
 
1048
1048
  ### Parameters
1049
1049
 
@@ -1083,7 +1083,7 @@ Name | Type | Description | Notes
1083
1083
 
1084
1084
  <a name="get_quality_evaluators_activity"></a>
1085
1085
 
1086
- ## -[**EvaluatorActivityEntityListing**](EvaluatorActivityEntityListing.html) get_quality_evaluators_activity(opts)
1086
+ ## [**EvaluatorActivityEntityListing**](EvaluatorActivityEntityListing.html) get_quality_evaluators_activity(opts)
1087
1087
 
1088
1088
 
1089
1089
 
@@ -1098,7 +1098,7 @@ Requires NO permissions:
1098
1098
 
1099
1099
 
1100
1100
  ### Example
1101
- ~~~ruby
1101
+ ```{"language":"ruby"}
1102
1102
  # load the gem
1103
1103
  require 'purecloudplatformclientv2'
1104
1104
  # setup authorization
@@ -1135,7 +1135,7 @@ begin
1135
1135
  rescue PureCloud::ApiError => e
1136
1136
  puts "Exception when calling QualityApi->get_quality_evaluators_activity: #{e}"
1137
1137
  end
1138
- ~~~
1138
+ ```
1139
1139
 
1140
1140
  ### Parameters
1141
1141
 
@@ -1168,7 +1168,7 @@ Name | Type | Description | Notes
1168
1168
 
1169
1169
  <a name="get_quality_form"></a>
1170
1170
 
1171
- ## -[**EvaluationForm**](EvaluationForm.html) get_quality_form(form_id)
1171
+ ## [**EvaluationForm**](EvaluationForm.html) get_quality_form(form_id)
1172
1172
 
1173
1173
  <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>
1174
1174
 
@@ -1184,7 +1184,7 @@ Requires ANY permissions:
1184
1184
 
1185
1185
 
1186
1186
  ### Example
1187
- ~~~ruby
1187
+ ```{"language":"ruby"}
1188
1188
  # load the gem
1189
1189
  require 'purecloudplatformclientv2'
1190
1190
  # setup authorization
@@ -1210,7 +1210,7 @@ begin
1210
1210
  rescue PureCloud::ApiError => e
1211
1211
  puts "Exception when calling QualityApi->get_quality_form: #{e}"
1212
1212
  end
1213
- ~~~
1213
+ ```
1214
1214
 
1215
1215
  ### Parameters
1216
1216
 
@@ -1233,7 +1233,7 @@ Name | Type | Description | Notes
1233
1233
 
1234
1234
  <a name="get_quality_form_versions"></a>
1235
1235
 
1236
- ## -[**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_form_versions(form_id, opts)
1236
+ ## [**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_form_versions(form_id, opts)
1237
1237
 
1238
1238
  <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>
1239
1239
 
@@ -1249,7 +1249,7 @@ Requires ANY permissions:
1249
1249
 
1250
1250
 
1251
1251
  ### Example
1252
- ~~~ruby
1252
+ ```{"language":"ruby"}
1253
1253
  # load the gem
1254
1254
  require 'purecloudplatformclientv2'
1255
1255
  # setup authorization
@@ -1279,7 +1279,7 @@ begin
1279
1279
  rescue PureCloud::ApiError => e
1280
1280
  puts "Exception when calling QualityApi->get_quality_form_versions: #{e}"
1281
1281
  end
1282
- ~~~
1282
+ ```
1283
1283
 
1284
1284
  ### Parameters
1285
1285
 
@@ -1304,7 +1304,7 @@ Name | Type | Description | Notes
1304
1304
 
1305
1305
  <a name="get_quality_forms"></a>
1306
1306
 
1307
- ## -[**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_forms(opts)
1307
+ ## [**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_forms(opts)
1308
1308
 
1309
1309
  <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>
1310
1310
 
@@ -1320,7 +1320,7 @@ Requires ANY permissions:
1320
1320
 
1321
1321
 
1322
1322
  ### Example
1323
- ~~~ruby
1323
+ ```{"language":"ruby"}
1324
1324
  # load the gem
1325
1325
  require 'purecloudplatformclientv2'
1326
1326
  # setup authorization
@@ -1354,7 +1354,7 @@ begin
1354
1354
  rescue PureCloud::ApiError => e
1355
1355
  puts "Exception when calling QualityApi->get_quality_forms: #{e}"
1356
1356
  end
1357
- ~~~
1357
+ ```
1358
1358
 
1359
1359
  ### Parameters
1360
1360
 
@@ -1384,7 +1384,7 @@ Name | Type | Description | Notes
1384
1384
 
1385
1385
  <a name="get_quality_forms_evaluation"></a>
1386
1386
 
1387
- ## -[**EvaluationForm**](EvaluationForm.html) get_quality_forms_evaluation(form_id)
1387
+ ## [**EvaluationForm**](EvaluationForm.html) get_quality_forms_evaluation(form_id)
1388
1388
 
1389
1389
 
1390
1390
 
@@ -1400,7 +1400,7 @@ Requires ANY permissions:
1400
1400
 
1401
1401
 
1402
1402
  ### Example
1403
- ~~~ruby
1403
+ ```{"language":"ruby"}
1404
1404
  # load the gem
1405
1405
  require 'purecloudplatformclientv2'
1406
1406
  # setup authorization
@@ -1426,7 +1426,7 @@ begin
1426
1426
  rescue PureCloud::ApiError => e
1427
1427
  puts "Exception when calling QualityApi->get_quality_forms_evaluation: #{e}"
1428
1428
  end
1429
- ~~~
1429
+ ```
1430
1430
 
1431
1431
  ### Parameters
1432
1432
 
@@ -1449,7 +1449,7 @@ Name | Type | Description | Notes
1449
1449
 
1450
1450
  <a name="get_quality_forms_evaluation_versions"></a>
1451
1451
 
1452
- ## -[**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_forms_evaluation_versions(form_id, opts)
1452
+ ## [**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_forms_evaluation_versions(form_id, opts)
1453
1453
 
1454
1454
 
1455
1455
 
@@ -1465,7 +1465,7 @@ Requires ANY permissions:
1465
1465
 
1466
1466
 
1467
1467
  ### Example
1468
- ~~~ruby
1468
+ ```{"language":"ruby"}
1469
1469
  # load the gem
1470
1470
  require 'purecloudplatformclientv2'
1471
1471
  # setup authorization
@@ -1495,7 +1495,7 @@ begin
1495
1495
  rescue PureCloud::ApiError => e
1496
1496
  puts "Exception when calling QualityApi->get_quality_forms_evaluation_versions: #{e}"
1497
1497
  end
1498
- ~~~
1498
+ ```
1499
1499
 
1500
1500
  ### Parameters
1501
1501
 
@@ -1520,7 +1520,7 @@ Name | Type | Description | Notes
1520
1520
 
1521
1521
  <a name="get_quality_forms_evaluations"></a>
1522
1522
 
1523
- ## -[**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_forms_evaluations(opts)
1523
+ ## [**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_forms_evaluations(opts)
1524
1524
 
1525
1525
 
1526
1526
 
@@ -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
@@ -1570,7 +1570,7 @@ begin
1570
1570
  rescue PureCloud::ApiError => e
1571
1571
  puts "Exception when calling QualityApi->get_quality_forms_evaluations: #{e}"
1572
1572
  end
1573
- ~~~
1573
+ ```
1574
1574
 
1575
1575
  ### Parameters
1576
1576
 
@@ -1600,7 +1600,7 @@ Name | Type | Description | Notes
1600
1600
 
1601
1601
  <a name="get_quality_forms_survey"></a>
1602
1602
 
1603
- ## -[**SurveyForm**](SurveyForm.html) get_quality_forms_survey(form_id)
1603
+ ## [**SurveyForm**](SurveyForm.html) get_quality_forms_survey(form_id)
1604
1604
 
1605
1605
 
1606
1606
 
@@ -1616,7 +1616,7 @@ Requires ANY permissions:
1616
1616
 
1617
1617
 
1618
1618
  ### Example
1619
- ~~~ruby
1619
+ ```{"language":"ruby"}
1620
1620
  # load the gem
1621
1621
  require 'purecloudplatformclientv2'
1622
1622
  # setup authorization
@@ -1642,7 +1642,7 @@ begin
1642
1642
  rescue PureCloud::ApiError => e
1643
1643
  puts "Exception when calling QualityApi->get_quality_forms_survey: #{e}"
1644
1644
  end
1645
- ~~~
1645
+ ```
1646
1646
 
1647
1647
  ### Parameters
1648
1648
 
@@ -1665,7 +1665,7 @@ Name | Type | Description | Notes
1665
1665
 
1666
1666
  <a name="get_quality_forms_survey_versions"></a>
1667
1667
 
1668
- ## -[**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_survey_versions(form_id, opts)
1668
+ ## [**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_survey_versions(form_id, opts)
1669
1669
 
1670
1670
 
1671
1671
 
@@ -1681,7 +1681,7 @@ Requires ANY permissions:
1681
1681
 
1682
1682
 
1683
1683
  ### Example
1684
- ~~~ruby
1684
+ ```{"language":"ruby"}
1685
1685
  # load the gem
1686
1686
  require 'purecloudplatformclientv2'
1687
1687
  # setup authorization
@@ -1711,7 +1711,7 @@ begin
1711
1711
  rescue PureCloud::ApiError => e
1712
1712
  puts "Exception when calling QualityApi->get_quality_forms_survey_versions: #{e}"
1713
1713
  end
1714
- ~~~
1714
+ ```
1715
1715
 
1716
1716
  ### Parameters
1717
1717
 
@@ -1736,7 +1736,7 @@ Name | Type | Description | Notes
1736
1736
 
1737
1737
  <a name="get_quality_forms_surveys"></a>
1738
1738
 
1739
- ## -[**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_surveys(opts)
1739
+ ## [**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_surveys(opts)
1740
1740
 
1741
1741
 
1742
1742
 
@@ -1752,7 +1752,7 @@ Requires ANY permissions:
1752
1752
 
1753
1753
 
1754
1754
  ### Example
1755
- ~~~ruby
1755
+ ```{"language":"ruby"}
1756
1756
  # load the gem
1757
1757
  require 'purecloudplatformclientv2'
1758
1758
  # setup authorization
@@ -1786,7 +1786,7 @@ begin
1786
1786
  rescue PureCloud::ApiError => e
1787
1787
  puts "Exception when calling QualityApi->get_quality_forms_surveys: #{e}"
1788
1788
  end
1789
- ~~~
1789
+ ```
1790
1790
 
1791
1791
  ### Parameters
1792
1792
 
@@ -1816,7 +1816,7 @@ Name | Type | Description | Notes
1816
1816
 
1817
1817
  <a name="get_quality_forms_surveys_bulk"></a>
1818
1818
 
1819
- ## -[**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_surveys_bulk(id)
1819
+ ## [**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_surveys_bulk(id)
1820
1820
 
1821
1821
 
1822
1822
 
@@ -1832,7 +1832,7 @@ Requires ANY permissions:
1832
1832
 
1833
1833
 
1834
1834
  ### Example
1835
- ~~~ruby
1835
+ ```{"language":"ruby"}
1836
1836
  # load the gem
1837
1837
  require 'purecloudplatformclientv2'
1838
1838
  # setup authorization
@@ -1858,7 +1858,7 @@ begin
1858
1858
  rescue PureCloud::ApiError => e
1859
1859
  puts "Exception when calling QualityApi->get_quality_forms_surveys_bulk: #{e}"
1860
1860
  end
1861
- ~~~
1861
+ ```
1862
1862
 
1863
1863
  ### Parameters
1864
1864
 
@@ -1881,7 +1881,7 @@ Name | Type | Description | Notes
1881
1881
 
1882
1882
  <a name="get_quality_forms_surveys_bulk_contexts"></a>
1883
1883
 
1884
- ## -[**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_surveys_bulk_contexts(context_id, opts)
1884
+ ## [**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_forms_surveys_bulk_contexts(context_id, opts)
1885
1885
 
1886
1886
 
1887
1887
 
@@ -1897,7 +1897,7 @@ Requires ANY permissions:
1897
1897
 
1898
1898
 
1899
1899
  ### Example
1900
- ~~~ruby
1900
+ ```{"language":"ruby"}
1901
1901
  # load the gem
1902
1902
  require 'purecloudplatformclientv2'
1903
1903
  # setup authorization
@@ -1926,7 +1926,7 @@ begin
1926
1926
  rescue PureCloud::ApiError => e
1927
1927
  puts "Exception when calling QualityApi->get_quality_forms_surveys_bulk_contexts: #{e}"
1928
1928
  end
1929
- ~~~
1929
+ ```
1930
1930
 
1931
1931
  ### Parameters
1932
1932
 
@@ -1950,7 +1950,7 @@ Name | Type | Description | Notes
1950
1950
 
1951
1951
  <a name="get_quality_keywordset"></a>
1952
1952
 
1953
- ## -[**KeywordSet**](KeywordSet.html) get_quality_keywordset(keyword_set_id)
1953
+ ## [**KeywordSet**](KeywordSet.html) get_quality_keywordset(keyword_set_id)
1954
1954
 
1955
1955
 
1956
1956
 
@@ -1965,7 +1965,7 @@ Requires NO permissions:
1965
1965
 
1966
1966
 
1967
1967
  ### Example
1968
- ~~~ruby
1968
+ ```{"language":"ruby"}
1969
1969
  # load the gem
1970
1970
  require 'purecloudplatformclientv2'
1971
1971
  # setup authorization
@@ -1991,7 +1991,7 @@ begin
1991
1991
  rescue PureCloud::ApiError => e
1992
1992
  puts "Exception when calling QualityApi->get_quality_keywordset: #{e}"
1993
1993
  end
1994
- ~~~
1994
+ ```
1995
1995
 
1996
1996
  ### Parameters
1997
1997
 
@@ -2014,7 +2014,7 @@ Name | Type | Description | Notes
2014
2014
 
2015
2015
  <a name="get_quality_keywordsets"></a>
2016
2016
 
2017
- ## -[**KeywordSetEntityListing**](KeywordSetEntityListing.html) get_quality_keywordsets(opts)
2017
+ ## [**KeywordSetEntityListing**](KeywordSetEntityListing.html) get_quality_keywordsets(opts)
2018
2018
 
2019
2019
 
2020
2020
 
@@ -2029,7 +2029,7 @@ Requires NO permissions:
2029
2029
 
2030
2030
 
2031
2031
  ### Example
2032
- ~~~ruby
2032
+ ```{"language":"ruby"}
2033
2033
  # load the gem
2034
2034
  require 'purecloudplatformclientv2'
2035
2035
  # setup authorization
@@ -2065,7 +2065,7 @@ begin
2065
2065
  rescue PureCloud::ApiError => e
2066
2066
  puts "Exception when calling QualityApi->get_quality_keywordsets: #{e}"
2067
2067
  end
2068
- ~~~
2068
+ ```
2069
2069
 
2070
2070
  ### Parameters
2071
2071
 
@@ -2097,7 +2097,7 @@ Name | Type | Description | Notes
2097
2097
 
2098
2098
  <a name="get_quality_publishedform"></a>
2099
2099
 
2100
- ## -[**EvaluationForm**](EvaluationForm.html) get_quality_publishedform(form_id)
2100
+ ## [**EvaluationForm**](EvaluationForm.html) get_quality_publishedform(form_id)
2101
2101
 
2102
2102
  <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>
2103
2103
 
@@ -2113,7 +2113,7 @@ Requires ANY permissions:
2113
2113
 
2114
2114
 
2115
2115
  ### Example
2116
- ~~~ruby
2116
+ ```{"language":"ruby"}
2117
2117
  # load the gem
2118
2118
  require 'purecloudplatformclientv2'
2119
2119
  # setup authorization
@@ -2139,7 +2139,7 @@ begin
2139
2139
  rescue PureCloud::ApiError => e
2140
2140
  puts "Exception when calling QualityApi->get_quality_publishedform: #{e}"
2141
2141
  end
2142
- ~~~
2142
+ ```
2143
2143
 
2144
2144
  ### Parameters
2145
2145
 
@@ -2162,7 +2162,7 @@ Name | Type | Description | Notes
2162
2162
 
2163
2163
  <a name="get_quality_publishedforms"></a>
2164
2164
 
2165
- ## -[**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_publishedforms(opts)
2165
+ ## [**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_publishedforms(opts)
2166
2166
 
2167
2167
  <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>
2168
2168
 
@@ -2178,7 +2178,7 @@ Requires ANY permissions:
2178
2178
 
2179
2179
 
2180
2180
  ### Example
2181
- ~~~ruby
2181
+ ```{"language":"ruby"}
2182
2182
  # load the gem
2183
2183
  require 'purecloudplatformclientv2'
2184
2184
  # setup authorization
@@ -2208,7 +2208,7 @@ begin
2208
2208
  rescue PureCloud::ApiError => e
2209
2209
  puts "Exception when calling QualityApi->get_quality_publishedforms: #{e}"
2210
2210
  end
2211
- ~~~
2211
+ ```
2212
2212
 
2213
2213
  ### Parameters
2214
2214
 
@@ -2234,7 +2234,7 @@ Name | Type | Description | Notes
2234
2234
 
2235
2235
  <a name="get_quality_publishedforms_evaluation"></a>
2236
2236
 
2237
- ## -[**EvaluationForm**](EvaluationForm.html) get_quality_publishedforms_evaluation(form_id)
2237
+ ## [**EvaluationForm**](EvaluationForm.html) get_quality_publishedforms_evaluation(form_id)
2238
2238
 
2239
2239
 
2240
2240
 
@@ -2250,7 +2250,7 @@ Requires ANY permissions:
2250
2250
 
2251
2251
 
2252
2252
  ### Example
2253
- ~~~ruby
2253
+ ```{"language":"ruby"}
2254
2254
  # load the gem
2255
2255
  require 'purecloudplatformclientv2'
2256
2256
  # setup authorization
@@ -2276,7 +2276,7 @@ begin
2276
2276
  rescue PureCloud::ApiError => e
2277
2277
  puts "Exception when calling QualityApi->get_quality_publishedforms_evaluation: #{e}"
2278
2278
  end
2279
- ~~~
2279
+ ```
2280
2280
 
2281
2281
  ### Parameters
2282
2282
 
@@ -2299,7 +2299,7 @@ Name | Type | Description | Notes
2299
2299
 
2300
2300
  <a name="get_quality_publishedforms_evaluations"></a>
2301
2301
 
2302
- ## -[**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_publishedforms_evaluations(opts)
2302
+ ## [**EvaluationFormEntityListing**](EvaluationFormEntityListing.html) get_quality_publishedforms_evaluations(opts)
2303
2303
 
2304
2304
 
2305
2305
 
@@ -2315,7 +2315,7 @@ Requires ANY permissions:
2315
2315
 
2316
2316
 
2317
2317
  ### Example
2318
- ~~~ruby
2318
+ ```{"language":"ruby"}
2319
2319
  # load the gem
2320
2320
  require 'purecloudplatformclientv2'
2321
2321
  # setup authorization
@@ -2345,7 +2345,7 @@ begin
2345
2345
  rescue PureCloud::ApiError => e
2346
2346
  puts "Exception when calling QualityApi->get_quality_publishedforms_evaluations: #{e}"
2347
2347
  end
2348
- ~~~
2348
+ ```
2349
2349
 
2350
2350
  ### Parameters
2351
2351
 
@@ -2371,7 +2371,7 @@ Name | Type | Description | Notes
2371
2371
 
2372
2372
  <a name="get_quality_publishedforms_survey"></a>
2373
2373
 
2374
- ## -[**SurveyForm**](SurveyForm.html) get_quality_publishedforms_survey(form_id)
2374
+ ## [**SurveyForm**](SurveyForm.html) get_quality_publishedforms_survey(form_id)
2375
2375
 
2376
2376
 
2377
2377
 
@@ -2387,7 +2387,7 @@ Requires ANY permissions:
2387
2387
 
2388
2388
 
2389
2389
  ### Example
2390
- ~~~ruby
2390
+ ```{"language":"ruby"}
2391
2391
  # load the gem
2392
2392
  require 'purecloudplatformclientv2'
2393
2393
  # setup authorization
@@ -2413,7 +2413,7 @@ begin
2413
2413
  rescue PureCloud::ApiError => e
2414
2414
  puts "Exception when calling QualityApi->get_quality_publishedforms_survey: #{e}"
2415
2415
  end
2416
- ~~~
2416
+ ```
2417
2417
 
2418
2418
  ### Parameters
2419
2419
 
@@ -2436,7 +2436,7 @@ Name | Type | Description | Notes
2436
2436
 
2437
2437
  <a name="get_quality_publishedforms_surveys"></a>
2438
2438
 
2439
- ## -[**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_publishedforms_surveys(opts)
2439
+ ## [**SurveyFormEntityListing**](SurveyFormEntityListing.html) get_quality_publishedforms_surveys(opts)
2440
2440
 
2441
2441
 
2442
2442
 
@@ -2452,7 +2452,7 @@ Requires ANY permissions:
2452
2452
 
2453
2453
 
2454
2454
  ### Example
2455
- ~~~ruby
2455
+ ```{"language":"ruby"}
2456
2456
  # load the gem
2457
2457
  require 'purecloudplatformclientv2'
2458
2458
  # setup authorization
@@ -2482,7 +2482,7 @@ begin
2482
2482
  rescue PureCloud::ApiError => e
2483
2483
  puts "Exception when calling QualityApi->get_quality_publishedforms_surveys: #{e}"
2484
2484
  end
2485
- ~~~
2485
+ ```
2486
2486
 
2487
2487
  ### Parameters
2488
2488
 
@@ -2508,7 +2508,7 @@ Name | Type | Description | Notes
2508
2508
 
2509
2509
  <a name="get_quality_survey"></a>
2510
2510
 
2511
- ## -[**Survey**](Survey.html) get_quality_survey(survey_id)
2511
+ ## [**Survey**](Survey.html) get_quality_survey(survey_id)
2512
2512
 
2513
2513
 
2514
2514
 
@@ -2523,7 +2523,7 @@ Requires NO permissions:
2523
2523
 
2524
2524
 
2525
2525
  ### Example
2526
- ~~~ruby
2526
+ ```{"language":"ruby"}
2527
2527
  # load the gem
2528
2528
  require 'purecloudplatformclientv2'
2529
2529
  # setup authorization
@@ -2549,7 +2549,7 @@ begin
2549
2549
  rescue PureCloud::ApiError => e
2550
2550
  puts "Exception when calling QualityApi->get_quality_survey: #{e}"
2551
2551
  end
2552
- ~~~
2552
+ ```
2553
2553
 
2554
2554
  ### Parameters
2555
2555
 
@@ -2572,7 +2572,7 @@ Name | Type | Description | Notes
2572
2572
 
2573
2573
  <a name="get_quality_surveys_scorable"></a>
2574
2574
 
2575
- ## -[**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(opts)
2575
+ ## [**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(opts)
2576
2576
 
2577
2577
 
2578
2578
 
@@ -2587,7 +2587,7 @@ Requires NO permissions:
2587
2587
 
2588
2588
 
2589
2589
  ### Example
2590
- ~~~ruby
2590
+ ```{"language":"ruby"}
2591
2591
  # load the gem
2592
2592
  require 'purecloudplatformclientv2'
2593
2593
 
@@ -2604,7 +2604,7 @@ begin
2604
2604
  rescue PureCloud::ApiError => e
2605
2605
  puts "Exception when calling QualityApi->get_quality_surveys_scorable: #{e}"
2606
2606
  end
2607
- ~~~
2607
+ ```
2608
2608
 
2609
2609
  ### Parameters
2610
2610
 
@@ -2627,7 +2627,7 @@ Name | Type | Description | Notes
2627
2627
 
2628
2628
  <a name="patch_quality_forms_survey"></a>
2629
2629
 
2630
- ## -[**SurveyForm**](SurveyForm.html) patch_quality_forms_survey(form_id, body)
2630
+ ## [**SurveyForm**](SurveyForm.html) patch_quality_forms_survey(form_id, body)
2631
2631
 
2632
2632
 
2633
2633
 
@@ -2643,7 +2643,7 @@ Requires ANY permissions:
2643
2643
 
2644
2644
 
2645
2645
  ### Example
2646
- ~~~ruby
2646
+ ```{"language":"ruby"}
2647
2647
  # load the gem
2648
2648
  require 'purecloudplatformclientv2'
2649
2649
  # setup authorization
@@ -2671,7 +2671,7 @@ begin
2671
2671
  rescue PureCloud::ApiError => e
2672
2672
  puts "Exception when calling QualityApi->patch_quality_forms_survey: #{e}"
2673
2673
  end
2674
- ~~~
2674
+ ```
2675
2675
 
2676
2676
  ### Parameters
2677
2677
 
@@ -2695,7 +2695,7 @@ Name | Type | Description | Notes
2695
2695
 
2696
2696
  <a name="post_analytics_evaluations_aggregates_query"></a>
2697
2697
 
2698
- ## -[**AggregateQueryResponse**](AggregateQueryResponse.html) post_analytics_evaluations_aggregates_query(body)
2698
+ ## [**AggregateQueryResponse**](AggregateQueryResponse.html) post_analytics_evaluations_aggregates_query(body)
2699
2699
 
2700
2700
 
2701
2701
 
@@ -2711,7 +2711,7 @@ Requires ANY permissions:
2711
2711
 
2712
2712
 
2713
2713
  ### Example
2714
- ~~~ruby
2714
+ ```{"language":"ruby"}
2715
2715
  # load the gem
2716
2716
  require 'purecloudplatformclientv2'
2717
2717
  # setup authorization
@@ -2737,7 +2737,7 @@ begin
2737
2737
  rescue PureCloud::ApiError => e
2738
2738
  puts "Exception when calling QualityApi->post_analytics_evaluations_aggregates_query: #{e}"
2739
2739
  end
2740
- ~~~
2740
+ ```
2741
2741
 
2742
2742
  ### Parameters
2743
2743
 
@@ -2760,7 +2760,7 @@ Name | Type | Description | Notes
2760
2760
 
2761
2761
  <a name="post_analytics_surveys_aggregates_query"></a>
2762
2762
 
2763
- ## -[**AggregateQueryResponse**](AggregateQueryResponse.html) post_analytics_surveys_aggregates_query(body)
2763
+ ## [**AggregateQueryResponse**](AggregateQueryResponse.html) post_analytics_surveys_aggregates_query(body)
2764
2764
 
2765
2765
 
2766
2766
 
@@ -2776,7 +2776,7 @@ Requires ANY permissions:
2776
2776
 
2777
2777
 
2778
2778
  ### Example
2779
- ~~~ruby
2779
+ ```{"language":"ruby"}
2780
2780
  # load the gem
2781
2781
  require 'purecloudplatformclientv2'
2782
2782
  # setup authorization
@@ -2802,7 +2802,7 @@ begin
2802
2802
  rescue PureCloud::ApiError => e
2803
2803
  puts "Exception when calling QualityApi->post_analytics_surveys_aggregates_query: #{e}"
2804
2804
  end
2805
- ~~~
2805
+ ```
2806
2806
 
2807
2807
  ### Parameters
2808
2808
 
@@ -2825,7 +2825,7 @@ Name | Type | Description | Notes
2825
2825
 
2826
2826
  <a name="post_quality_calibrations"></a>
2827
2827
 
2828
- ## -[**Calibration**](Calibration.html) post_quality_calibrations(body, opts)
2828
+ ## [**Calibration**](Calibration.html) post_quality_calibrations(body, opts)
2829
2829
 
2830
2830
 
2831
2831
 
@@ -2840,7 +2840,7 @@ Requires NO permissions:
2840
2840
 
2841
2841
 
2842
2842
  ### Example
2843
- ~~~ruby
2843
+ ```{"language":"ruby"}
2844
2844
  # load the gem
2845
2845
  require 'purecloudplatformclientv2'
2846
2846
  # setup authorization
@@ -2869,7 +2869,7 @@ begin
2869
2869
  rescue PureCloud::ApiError => e
2870
2870
  puts "Exception when calling QualityApi->post_quality_calibrations: #{e}"
2871
2871
  end
2872
- ~~~
2872
+ ```
2873
2873
 
2874
2874
  ### Parameters
2875
2875
 
@@ -2893,7 +2893,7 @@ Name | Type | Description | Notes
2893
2893
 
2894
2894
  <a name="post_quality_conversation_evaluations"></a>
2895
2895
 
2896
- ## -[**Evaluation**](Evaluation.html) post_quality_conversation_evaluations(conversation_id, body, opts)
2896
+ ## [**Evaluation**](Evaluation.html) post_quality_conversation_evaluations(conversation_id, body, opts)
2897
2897
 
2898
2898
 
2899
2899
 
@@ -2908,7 +2908,7 @@ Requires NO permissions:
2908
2908
 
2909
2909
 
2910
2910
  ### Example
2911
- ~~~ruby
2911
+ ```{"language":"ruby"}
2912
2912
  # load the gem
2913
2913
  require 'purecloudplatformclientv2'
2914
2914
  # setup authorization
@@ -2939,7 +2939,7 @@ begin
2939
2939
  rescue PureCloud::ApiError => e
2940
2940
  puts "Exception when calling QualityApi->post_quality_conversation_evaluations: #{e}"
2941
2941
  end
2942
- ~~~
2942
+ ```
2943
2943
 
2944
2944
  ### Parameters
2945
2945
 
@@ -2964,7 +2964,7 @@ Name | Type | Description | Notes
2964
2964
 
2965
2965
  <a name="post_quality_evaluations_scoring"></a>
2966
2966
 
2967
- ## -[**EvaluationScoringSet**](EvaluationScoringSet.html) post_quality_evaluations_scoring(body)
2967
+ ## [**EvaluationScoringSet**](EvaluationScoringSet.html) post_quality_evaluations_scoring(body)
2968
2968
 
2969
2969
 
2970
2970
 
@@ -2979,7 +2979,7 @@ Requires NO permissions:
2979
2979
 
2980
2980
 
2981
2981
  ### Example
2982
- ~~~ruby
2982
+ ```{"language":"ruby"}
2983
2983
  # load the gem
2984
2984
  require 'purecloudplatformclientv2'
2985
2985
  # setup authorization
@@ -3005,7 +3005,7 @@ begin
3005
3005
  rescue PureCloud::ApiError => e
3006
3006
  puts "Exception when calling QualityApi->post_quality_evaluations_scoring: #{e}"
3007
3007
  end
3008
- ~~~
3008
+ ```
3009
3009
 
3010
3010
  ### Parameters
3011
3011
 
@@ -3028,7 +3028,7 @@ Name | Type | Description | Notes
3028
3028
 
3029
3029
  <a name="post_quality_forms"></a>
3030
3030
 
3031
- ## -[**EvaluationForm**](EvaluationForm.html) post_quality_forms(body)
3031
+ ## [**EvaluationForm**](EvaluationForm.html) post_quality_forms(body)
3032
3032
 
3033
3033
  <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>
3034
3034
 
@@ -3044,7 +3044,7 @@ Requires ANY permissions:
3044
3044
 
3045
3045
 
3046
3046
  ### Example
3047
- ~~~ruby
3047
+ ```{"language":"ruby"}
3048
3048
  # load the gem
3049
3049
  require 'purecloudplatformclientv2'
3050
3050
  # setup authorization
@@ -3070,7 +3070,7 @@ begin
3070
3070
  rescue PureCloud::ApiError => e
3071
3071
  puts "Exception when calling QualityApi->post_quality_forms: #{e}"
3072
3072
  end
3073
- ~~~
3073
+ ```
3074
3074
 
3075
3075
  ### Parameters
3076
3076
 
@@ -3093,7 +3093,7 @@ Name | Type | Description | Notes
3093
3093
 
3094
3094
  <a name="post_quality_forms_evaluations"></a>
3095
3095
 
3096
- ## -[**EvaluationForm**](EvaluationForm.html) post_quality_forms_evaluations(body)
3096
+ ## [**EvaluationForm**](EvaluationForm.html) post_quality_forms_evaluations(body)
3097
3097
 
3098
3098
 
3099
3099
 
@@ -3109,7 +3109,7 @@ Requires ANY permissions:
3109
3109
 
3110
3110
 
3111
3111
  ### Example
3112
- ~~~ruby
3112
+ ```{"language":"ruby"}
3113
3113
  # load the gem
3114
3114
  require 'purecloudplatformclientv2'
3115
3115
  # setup authorization
@@ -3135,7 +3135,7 @@ begin
3135
3135
  rescue PureCloud::ApiError => e
3136
3136
  puts "Exception when calling QualityApi->post_quality_forms_evaluations: #{e}"
3137
3137
  end
3138
- ~~~
3138
+ ```
3139
3139
 
3140
3140
  ### Parameters
3141
3141
 
@@ -3158,7 +3158,7 @@ Name | Type | Description | Notes
3158
3158
 
3159
3159
  <a name="post_quality_forms_surveys"></a>
3160
3160
 
3161
- ## -[**SurveyForm**](SurveyForm.html) post_quality_forms_surveys(body)
3161
+ ## [**SurveyForm**](SurveyForm.html) post_quality_forms_surveys(body)
3162
3162
 
3163
3163
 
3164
3164
 
@@ -3174,7 +3174,7 @@ Requires ANY permissions:
3174
3174
 
3175
3175
 
3176
3176
  ### Example
3177
- ~~~ruby
3177
+ ```{"language":"ruby"}
3178
3178
  # load the gem
3179
3179
  require 'purecloudplatformclientv2'
3180
3180
  # setup authorization
@@ -3200,7 +3200,7 @@ begin
3200
3200
  rescue PureCloud::ApiError => e
3201
3201
  puts "Exception when calling QualityApi->post_quality_forms_surveys: #{e}"
3202
3202
  end
3203
- ~~~
3203
+ ```
3204
3204
 
3205
3205
  ### Parameters
3206
3206
 
@@ -3223,7 +3223,7 @@ Name | Type | Description | Notes
3223
3223
 
3224
3224
  <a name="post_quality_keywordsets"></a>
3225
3225
 
3226
- ## -[**KeywordSet**](KeywordSet.html) post_quality_keywordsets(body, opts)
3226
+ ## [**KeywordSet**](KeywordSet.html) post_quality_keywordsets(body, opts)
3227
3227
 
3228
3228
 
3229
3229
 
@@ -3238,7 +3238,7 @@ Requires NO permissions:
3238
3238
 
3239
3239
 
3240
3240
  ### Example
3241
- ~~~ruby
3241
+ ```{"language":"ruby"}
3242
3242
  # load the gem
3243
3243
  require 'purecloudplatformclientv2'
3244
3244
  # setup authorization
@@ -3267,7 +3267,7 @@ begin
3267
3267
  rescue PureCloud::ApiError => e
3268
3268
  puts "Exception when calling QualityApi->post_quality_keywordsets: #{e}"
3269
3269
  end
3270
- ~~~
3270
+ ```
3271
3271
 
3272
3272
  ### Parameters
3273
3273
 
@@ -3291,7 +3291,7 @@ Name | Type | Description | Notes
3291
3291
 
3292
3292
  <a name="post_quality_publishedforms"></a>
3293
3293
 
3294
- ## -[**EvaluationForm**](EvaluationForm.html) post_quality_publishedforms(body)
3294
+ ## [**EvaluationForm**](EvaluationForm.html) post_quality_publishedforms(body)
3295
3295
 
3296
3296
  <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>
3297
3297
 
@@ -3307,7 +3307,7 @@ Requires ANY permissions:
3307
3307
 
3308
3308
 
3309
3309
  ### Example
3310
- ~~~ruby
3310
+ ```{"language":"ruby"}
3311
3311
  # load the gem
3312
3312
  require 'purecloudplatformclientv2'
3313
3313
  # setup authorization
@@ -3333,7 +3333,7 @@ begin
3333
3333
  rescue PureCloud::ApiError => e
3334
3334
  puts "Exception when calling QualityApi->post_quality_publishedforms: #{e}"
3335
3335
  end
3336
- ~~~
3336
+ ```
3337
3337
 
3338
3338
  ### Parameters
3339
3339
 
@@ -3356,7 +3356,7 @@ Name | Type | Description | Notes
3356
3356
 
3357
3357
  <a name="post_quality_publishedforms_evaluations"></a>
3358
3358
 
3359
- ## -[**EvaluationForm**](EvaluationForm.html) post_quality_publishedforms_evaluations(body)
3359
+ ## [**EvaluationForm**](EvaluationForm.html) post_quality_publishedforms_evaluations(body)
3360
3360
 
3361
3361
 
3362
3362
 
@@ -3372,7 +3372,7 @@ Requires ANY permissions:
3372
3372
 
3373
3373
 
3374
3374
  ### Example
3375
- ~~~ruby
3375
+ ```{"language":"ruby"}
3376
3376
  # load the gem
3377
3377
  require 'purecloudplatformclientv2'
3378
3378
  # setup authorization
@@ -3398,7 +3398,7 @@ begin
3398
3398
  rescue PureCloud::ApiError => e
3399
3399
  puts "Exception when calling QualityApi->post_quality_publishedforms_evaluations: #{e}"
3400
3400
  end
3401
- ~~~
3401
+ ```
3402
3402
 
3403
3403
  ### Parameters
3404
3404
 
@@ -3421,7 +3421,7 @@ Name | Type | Description | Notes
3421
3421
 
3422
3422
  <a name="post_quality_publishedforms_surveys"></a>
3423
3423
 
3424
- ## -[**SurveyForm**](SurveyForm.html) post_quality_publishedforms_surveys(body)
3424
+ ## [**SurveyForm**](SurveyForm.html) post_quality_publishedforms_surveys(body)
3425
3425
 
3426
3426
 
3427
3427
 
@@ -3437,7 +3437,7 @@ Requires ANY permissions:
3437
3437
 
3438
3438
 
3439
3439
  ### Example
3440
- ~~~ruby
3440
+ ```{"language":"ruby"}
3441
3441
  # load the gem
3442
3442
  require 'purecloudplatformclientv2'
3443
3443
  # setup authorization
@@ -3463,7 +3463,7 @@ begin
3463
3463
  rescue PureCloud::ApiError => e
3464
3464
  puts "Exception when calling QualityApi->post_quality_publishedforms_surveys: #{e}"
3465
3465
  end
3466
- ~~~
3466
+ ```
3467
3467
 
3468
3468
  ### Parameters
3469
3469
 
@@ -3486,7 +3486,7 @@ Name | Type | Description | Notes
3486
3486
 
3487
3487
  <a name="post_quality_spotability"></a>
3488
3488
 
3489
- ## -[**KeywordSet**](KeywordSet.html) post_quality_spotability(opts)
3489
+ ## [**KeywordSet**](KeywordSet.html) post_quality_spotability(opts)
3490
3490
 
3491
3491
 
3492
3492
 
@@ -3501,7 +3501,7 @@ Requires NO permissions:
3501
3501
 
3502
3502
 
3503
3503
  ### Example
3504
- ~~~ruby
3504
+ ```{"language":"ruby"}
3505
3505
  # load the gem
3506
3506
  require 'purecloudplatformclientv2'
3507
3507
  # setup authorization
@@ -3528,7 +3528,7 @@ begin
3528
3528
  rescue PureCloud::ApiError => e
3529
3529
  puts "Exception when calling QualityApi->post_quality_spotability: #{e}"
3530
3530
  end
3531
- ~~~
3531
+ ```
3532
3532
 
3533
3533
  ### Parameters
3534
3534
 
@@ -3551,7 +3551,7 @@ Name | Type | Description | Notes
3551
3551
 
3552
3552
  <a name="post_quality_surveys_scoring"></a>
3553
3553
 
3554
- ## -[**SurveyScoringSet**](SurveyScoringSet.html) post_quality_surveys_scoring(body)
3554
+ ## [**SurveyScoringSet**](SurveyScoringSet.html) post_quality_surveys_scoring(body)
3555
3555
 
3556
3556
 
3557
3557
 
@@ -3566,7 +3566,7 @@ Requires NO permissions:
3566
3566
 
3567
3567
 
3568
3568
  ### Example
3569
- ~~~ruby
3569
+ ```{"language":"ruby"}
3570
3570
  # load the gem
3571
3571
  require 'purecloudplatformclientv2'
3572
3572
  # setup authorization
@@ -3592,7 +3592,7 @@ begin
3592
3592
  rescue PureCloud::ApiError => e
3593
3593
  puts "Exception when calling QualityApi->post_quality_surveys_scoring: #{e}"
3594
3594
  end
3595
- ~~~
3595
+ ```
3596
3596
 
3597
3597
  ### Parameters
3598
3598
 
@@ -3615,7 +3615,7 @@ Name | Type | Description | Notes
3615
3615
 
3616
3616
  <a name="put_quality_calibration"></a>
3617
3617
 
3618
- ## -[**Calibration**](Calibration.html) put_quality_calibration(calibration_id, body)
3618
+ ## [**Calibration**](Calibration.html) put_quality_calibration(calibration_id, body)
3619
3619
 
3620
3620
 
3621
3621
 
@@ -3630,7 +3630,7 @@ Requires NO permissions:
3630
3630
 
3631
3631
 
3632
3632
  ### Example
3633
- ~~~ruby
3633
+ ```{"language":"ruby"}
3634
3634
  # load the gem
3635
3635
  require 'purecloudplatformclientv2'
3636
3636
  # setup authorization
@@ -3658,7 +3658,7 @@ begin
3658
3658
  rescue PureCloud::ApiError => e
3659
3659
  puts "Exception when calling QualityApi->put_quality_calibration: #{e}"
3660
3660
  end
3661
- ~~~
3661
+ ```
3662
3662
 
3663
3663
  ### Parameters
3664
3664
 
@@ -3682,7 +3682,7 @@ Name | Type | Description | Notes
3682
3682
 
3683
3683
  <a name="put_quality_conversation_evaluation"></a>
3684
3684
 
3685
- ## -[**Evaluation**](Evaluation.html) put_quality_conversation_evaluation(conversation_id, evaluation_id, body, opts)
3685
+ ## [**Evaluation**](Evaluation.html) put_quality_conversation_evaluation(conversation_id, evaluation_id, body, opts)
3686
3686
 
3687
3687
 
3688
3688
 
@@ -3697,7 +3697,7 @@ Requires NO permissions:
3697
3697
 
3698
3698
 
3699
3699
  ### Example
3700
- ~~~ruby
3700
+ ```{"language":"ruby"}
3701
3701
  # load the gem
3702
3702
  require 'purecloudplatformclientv2'
3703
3703
  # setup authorization
@@ -3730,7 +3730,7 @@ begin
3730
3730
  rescue PureCloud::ApiError => e
3731
3731
  puts "Exception when calling QualityApi->put_quality_conversation_evaluation: #{e}"
3732
3732
  end
3733
- ~~~
3733
+ ```
3734
3734
 
3735
3735
  ### Parameters
3736
3736
 
@@ -3756,7 +3756,7 @@ Name | Type | Description | Notes
3756
3756
 
3757
3757
  <a name="put_quality_form"></a>
3758
3758
 
3759
- ## -[**EvaluationForm**](EvaluationForm.html) put_quality_form(form_id, body)
3759
+ ## [**EvaluationForm**](EvaluationForm.html) put_quality_form(form_id, body)
3760
3760
 
3761
3761
  <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>
3762
3762
 
@@ -3772,7 +3772,7 @@ Requires ANY permissions:
3772
3772
 
3773
3773
 
3774
3774
  ### Example
3775
- ~~~ruby
3775
+ ```{"language":"ruby"}
3776
3776
  # load the gem
3777
3777
  require 'purecloudplatformclientv2'
3778
3778
  # setup authorization
@@ -3800,7 +3800,7 @@ begin
3800
3800
  rescue PureCloud::ApiError => e
3801
3801
  puts "Exception when calling QualityApi->put_quality_form: #{e}"
3802
3802
  end
3803
- ~~~
3803
+ ```
3804
3804
 
3805
3805
  ### Parameters
3806
3806
 
@@ -3824,7 +3824,7 @@ Name | Type | Description | Notes
3824
3824
 
3825
3825
  <a name="put_quality_forms_evaluation"></a>
3826
3826
 
3827
- ## -[**EvaluationForm**](EvaluationForm.html) put_quality_forms_evaluation(form_id, body)
3827
+ ## [**EvaluationForm**](EvaluationForm.html) put_quality_forms_evaluation(form_id, body)
3828
3828
 
3829
3829
 
3830
3830
 
@@ -3840,7 +3840,7 @@ Requires ANY permissions:
3840
3840
 
3841
3841
 
3842
3842
  ### Example
3843
- ~~~ruby
3843
+ ```{"language":"ruby"}
3844
3844
  # load the gem
3845
3845
  require 'purecloudplatformclientv2'
3846
3846
  # setup authorization
@@ -3868,7 +3868,7 @@ begin
3868
3868
  rescue PureCloud::ApiError => e
3869
3869
  puts "Exception when calling QualityApi->put_quality_forms_evaluation: #{e}"
3870
3870
  end
3871
- ~~~
3871
+ ```
3872
3872
 
3873
3873
  ### Parameters
3874
3874
 
@@ -3892,7 +3892,7 @@ Name | Type | Description | Notes
3892
3892
 
3893
3893
  <a name="put_quality_forms_survey"></a>
3894
3894
 
3895
- ## -[**SurveyForm**](SurveyForm.html) put_quality_forms_survey(form_id, body)
3895
+ ## [**SurveyForm**](SurveyForm.html) put_quality_forms_survey(form_id, body)
3896
3896
 
3897
3897
 
3898
3898
 
@@ -3908,7 +3908,7 @@ Requires ANY permissions:
3908
3908
 
3909
3909
 
3910
3910
  ### Example
3911
- ~~~ruby
3911
+ ```{"language":"ruby"}
3912
3912
  # load the gem
3913
3913
  require 'purecloudplatformclientv2'
3914
3914
  # setup authorization
@@ -3936,7 +3936,7 @@ begin
3936
3936
  rescue PureCloud::ApiError => e
3937
3937
  puts "Exception when calling QualityApi->put_quality_forms_survey: #{e}"
3938
3938
  end
3939
- ~~~
3939
+ ```
3940
3940
 
3941
3941
  ### Parameters
3942
3942
 
@@ -3960,7 +3960,7 @@ Name | Type | Description | Notes
3960
3960
 
3961
3961
  <a name="put_quality_keywordset"></a>
3962
3962
 
3963
- ## -[**KeywordSet**](KeywordSet.html) put_quality_keywordset(keyword_set_id, body)
3963
+ ## [**KeywordSet**](KeywordSet.html) put_quality_keywordset(keyword_set_id, body)
3964
3964
 
3965
3965
 
3966
3966
 
@@ -3975,7 +3975,7 @@ Requires NO permissions:
3975
3975
 
3976
3976
 
3977
3977
  ### Example
3978
- ~~~ruby
3978
+ ```{"language":"ruby"}
3979
3979
  # load the gem
3980
3980
  require 'purecloudplatformclientv2'
3981
3981
  # setup authorization
@@ -4003,7 +4003,7 @@ begin
4003
4003
  rescue PureCloud::ApiError => e
4004
4004
  puts "Exception when calling QualityApi->put_quality_keywordset: #{e}"
4005
4005
  end
4006
- ~~~
4006
+ ```
4007
4007
 
4008
4008
  ### Parameters
4009
4009
 
@@ -4027,7 +4027,7 @@ Name | Type | Description | Notes
4027
4027
 
4028
4028
  <a name="put_quality_surveys_scorable"></a>
4029
4029
 
4030
- ## -[**ScorableSurvey**](ScorableSurvey.html) put_quality_surveys_scorable(body, opts)
4030
+ ## [**ScorableSurvey**](ScorableSurvey.html) put_quality_surveys_scorable(body, opts)
4031
4031
 
4032
4032
 
4033
4033
 
@@ -4042,7 +4042,7 @@ Requires NO permissions:
4042
4042
 
4043
4043
 
4044
4044
  ### Example
4045
- ~~~ruby
4045
+ ```{"language":"ruby"}
4046
4046
  # load the gem
4047
4047
  require 'purecloudplatformclientv2'
4048
4048
 
@@ -4061,7 +4061,7 @@ begin
4061
4061
  rescue PureCloud::ApiError => e
4062
4062
  puts "Exception when calling QualityApi->put_quality_surveys_scorable: #{e}"
4063
4063
  end
4064
- ~~~
4064
+ ```
4065
4065
 
4066
4066
  ### Parameters
4067
4067