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.
- checksums.yaml +4 -4
- data/README.md +8 -8
- data/docs/AlertingApi.md +33 -33
- data/docs/AnalyticsApi.md +81 -81
- data/docs/ArchitectApi.md +243 -243
- data/docs/AuthorizationApi.md +102 -102
- data/docs/BillingApi.md +6 -6
- data/docs/ContentManagementApi.md +114 -114
- data/docs/ConversationsApi.md +300 -300
- data/docs/DialerRulesetConfigChangeCondition.md +1 -0
- data/docs/DialerRulesetConfigChangeDataActionConditionPredicate.md +2 -0
- data/docs/ExternalContactsApi.md +90 -90
- data/docs/FaxApi.md +18 -18
- data/docs/FlowsApi.md +3 -3
- data/docs/GeneralDataProtectionRegulationApi.md +12 -12
- data/docs/GeolocationApi.md +12 -12
- data/docs/GreetingsApi.md +48 -48
- data/docs/GroupsApi.md +42 -42
- data/docs/IdentityProviderApi.md +84 -84
- data/docs/IntegrationsApi.md +123 -123
- data/docs/LanguagesApi.md +30 -30
- data/docs/LicenseApi.md +24 -24
- data/docs/LocationsApi.md +21 -21
- data/docs/MessagingApi.md +42 -42
- data/docs/MobileDevicesApi.md +15 -15
- data/docs/NotificationsApi.md +21 -21
- data/docs/OAuthApi.md +18 -18
- data/docs/ObjectsApi.md +24 -24
- data/docs/OrganizationApi.md +18 -18
- data/docs/OrganizationAuthorizationApi.md +69 -69
- data/docs/OutboundApi.md +288 -288
- data/docs/PresenceApi.md +27 -27
- data/docs/QualityApi.md +174 -174
- data/docs/QueueUserEventTopicQueueMember.md +4 -3
- data/docs/RecordingApi.md +111 -111
- data/docs/ResponseManagementApi.md +33 -33
- data/docs/RoutingApi.md +189 -189
- data/docs/ScriptsApi.md +33 -33
- data/docs/SearchApi.md +48 -48
- data/docs/StationsApi.md +15 -15
- data/docs/SuggestApi.md +12 -12
- data/docs/TelephonyProvidersEdgeApi.md +375 -375
- data/docs/TokensApi.md +6 -6
- data/docs/UserRecordingsApi.md +18 -18
- data/docs/UsersApi.md +183 -183
- data/docs/UtilitiesApi.md +12 -12
- data/docs/VoicemailApi.md +72 -72
- data/docs/WebChatApi.md +24 -24
- data/docs/WorkforceManagementApi.md +192 -192
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/conversation_callback_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/conversation_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_condition.rb +26 -1
- data/lib/purecloudplatformclientv2/models/dialer_ruleset_config_change_data_action_condition_predicate.rb +51 -1
- data/lib/purecloudplatformclientv2/models/queue_conversation_callback_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_voicemail.rb +2 -2
- data/lib/purecloudplatformclientv2/models/queue_user_event_topic_queue_member.rb +50 -25
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +2 -2
data/docs/GroupsApi.md
CHANGED
@@ -26,7 +26,7 @@ Method | Description
|
|
26
26
|
|
27
27
|
<a name="delete_group"></a>
|
28
28
|
|
29
|
-
##
|
29
|
+
## delete_group(group_id)
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -43,7 +43,7 @@ Requires ANY permissions:
|
|
43
43
|
|
44
44
|
|
45
45
|
### Example
|
46
|
-
|
46
|
+
```{"language":"ruby"}
|
47
47
|
# load the gem
|
48
48
|
require 'purecloudplatformclientv2'
|
49
49
|
# setup authorization
|
@@ -68,7 +68,7 @@ begin
|
|
68
68
|
rescue PureCloud::ApiError => e
|
69
69
|
puts "Exception when calling GroupsApi->delete_group: #{e}"
|
70
70
|
end
|
71
|
-
|
71
|
+
```
|
72
72
|
|
73
73
|
### Parameters
|
74
74
|
|
@@ -91,7 +91,7 @@ nil (empty response body)
|
|
91
91
|
|
92
92
|
<a name="delete_group_members"></a>
|
93
93
|
|
94
|
-
##
|
94
|
+
## [**Empty**](Empty.html) delete_group_members(group_id, ids)
|
95
95
|
|
96
96
|
|
97
97
|
|
@@ -106,7 +106,7 @@ Requires NO permissions:
|
|
106
106
|
|
107
107
|
|
108
108
|
### Example
|
109
|
-
|
109
|
+
```{"language":"ruby"}
|
110
110
|
# load the gem
|
111
111
|
require 'purecloudplatformclientv2'
|
112
112
|
# setup authorization
|
@@ -134,7 +134,7 @@ begin
|
|
134
134
|
rescue PureCloud::ApiError => e
|
135
135
|
puts "Exception when calling GroupsApi->delete_group_members: #{e}"
|
136
136
|
end
|
137
|
-
|
137
|
+
```
|
138
138
|
|
139
139
|
### Parameters
|
140
140
|
|
@@ -158,7 +158,7 @@ Name | Type | Description | Notes
|
|
158
158
|
|
159
159
|
<a name="get_fieldconfig"></a>
|
160
160
|
|
161
|
-
##
|
161
|
+
## [**FieldConfig**](FieldConfig.html) get_fieldconfig(type)
|
162
162
|
|
163
163
|
|
164
164
|
|
@@ -173,7 +173,7 @@ Requires NO permissions:
|
|
173
173
|
|
174
174
|
|
175
175
|
### Example
|
176
|
-
|
176
|
+
```{"language":"ruby"}
|
177
177
|
# load the gem
|
178
178
|
require 'purecloudplatformclientv2'
|
179
179
|
# setup authorization
|
@@ -199,7 +199,7 @@ begin
|
|
199
199
|
rescue PureCloud::ApiError => e
|
200
200
|
puts "Exception when calling GroupsApi->get_fieldconfig: #{e}"
|
201
201
|
end
|
202
|
-
|
202
|
+
```
|
203
203
|
|
204
204
|
### Parameters
|
205
205
|
|
@@ -222,7 +222,7 @@ Name | Type | Description | Notes
|
|
222
222
|
|
223
223
|
<a name="get_group"></a>
|
224
224
|
|
225
|
-
##
|
225
|
+
## [**Group**](Group.html) get_group(group_id)
|
226
226
|
|
227
227
|
|
228
228
|
|
@@ -237,7 +237,7 @@ Requires NO permissions:
|
|
237
237
|
|
238
238
|
|
239
239
|
### Example
|
240
|
-
|
240
|
+
```{"language":"ruby"}
|
241
241
|
# load the gem
|
242
242
|
require 'purecloudplatformclientv2'
|
243
243
|
# setup authorization
|
@@ -263,7 +263,7 @@ begin
|
|
263
263
|
rescue PureCloud::ApiError => e
|
264
264
|
puts "Exception when calling GroupsApi->get_group: #{e}"
|
265
265
|
end
|
266
|
-
|
266
|
+
```
|
267
267
|
|
268
268
|
### Parameters
|
269
269
|
|
@@ -286,7 +286,7 @@ Name | Type | Description | Notes
|
|
286
286
|
|
287
287
|
<a name="get_group_individuals"></a>
|
288
288
|
|
289
|
-
##
|
289
|
+
## [**UserEntityListing**](UserEntityListing.html) get_group_individuals(group_id)
|
290
290
|
|
291
291
|
|
292
292
|
|
@@ -301,7 +301,7 @@ Requires NO permissions:
|
|
301
301
|
|
302
302
|
|
303
303
|
### Example
|
304
|
-
|
304
|
+
```{"language":"ruby"}
|
305
305
|
# load the gem
|
306
306
|
require 'purecloudplatformclientv2'
|
307
307
|
# setup authorization
|
@@ -327,7 +327,7 @@ begin
|
|
327
327
|
rescue PureCloud::ApiError => e
|
328
328
|
puts "Exception when calling GroupsApi->get_group_individuals: #{e}"
|
329
329
|
end
|
330
|
-
|
330
|
+
```
|
331
331
|
|
332
332
|
### Parameters
|
333
333
|
|
@@ -350,7 +350,7 @@ Name | Type | Description | Notes
|
|
350
350
|
|
351
351
|
<a name="get_group_members"></a>
|
352
352
|
|
353
|
-
##
|
353
|
+
## [**UserEntityListing**](UserEntityListing.html) get_group_members(group_id, opts)
|
354
354
|
|
355
355
|
|
356
356
|
|
@@ -365,7 +365,7 @@ Requires NO permissions:
|
|
365
365
|
|
366
366
|
|
367
367
|
### Example
|
368
|
-
|
368
|
+
```{"language":"ruby"}
|
369
369
|
# load the gem
|
370
370
|
require 'purecloudplatformclientv2'
|
371
371
|
# setup authorization
|
@@ -397,7 +397,7 @@ begin
|
|
397
397
|
rescue PureCloud::ApiError => e
|
398
398
|
puts "Exception when calling GroupsApi->get_group_members: #{e}"
|
399
399
|
end
|
400
|
-
|
400
|
+
```
|
401
401
|
|
402
402
|
### Parameters
|
403
403
|
|
@@ -424,7 +424,7 @@ Name | Type | Description | Notes
|
|
424
424
|
|
425
425
|
<a name="get_group_profile"></a>
|
426
426
|
|
427
|
-
##
|
427
|
+
## [**GroupProfile**](GroupProfile.html) get_group_profile(group_id, opts)
|
428
428
|
|
429
429
|
|
430
430
|
|
@@ -439,7 +439,7 @@ Requires NO permissions:
|
|
439
439
|
|
440
440
|
|
441
441
|
### Example
|
442
|
-
|
442
|
+
```{"language":"ruby"}
|
443
443
|
# load the gem
|
444
444
|
require 'purecloudplatformclientv2'
|
445
445
|
# setup authorization
|
@@ -468,7 +468,7 @@ begin
|
|
468
468
|
rescue PureCloud::ApiError => e
|
469
469
|
puts "Exception when calling GroupsApi->get_group_profile: #{e}"
|
470
470
|
end
|
471
|
-
|
471
|
+
```
|
472
472
|
|
473
473
|
### Parameters
|
474
474
|
|
@@ -492,7 +492,7 @@ Name | Type | Description | Notes
|
|
492
492
|
|
493
493
|
<a name="get_groups"></a>
|
494
494
|
|
495
|
-
##
|
495
|
+
## [**GroupEntityListing**](GroupEntityListing.html) get_groups(opts)
|
496
496
|
|
497
497
|
|
498
498
|
|
@@ -507,7 +507,7 @@ Requires NO permissions:
|
|
507
507
|
|
508
508
|
|
509
509
|
### Example
|
510
|
-
|
510
|
+
```{"language":"ruby"}
|
511
511
|
# load the gem
|
512
512
|
require 'purecloudplatformclientv2'
|
513
513
|
# setup authorization
|
@@ -537,7 +537,7 @@ begin
|
|
537
537
|
rescue PureCloud::ApiError => e
|
538
538
|
puts "Exception when calling GroupsApi->get_groups: #{e}"
|
539
539
|
end
|
540
|
-
|
540
|
+
```
|
541
541
|
|
542
542
|
### Parameters
|
543
543
|
|
@@ -563,7 +563,7 @@ Name | Type | Description | Notes
|
|
563
563
|
|
564
564
|
<a name="get_groups_search"></a>
|
565
565
|
|
566
|
-
##
|
566
|
+
## [**GroupsSearchResponse**](GroupsSearchResponse.html) get_groups_search(q64, opts)
|
567
567
|
|
568
568
|
|
569
569
|
|
@@ -578,7 +578,7 @@ Requires NO permissions:
|
|
578
578
|
|
579
579
|
|
580
580
|
### Example
|
581
|
-
|
581
|
+
```{"language":"ruby"}
|
582
582
|
# load the gem
|
583
583
|
require 'purecloudplatformclientv2'
|
584
584
|
# setup authorization
|
@@ -607,7 +607,7 @@ begin
|
|
607
607
|
rescue PureCloud::ApiError => e
|
608
608
|
puts "Exception when calling GroupsApi->get_groups_search: #{e}"
|
609
609
|
end
|
610
|
-
|
610
|
+
```
|
611
611
|
|
612
612
|
### Parameters
|
613
613
|
|
@@ -631,7 +631,7 @@ Name | Type | Description | Notes
|
|
631
631
|
|
632
632
|
<a name="get_profiles_groups"></a>
|
633
633
|
|
634
|
-
##
|
634
|
+
## [**GroupProfileEntityListing**](GroupProfileEntityListing.html) get_profiles_groups(opts)
|
635
635
|
|
636
636
|
|
637
637
|
|
@@ -646,7 +646,7 @@ Requires NO permissions:
|
|
646
646
|
|
647
647
|
|
648
648
|
### Example
|
649
|
-
|
649
|
+
```{"language":"ruby"}
|
650
650
|
# load the gem
|
651
651
|
require 'purecloudplatformclientv2'
|
652
652
|
# setup authorization
|
@@ -676,7 +676,7 @@ begin
|
|
676
676
|
rescue PureCloud::ApiError => e
|
677
677
|
puts "Exception when calling GroupsApi->get_profiles_groups: #{e}"
|
678
678
|
end
|
679
|
-
|
679
|
+
```
|
680
680
|
|
681
681
|
### Parameters
|
682
682
|
|
@@ -702,7 +702,7 @@ Name | Type | Description | Notes
|
|
702
702
|
|
703
703
|
<a name="post_group_members"></a>
|
704
704
|
|
705
|
-
##
|
705
|
+
## [**Empty**](Empty.html) post_group_members(group_id, body)
|
706
706
|
|
707
707
|
|
708
708
|
|
@@ -717,7 +717,7 @@ Requires NO permissions:
|
|
717
717
|
|
718
718
|
|
719
719
|
### Example
|
720
|
-
|
720
|
+
```{"language":"ruby"}
|
721
721
|
# load the gem
|
722
722
|
require 'purecloudplatformclientv2'
|
723
723
|
# setup authorization
|
@@ -745,7 +745,7 @@ begin
|
|
745
745
|
rescue PureCloud::ApiError => e
|
746
746
|
puts "Exception when calling GroupsApi->post_group_members: #{e}"
|
747
747
|
end
|
748
|
-
|
748
|
+
```
|
749
749
|
|
750
750
|
### Parameters
|
751
751
|
|
@@ -769,7 +769,7 @@ Name | Type | Description | Notes
|
|
769
769
|
|
770
770
|
<a name="post_groups"></a>
|
771
771
|
|
772
|
-
##
|
772
|
+
## [**Group**](Group.html) post_groups(body)
|
773
773
|
|
774
774
|
|
775
775
|
|
@@ -786,7 +786,7 @@ Requires ANY permissions:
|
|
786
786
|
|
787
787
|
|
788
788
|
### Example
|
789
|
-
|
789
|
+
```{"language":"ruby"}
|
790
790
|
# load the gem
|
791
791
|
require 'purecloudplatformclientv2'
|
792
792
|
# setup authorization
|
@@ -812,7 +812,7 @@ begin
|
|
812
812
|
rescue PureCloud::ApiError => e
|
813
813
|
puts "Exception when calling GroupsApi->post_groups: #{e}"
|
814
814
|
end
|
815
|
-
|
815
|
+
```
|
816
816
|
|
817
817
|
### Parameters
|
818
818
|
|
@@ -835,7 +835,7 @@ Name | Type | Description | Notes
|
|
835
835
|
|
836
836
|
<a name="post_groups_search"></a>
|
837
837
|
|
838
|
-
##
|
838
|
+
## [**GroupsSearchResponse**](GroupsSearchResponse.html) post_groups_search(body)
|
839
839
|
|
840
840
|
|
841
841
|
|
@@ -850,7 +850,7 @@ Requires NO permissions:
|
|
850
850
|
|
851
851
|
|
852
852
|
### Example
|
853
|
-
|
853
|
+
```{"language":"ruby"}
|
854
854
|
# load the gem
|
855
855
|
require 'purecloudplatformclientv2'
|
856
856
|
# setup authorization
|
@@ -876,7 +876,7 @@ begin
|
|
876
876
|
rescue PureCloud::ApiError => e
|
877
877
|
puts "Exception when calling GroupsApi->post_groups_search: #{e}"
|
878
878
|
end
|
879
|
-
|
879
|
+
```
|
880
880
|
|
881
881
|
### Parameters
|
882
882
|
|
@@ -899,7 +899,7 @@ Name | Type | Description | Notes
|
|
899
899
|
|
900
900
|
<a name="put_group"></a>
|
901
901
|
|
902
|
-
##
|
902
|
+
## [**Group**](Group.html) put_group(group_id, opts)
|
903
903
|
|
904
904
|
|
905
905
|
|
@@ -916,7 +916,7 @@ Requires ANY permissions:
|
|
916
916
|
|
917
917
|
|
918
918
|
### Example
|
919
|
-
|
919
|
+
```{"language":"ruby"}
|
920
920
|
# load the gem
|
921
921
|
require 'purecloudplatformclientv2'
|
922
922
|
# setup authorization
|
@@ -945,7 +945,7 @@ begin
|
|
945
945
|
rescue PureCloud::ApiError => e
|
946
946
|
puts "Exception when calling GroupsApi->put_group: #{e}"
|
947
947
|
end
|
948
|
-
|
948
|
+
```
|
949
949
|
|
950
950
|
### Parameters
|
951
951
|
|
data/docs/IdentityProviderApi.md
CHANGED
@@ -40,7 +40,7 @@ Method | Description
|
|
40
40
|
|
41
41
|
<a name="delete_identityproviders_adfs"></a>
|
42
42
|
|
43
|
-
##
|
43
|
+
## [**Empty**](Empty.html) delete_identityproviders_adfs
|
44
44
|
|
45
45
|
|
46
46
|
|
@@ -56,7 +56,7 @@ Requires ANY permissions:
|
|
56
56
|
|
57
57
|
|
58
58
|
### Example
|
59
|
-
|
59
|
+
```{"language":"ruby"}
|
60
60
|
# load the gem
|
61
61
|
require 'purecloudplatformclientv2'
|
62
62
|
# setup authorization
|
@@ -79,7 +79,7 @@ begin
|
|
79
79
|
rescue PureCloud::ApiError => e
|
80
80
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_adfs: #{e}"
|
81
81
|
end
|
82
|
-
|
82
|
+
```
|
83
83
|
|
84
84
|
### Parameters
|
85
85
|
This endpoint does not need any parameter.
|
@@ -99,7 +99,7 @@ This endpoint does not need any parameter.
|
|
99
99
|
|
100
100
|
<a name="delete_identityproviders_cic"></a>
|
101
101
|
|
102
|
-
##
|
102
|
+
## [**Empty**](Empty.html) delete_identityproviders_cic
|
103
103
|
|
104
104
|
|
105
105
|
|
@@ -115,7 +115,7 @@ Requires ANY permissions:
|
|
115
115
|
|
116
116
|
|
117
117
|
### Example
|
118
|
-
|
118
|
+
```{"language":"ruby"}
|
119
119
|
# load the gem
|
120
120
|
require 'purecloudplatformclientv2'
|
121
121
|
# setup authorization
|
@@ -138,7 +138,7 @@ begin
|
|
138
138
|
rescue PureCloud::ApiError => e
|
139
139
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_cic: #{e}"
|
140
140
|
end
|
141
|
-
|
141
|
+
```
|
142
142
|
|
143
143
|
### Parameters
|
144
144
|
This endpoint does not need any parameter.
|
@@ -158,7 +158,7 @@ This endpoint does not need any parameter.
|
|
158
158
|
|
159
159
|
<a name="delete_identityproviders_gsuite"></a>
|
160
160
|
|
161
|
-
##
|
161
|
+
## [**Empty**](Empty.html) delete_identityproviders_gsuite
|
162
162
|
|
163
163
|
|
164
164
|
|
@@ -174,7 +174,7 @@ Requires ANY permissions:
|
|
174
174
|
|
175
175
|
|
176
176
|
### Example
|
177
|
-
|
177
|
+
```{"language":"ruby"}
|
178
178
|
# load the gem
|
179
179
|
require 'purecloudplatformclientv2'
|
180
180
|
# setup authorization
|
@@ -197,7 +197,7 @@ begin
|
|
197
197
|
rescue PureCloud::ApiError => e
|
198
198
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_gsuite: #{e}"
|
199
199
|
end
|
200
|
-
|
200
|
+
```
|
201
201
|
|
202
202
|
### Parameters
|
203
203
|
This endpoint does not need any parameter.
|
@@ -217,7 +217,7 @@ This endpoint does not need any parameter.
|
|
217
217
|
|
218
218
|
<a name="delete_identityproviders_identitynow"></a>
|
219
219
|
|
220
|
-
##
|
220
|
+
## [**Empty**](Empty.html) delete_identityproviders_identitynow
|
221
221
|
|
222
222
|
|
223
223
|
|
@@ -233,7 +233,7 @@ Requires ANY permissions:
|
|
233
233
|
|
234
234
|
|
235
235
|
### Example
|
236
|
-
|
236
|
+
```{"language":"ruby"}
|
237
237
|
# load the gem
|
238
238
|
require 'purecloudplatformclientv2'
|
239
239
|
# setup authorization
|
@@ -256,7 +256,7 @@ begin
|
|
256
256
|
rescue PureCloud::ApiError => e
|
257
257
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_identitynow: #{e}"
|
258
258
|
end
|
259
|
-
|
259
|
+
```
|
260
260
|
|
261
261
|
### Parameters
|
262
262
|
This endpoint does not need any parameter.
|
@@ -276,7 +276,7 @@ This endpoint does not need any parameter.
|
|
276
276
|
|
277
277
|
<a name="delete_identityproviders_okta"></a>
|
278
278
|
|
279
|
-
##
|
279
|
+
## [**Empty**](Empty.html) delete_identityproviders_okta
|
280
280
|
|
281
281
|
|
282
282
|
|
@@ -292,7 +292,7 @@ Requires ANY permissions:
|
|
292
292
|
|
293
293
|
|
294
294
|
### Example
|
295
|
-
|
295
|
+
```{"language":"ruby"}
|
296
296
|
# load the gem
|
297
297
|
require 'purecloudplatformclientv2'
|
298
298
|
# setup authorization
|
@@ -315,7 +315,7 @@ begin
|
|
315
315
|
rescue PureCloud::ApiError => e
|
316
316
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_okta: #{e}"
|
317
317
|
end
|
318
|
-
|
318
|
+
```
|
319
319
|
|
320
320
|
### Parameters
|
321
321
|
This endpoint does not need any parameter.
|
@@ -335,7 +335,7 @@ This endpoint does not need any parameter.
|
|
335
335
|
|
336
336
|
<a name="delete_identityproviders_onelogin"></a>
|
337
337
|
|
338
|
-
##
|
338
|
+
## [**Empty**](Empty.html) delete_identityproviders_onelogin
|
339
339
|
|
340
340
|
|
341
341
|
|
@@ -351,7 +351,7 @@ Requires ANY permissions:
|
|
351
351
|
|
352
352
|
|
353
353
|
### Example
|
354
|
-
|
354
|
+
```{"language":"ruby"}
|
355
355
|
# load the gem
|
356
356
|
require 'purecloudplatformclientv2'
|
357
357
|
# setup authorization
|
@@ -374,7 +374,7 @@ begin
|
|
374
374
|
rescue PureCloud::ApiError => e
|
375
375
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_onelogin: #{e}"
|
376
376
|
end
|
377
|
-
|
377
|
+
```
|
378
378
|
|
379
379
|
### Parameters
|
380
380
|
This endpoint does not need any parameter.
|
@@ -394,7 +394,7 @@ This endpoint does not need any parameter.
|
|
394
394
|
|
395
395
|
<a name="delete_identityproviders_ping"></a>
|
396
396
|
|
397
|
-
##
|
397
|
+
## [**Empty**](Empty.html) delete_identityproviders_ping
|
398
398
|
|
399
399
|
|
400
400
|
|
@@ -410,7 +410,7 @@ Requires ANY permissions:
|
|
410
410
|
|
411
411
|
|
412
412
|
### Example
|
413
|
-
|
413
|
+
```{"language":"ruby"}
|
414
414
|
# load the gem
|
415
415
|
require 'purecloudplatformclientv2'
|
416
416
|
# setup authorization
|
@@ -433,7 +433,7 @@ begin
|
|
433
433
|
rescue PureCloud::ApiError => e
|
434
434
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_ping: #{e}"
|
435
435
|
end
|
436
|
-
|
436
|
+
```
|
437
437
|
|
438
438
|
### Parameters
|
439
439
|
This endpoint does not need any parameter.
|
@@ -453,7 +453,7 @@ This endpoint does not need any parameter.
|
|
453
453
|
|
454
454
|
<a name="delete_identityproviders_purecloud"></a>
|
455
455
|
|
456
|
-
##
|
456
|
+
## [**Empty**](Empty.html) delete_identityproviders_purecloud
|
457
457
|
|
458
458
|
|
459
459
|
|
@@ -469,7 +469,7 @@ Requires ANY permissions:
|
|
469
469
|
|
470
470
|
|
471
471
|
### Example
|
472
|
-
|
472
|
+
```{"language":"ruby"}
|
473
473
|
# load the gem
|
474
474
|
require 'purecloudplatformclientv2'
|
475
475
|
# setup authorization
|
@@ -492,7 +492,7 @@ begin
|
|
492
492
|
rescue PureCloud::ApiError => e
|
493
493
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_purecloud: #{e}"
|
494
494
|
end
|
495
|
-
|
495
|
+
```
|
496
496
|
|
497
497
|
### Parameters
|
498
498
|
This endpoint does not need any parameter.
|
@@ -512,7 +512,7 @@ This endpoint does not need any parameter.
|
|
512
512
|
|
513
513
|
<a name="delete_identityproviders_salesforce"></a>
|
514
514
|
|
515
|
-
##
|
515
|
+
## [**Empty**](Empty.html) delete_identityproviders_salesforce
|
516
516
|
|
517
517
|
|
518
518
|
|
@@ -528,7 +528,7 @@ Requires ANY permissions:
|
|
528
528
|
|
529
529
|
|
530
530
|
### Example
|
531
|
-
|
531
|
+
```{"language":"ruby"}
|
532
532
|
# load the gem
|
533
533
|
require 'purecloudplatformclientv2'
|
534
534
|
# setup authorization
|
@@ -551,7 +551,7 @@ begin
|
|
551
551
|
rescue PureCloud::ApiError => e
|
552
552
|
puts "Exception when calling IdentityProviderApi->delete_identityproviders_salesforce: #{e}"
|
553
553
|
end
|
554
|
-
|
554
|
+
```
|
555
555
|
|
556
556
|
### Parameters
|
557
557
|
This endpoint does not need any parameter.
|
@@ -571,7 +571,7 @@ This endpoint does not need any parameter.
|
|
571
571
|
|
572
572
|
<a name="get_identityproviders"></a>
|
573
573
|
|
574
|
-
##
|
574
|
+
## [**OAuthProviderEntityListing**](OAuthProviderEntityListing.html) get_identityproviders
|
575
575
|
|
576
576
|
|
577
577
|
|
@@ -587,7 +587,7 @@ Requires ANY permissions:
|
|
587
587
|
|
588
588
|
|
589
589
|
### Example
|
590
|
-
|
590
|
+
```{"language":"ruby"}
|
591
591
|
# load the gem
|
592
592
|
require 'purecloudplatformclientv2'
|
593
593
|
# setup authorization
|
@@ -610,7 +610,7 @@ begin
|
|
610
610
|
rescue PureCloud::ApiError => e
|
611
611
|
puts "Exception when calling IdentityProviderApi->get_identityproviders: #{e}"
|
612
612
|
end
|
613
|
-
|
613
|
+
```
|
614
614
|
|
615
615
|
### Parameters
|
616
616
|
This endpoint does not need any parameter.
|
@@ -630,7 +630,7 @@ This endpoint does not need any parameter.
|
|
630
630
|
|
631
631
|
<a name="get_identityproviders_adfs"></a>
|
632
632
|
|
633
|
-
##
|
633
|
+
## [**ADFS**](ADFS.html) get_identityproviders_adfs
|
634
634
|
|
635
635
|
|
636
636
|
|
@@ -646,7 +646,7 @@ Requires ANY permissions:
|
|
646
646
|
|
647
647
|
|
648
648
|
### Example
|
649
|
-
|
649
|
+
```{"language":"ruby"}
|
650
650
|
# load the gem
|
651
651
|
require 'purecloudplatformclientv2'
|
652
652
|
# setup authorization
|
@@ -669,7 +669,7 @@ begin
|
|
669
669
|
rescue PureCloud::ApiError => e
|
670
670
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_adfs: #{e}"
|
671
671
|
end
|
672
|
-
|
672
|
+
```
|
673
673
|
|
674
674
|
### Parameters
|
675
675
|
This endpoint does not need any parameter.
|
@@ -689,7 +689,7 @@ This endpoint does not need any parameter.
|
|
689
689
|
|
690
690
|
<a name="get_identityproviders_cic"></a>
|
691
691
|
|
692
|
-
##
|
692
|
+
## [**CustomerInteractionCenter**](CustomerInteractionCenter.html) get_identityproviders_cic
|
693
693
|
|
694
694
|
|
695
695
|
|
@@ -705,7 +705,7 @@ Requires ANY permissions:
|
|
705
705
|
|
706
706
|
|
707
707
|
### Example
|
708
|
-
|
708
|
+
```{"language":"ruby"}
|
709
709
|
# load the gem
|
710
710
|
require 'purecloudplatformclientv2'
|
711
711
|
# setup authorization
|
@@ -728,7 +728,7 @@ begin
|
|
728
728
|
rescue PureCloud::ApiError => e
|
729
729
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_cic: #{e}"
|
730
730
|
end
|
731
|
-
|
731
|
+
```
|
732
732
|
|
733
733
|
### Parameters
|
734
734
|
This endpoint does not need any parameter.
|
@@ -748,7 +748,7 @@ This endpoint does not need any parameter.
|
|
748
748
|
|
749
749
|
<a name="get_identityproviders_gsuite"></a>
|
750
750
|
|
751
|
-
##
|
751
|
+
## [**GSuite**](GSuite.html) get_identityproviders_gsuite
|
752
752
|
|
753
753
|
|
754
754
|
|
@@ -764,7 +764,7 @@ Requires ANY permissions:
|
|
764
764
|
|
765
765
|
|
766
766
|
### Example
|
767
|
-
|
767
|
+
```{"language":"ruby"}
|
768
768
|
# load the gem
|
769
769
|
require 'purecloudplatformclientv2'
|
770
770
|
# setup authorization
|
@@ -787,7 +787,7 @@ begin
|
|
787
787
|
rescue PureCloud::ApiError => e
|
788
788
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_gsuite: #{e}"
|
789
789
|
end
|
790
|
-
|
790
|
+
```
|
791
791
|
|
792
792
|
### Parameters
|
793
793
|
This endpoint does not need any parameter.
|
@@ -807,7 +807,7 @@ This endpoint does not need any parameter.
|
|
807
807
|
|
808
808
|
<a name="get_identityproviders_identitynow"></a>
|
809
809
|
|
810
|
-
##
|
810
|
+
## [**IdentityNow**](IdentityNow.html) get_identityproviders_identitynow
|
811
811
|
|
812
812
|
|
813
813
|
|
@@ -823,7 +823,7 @@ Requires ANY permissions:
|
|
823
823
|
|
824
824
|
|
825
825
|
### Example
|
826
|
-
|
826
|
+
```{"language":"ruby"}
|
827
827
|
# load the gem
|
828
828
|
require 'purecloudplatformclientv2'
|
829
829
|
# setup authorization
|
@@ -846,7 +846,7 @@ begin
|
|
846
846
|
rescue PureCloud::ApiError => e
|
847
847
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_identitynow: #{e}"
|
848
848
|
end
|
849
|
-
|
849
|
+
```
|
850
850
|
|
851
851
|
### Parameters
|
852
852
|
This endpoint does not need any parameter.
|
@@ -866,7 +866,7 @@ This endpoint does not need any parameter.
|
|
866
866
|
|
867
867
|
<a name="get_identityproviders_okta"></a>
|
868
868
|
|
869
|
-
##
|
869
|
+
## [**Okta**](Okta.html) get_identityproviders_okta
|
870
870
|
|
871
871
|
|
872
872
|
|
@@ -882,7 +882,7 @@ Requires ANY permissions:
|
|
882
882
|
|
883
883
|
|
884
884
|
### Example
|
885
|
-
|
885
|
+
```{"language":"ruby"}
|
886
886
|
# load the gem
|
887
887
|
require 'purecloudplatformclientv2'
|
888
888
|
# setup authorization
|
@@ -905,7 +905,7 @@ begin
|
|
905
905
|
rescue PureCloud::ApiError => e
|
906
906
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_okta: #{e}"
|
907
907
|
end
|
908
|
-
|
908
|
+
```
|
909
909
|
|
910
910
|
### Parameters
|
911
911
|
This endpoint does not need any parameter.
|
@@ -925,7 +925,7 @@ This endpoint does not need any parameter.
|
|
925
925
|
|
926
926
|
<a name="get_identityproviders_onelogin"></a>
|
927
927
|
|
928
|
-
##
|
928
|
+
## [**OneLogin**](OneLogin.html) get_identityproviders_onelogin
|
929
929
|
|
930
930
|
|
931
931
|
|
@@ -941,7 +941,7 @@ Requires ANY permissions:
|
|
941
941
|
|
942
942
|
|
943
943
|
### Example
|
944
|
-
|
944
|
+
```{"language":"ruby"}
|
945
945
|
# load the gem
|
946
946
|
require 'purecloudplatformclientv2'
|
947
947
|
# setup authorization
|
@@ -964,7 +964,7 @@ begin
|
|
964
964
|
rescue PureCloud::ApiError => e
|
965
965
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_onelogin: #{e}"
|
966
966
|
end
|
967
|
-
|
967
|
+
```
|
968
968
|
|
969
969
|
### Parameters
|
970
970
|
This endpoint does not need any parameter.
|
@@ -984,7 +984,7 @@ This endpoint does not need any parameter.
|
|
984
984
|
|
985
985
|
<a name="get_identityproviders_ping"></a>
|
986
986
|
|
987
|
-
##
|
987
|
+
## [**PingIdentity**](PingIdentity.html) get_identityproviders_ping
|
988
988
|
|
989
989
|
|
990
990
|
|
@@ -1000,7 +1000,7 @@ Requires ANY permissions:
|
|
1000
1000
|
|
1001
1001
|
|
1002
1002
|
### Example
|
1003
|
-
|
1003
|
+
```{"language":"ruby"}
|
1004
1004
|
# load the gem
|
1005
1005
|
require 'purecloudplatformclientv2'
|
1006
1006
|
# setup authorization
|
@@ -1023,7 +1023,7 @@ begin
|
|
1023
1023
|
rescue PureCloud::ApiError => e
|
1024
1024
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_ping: #{e}"
|
1025
1025
|
end
|
1026
|
-
|
1026
|
+
```
|
1027
1027
|
|
1028
1028
|
### Parameters
|
1029
1029
|
This endpoint does not need any parameter.
|
@@ -1043,7 +1043,7 @@ This endpoint does not need any parameter.
|
|
1043
1043
|
|
1044
1044
|
<a name="get_identityproviders_purecloud"></a>
|
1045
1045
|
|
1046
|
-
##
|
1046
|
+
## [**PureCloud**](PureCloud.html) get_identityproviders_purecloud
|
1047
1047
|
|
1048
1048
|
|
1049
1049
|
|
@@ -1059,7 +1059,7 @@ Requires ANY permissions:
|
|
1059
1059
|
|
1060
1060
|
|
1061
1061
|
### Example
|
1062
|
-
|
1062
|
+
```{"language":"ruby"}
|
1063
1063
|
# load the gem
|
1064
1064
|
require 'purecloudplatformclientv2'
|
1065
1065
|
# setup authorization
|
@@ -1082,7 +1082,7 @@ begin
|
|
1082
1082
|
rescue PureCloud::ApiError => e
|
1083
1083
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_purecloud: #{e}"
|
1084
1084
|
end
|
1085
|
-
|
1085
|
+
```
|
1086
1086
|
|
1087
1087
|
### Parameters
|
1088
1088
|
This endpoint does not need any parameter.
|
@@ -1102,7 +1102,7 @@ This endpoint does not need any parameter.
|
|
1102
1102
|
|
1103
1103
|
<a name="get_identityproviders_salesforce"></a>
|
1104
1104
|
|
1105
|
-
##
|
1105
|
+
## [**Salesforce**](Salesforce.html) get_identityproviders_salesforce
|
1106
1106
|
|
1107
1107
|
|
1108
1108
|
|
@@ -1118,7 +1118,7 @@ Requires ANY permissions:
|
|
1118
1118
|
|
1119
1119
|
|
1120
1120
|
### Example
|
1121
|
-
|
1121
|
+
```{"language":"ruby"}
|
1122
1122
|
# load the gem
|
1123
1123
|
require 'purecloudplatformclientv2'
|
1124
1124
|
# setup authorization
|
@@ -1141,7 +1141,7 @@ begin
|
|
1141
1141
|
rescue PureCloud::ApiError => e
|
1142
1142
|
puts "Exception when calling IdentityProviderApi->get_identityproviders_salesforce: #{e}"
|
1143
1143
|
end
|
1144
|
-
|
1144
|
+
```
|
1145
1145
|
|
1146
1146
|
### Parameters
|
1147
1147
|
This endpoint does not need any parameter.
|
@@ -1161,7 +1161,7 @@ This endpoint does not need any parameter.
|
|
1161
1161
|
|
1162
1162
|
<a name="put_identityproviders_adfs"></a>
|
1163
1163
|
|
1164
|
-
##
|
1164
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_adfs(body)
|
1165
1165
|
|
1166
1166
|
|
1167
1167
|
|
@@ -1178,7 +1178,7 @@ Requires ANY permissions:
|
|
1178
1178
|
|
1179
1179
|
|
1180
1180
|
### Example
|
1181
|
-
|
1181
|
+
```{"language":"ruby"}
|
1182
1182
|
# load the gem
|
1183
1183
|
require 'purecloudplatformclientv2'
|
1184
1184
|
# setup authorization
|
@@ -1204,7 +1204,7 @@ begin
|
|
1204
1204
|
rescue PureCloud::ApiError => e
|
1205
1205
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_adfs: #{e}"
|
1206
1206
|
end
|
1207
|
-
|
1207
|
+
```
|
1208
1208
|
|
1209
1209
|
### Parameters
|
1210
1210
|
|
@@ -1227,7 +1227,7 @@ Name | Type | Description | Notes
|
|
1227
1227
|
|
1228
1228
|
<a name="put_identityproviders_cic"></a>
|
1229
1229
|
|
1230
|
-
##
|
1230
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_cic(body)
|
1231
1231
|
|
1232
1232
|
|
1233
1233
|
|
@@ -1244,7 +1244,7 @@ Requires ANY permissions:
|
|
1244
1244
|
|
1245
1245
|
|
1246
1246
|
### Example
|
1247
|
-
|
1247
|
+
```{"language":"ruby"}
|
1248
1248
|
# load the gem
|
1249
1249
|
require 'purecloudplatformclientv2'
|
1250
1250
|
# setup authorization
|
@@ -1270,7 +1270,7 @@ begin
|
|
1270
1270
|
rescue PureCloud::ApiError => e
|
1271
1271
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_cic: #{e}"
|
1272
1272
|
end
|
1273
|
-
|
1273
|
+
```
|
1274
1274
|
|
1275
1275
|
### Parameters
|
1276
1276
|
|
@@ -1293,7 +1293,7 @@ Name | Type | Description | Notes
|
|
1293
1293
|
|
1294
1294
|
<a name="put_identityproviders_gsuite"></a>
|
1295
1295
|
|
1296
|
-
##
|
1296
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_gsuite(body)
|
1297
1297
|
|
1298
1298
|
|
1299
1299
|
|
@@ -1310,7 +1310,7 @@ Requires ANY permissions:
|
|
1310
1310
|
|
1311
1311
|
|
1312
1312
|
### Example
|
1313
|
-
|
1313
|
+
```{"language":"ruby"}
|
1314
1314
|
# load the gem
|
1315
1315
|
require 'purecloudplatformclientv2'
|
1316
1316
|
# setup authorization
|
@@ -1336,7 +1336,7 @@ begin
|
|
1336
1336
|
rescue PureCloud::ApiError => e
|
1337
1337
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_gsuite: #{e}"
|
1338
1338
|
end
|
1339
|
-
|
1339
|
+
```
|
1340
1340
|
|
1341
1341
|
### Parameters
|
1342
1342
|
|
@@ -1359,7 +1359,7 @@ Name | Type | Description | Notes
|
|
1359
1359
|
|
1360
1360
|
<a name="put_identityproviders_identitynow"></a>
|
1361
1361
|
|
1362
|
-
##
|
1362
|
+
## [**IdentityNow**](IdentityNow.html) put_identityproviders_identitynow(body)
|
1363
1363
|
|
1364
1364
|
|
1365
1365
|
|
@@ -1376,7 +1376,7 @@ Requires ANY permissions:
|
|
1376
1376
|
|
1377
1377
|
|
1378
1378
|
### Example
|
1379
|
-
|
1379
|
+
```{"language":"ruby"}
|
1380
1380
|
# load the gem
|
1381
1381
|
require 'purecloudplatformclientv2'
|
1382
1382
|
# setup authorization
|
@@ -1402,7 +1402,7 @@ begin
|
|
1402
1402
|
rescue PureCloud::ApiError => e
|
1403
1403
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_identitynow: #{e}"
|
1404
1404
|
end
|
1405
|
-
|
1405
|
+
```
|
1406
1406
|
|
1407
1407
|
### Parameters
|
1408
1408
|
|
@@ -1425,7 +1425,7 @@ Name | Type | Description | Notes
|
|
1425
1425
|
|
1426
1426
|
<a name="put_identityproviders_okta"></a>
|
1427
1427
|
|
1428
|
-
##
|
1428
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_okta(body)
|
1429
1429
|
|
1430
1430
|
|
1431
1431
|
|
@@ -1442,7 +1442,7 @@ Requires ANY permissions:
|
|
1442
1442
|
|
1443
1443
|
|
1444
1444
|
### Example
|
1445
|
-
|
1445
|
+
```{"language":"ruby"}
|
1446
1446
|
# load the gem
|
1447
1447
|
require 'purecloudplatformclientv2'
|
1448
1448
|
# setup authorization
|
@@ -1468,7 +1468,7 @@ begin
|
|
1468
1468
|
rescue PureCloud::ApiError => e
|
1469
1469
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_okta: #{e}"
|
1470
1470
|
end
|
1471
|
-
|
1471
|
+
```
|
1472
1472
|
|
1473
1473
|
### Parameters
|
1474
1474
|
|
@@ -1491,7 +1491,7 @@ Name | Type | Description | Notes
|
|
1491
1491
|
|
1492
1492
|
<a name="put_identityproviders_onelogin"></a>
|
1493
1493
|
|
1494
|
-
##
|
1494
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_onelogin(body)
|
1495
1495
|
|
1496
1496
|
|
1497
1497
|
|
@@ -1508,7 +1508,7 @@ Requires ANY permissions:
|
|
1508
1508
|
|
1509
1509
|
|
1510
1510
|
### Example
|
1511
|
-
|
1511
|
+
```{"language":"ruby"}
|
1512
1512
|
# load the gem
|
1513
1513
|
require 'purecloudplatformclientv2'
|
1514
1514
|
# setup authorization
|
@@ -1534,7 +1534,7 @@ begin
|
|
1534
1534
|
rescue PureCloud::ApiError => e
|
1535
1535
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_onelogin: #{e}"
|
1536
1536
|
end
|
1537
|
-
|
1537
|
+
```
|
1538
1538
|
|
1539
1539
|
### Parameters
|
1540
1540
|
|
@@ -1557,7 +1557,7 @@ Name | Type | Description | Notes
|
|
1557
1557
|
|
1558
1558
|
<a name="put_identityproviders_ping"></a>
|
1559
1559
|
|
1560
|
-
##
|
1560
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_ping(body)
|
1561
1561
|
|
1562
1562
|
|
1563
1563
|
|
@@ -1574,7 +1574,7 @@ Requires ANY permissions:
|
|
1574
1574
|
|
1575
1575
|
|
1576
1576
|
### Example
|
1577
|
-
|
1577
|
+
```{"language":"ruby"}
|
1578
1578
|
# load the gem
|
1579
1579
|
require 'purecloudplatformclientv2'
|
1580
1580
|
# setup authorization
|
@@ -1600,7 +1600,7 @@ begin
|
|
1600
1600
|
rescue PureCloud::ApiError => e
|
1601
1601
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_ping: #{e}"
|
1602
1602
|
end
|
1603
|
-
|
1603
|
+
```
|
1604
1604
|
|
1605
1605
|
### Parameters
|
1606
1606
|
|
@@ -1623,7 +1623,7 @@ Name | Type | Description | Notes
|
|
1623
1623
|
|
1624
1624
|
<a name="put_identityproviders_purecloud"></a>
|
1625
1625
|
|
1626
|
-
##
|
1626
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_purecloud(body)
|
1627
1627
|
|
1628
1628
|
|
1629
1629
|
|
@@ -1640,7 +1640,7 @@ Requires ANY permissions:
|
|
1640
1640
|
|
1641
1641
|
|
1642
1642
|
### Example
|
1643
|
-
|
1643
|
+
```{"language":"ruby"}
|
1644
1644
|
# load the gem
|
1645
1645
|
require 'purecloudplatformclientv2'
|
1646
1646
|
# setup authorization
|
@@ -1666,7 +1666,7 @@ begin
|
|
1666
1666
|
rescue PureCloud::ApiError => e
|
1667
1667
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_purecloud: #{e}"
|
1668
1668
|
end
|
1669
|
-
|
1669
|
+
```
|
1670
1670
|
|
1671
1671
|
### Parameters
|
1672
1672
|
|
@@ -1689,7 +1689,7 @@ Name | Type | Description | Notes
|
|
1689
1689
|
|
1690
1690
|
<a name="put_identityproviders_salesforce"></a>
|
1691
1691
|
|
1692
|
-
##
|
1692
|
+
## [**OAuthProvider**](OAuthProvider.html) put_identityproviders_salesforce(body)
|
1693
1693
|
|
1694
1694
|
|
1695
1695
|
|
@@ -1706,7 +1706,7 @@ Requires ANY permissions:
|
|
1706
1706
|
|
1707
1707
|
|
1708
1708
|
### Example
|
1709
|
-
|
1709
|
+
```{"language":"ruby"}
|
1710
1710
|
# load the gem
|
1711
1711
|
require 'purecloudplatformclientv2'
|
1712
1712
|
# setup authorization
|
@@ -1732,7 +1732,7 @@ begin
|
|
1732
1732
|
rescue PureCloud::ApiError => e
|
1733
1733
|
puts "Exception when calling IdentityProviderApi->put_identityproviders_salesforce: #{e}"
|
1734
1734
|
end
|
1735
|
-
|
1735
|
+
```
|
1736
1736
|
|
1737
1737
|
### Parameters
|
1738
1738
|
|