purecloudplatformclientv2 35.0.0 → 36.0.0
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 +2 -2
- data/docs/AdditionalMessage.md +2 -0
- data/docs/AlertingApi.md +0 -2
- data/docs/AnalyticsApi.md +0 -13
- data/docs/ArchitectApi.md +210 -150
- data/docs/AttributesApi.md +0 -6
- data/docs/AuthorizationApi.md +15 -7
- data/docs/BillingApi.md +4 -1
- data/docs/CampaignDivisionView.md +1 -1
- data/docs/ContentManagementApi.md +0 -38
- data/docs/ConversationsApi.md +141 -75
- data/docs/CreateQueueRequest.md +1 -1
- data/docs/Division.md +15 -0
- data/docs/FaxApi.md +0 -6
- data/docs/Flow.md +1 -1
- data/docs/FlowDivisionView.md +1 -0
- data/docs/FreeSeatingConfiguration.md +1 -1
- data/docs/GeolocationApi.md +0 -3
- data/docs/GreetingsApi.md +0 -16
- data/docs/GroupsApi.md +2 -12
- data/docs/IdentityProviderApi.md +18 -9
- data/docs/IntegrationsApi.md +26 -31
- data/docs/LanguagesApi.md +0 -4
- data/docs/LicenseApi.md +21 -8
- data/docs/LocationsApi.md +0 -3
- data/docs/ManagementUnit.md +1 -0
- data/docs/MessageData.md +1 -0
- data/docs/MessageDetails.md +1 -0
- data/docs/MessageMedia.md +3 -0
- data/docs/MessageMediaData.md +20 -0
- data/docs/MessageSticker.md +14 -0
- data/docs/MobileDevicesApi.md +0 -5
- data/docs/NotificationsApi.md +0 -7
- data/docs/OrganizationApi.md +0 -2
- data/docs/OrganizationAuthorizationApi.md +16 -6
- data/docs/OutboundApi.md +8 -6
- data/docs/OutboundSettings.md +1 -0
- data/docs/PresenceApi.md +0 -5
- data/docs/QualityApi.md +0 -21
- data/docs/Queue.md +1 -1
- data/docs/RecordingApi.md +0 -17
- data/docs/ResponseManagementApi.md +0 -11
- data/docs/RoutingApi.md +93 -9
- data/docs/SearchApi.md +0 -14
- data/docs/StationsApi.md +0 -3
- data/docs/SuggestApi.md +0 -4
- data/docs/SurveyForm.md +3 -1
- data/docs/TelephonyProvidersEdgeApi.md +4 -16
- data/docs/TokensApi.md +0 -2
- data/docs/UserQueue.md +1 -1
- data/docs/UserRecordingsApi.md +0 -6
- data/docs/UsersApi.md +31 -42
- data/docs/UtilitiesApi.md +0 -3
- data/docs/VoicemailApi.md +8 -21
- data/docs/WorkforceManagementApi.md +25 -4
- data/lib/purecloudplatformclientv2.rb +3 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +136 -102
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +160 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +122 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +22 -0
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/additional_message.rb +60 -4
- data/lib/purecloudplatformclientv2/models/campaign_division_view.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_queue_request.rb +1 -1
- data/lib/purecloudplatformclientv2/models/division.rb +253 -0
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/flow.rb +1 -1
- data/lib/purecloudplatformclientv2/models/flow_division_view.rb +27 -1
- data/lib/purecloudplatformclientv2/models/free_seating_configuration.rb +23 -9
- data/lib/purecloudplatformclientv2/models/management_unit.rb +27 -1
- data/lib/purecloudplatformclientv2/models/message_data.rb +29 -1
- data/lib/purecloudplatformclientv2/models/message_details.rb +32 -4
- data/lib/purecloudplatformclientv2/models/message_media.rb +82 -4
- data/lib/purecloudplatformclientv2/models/message_media_data.rb +411 -0
- data/lib/purecloudplatformclientv2/models/message_sticker.rb +228 -0
- data/lib/purecloudplatformclientv2/models/outbound_settings.rb +27 -1
- data/lib/purecloudplatformclientv2/models/queue.rb +1 -1
- data/lib/purecloudplatformclientv2/models/survey_form.rb +53 -1
- data/lib/purecloudplatformclientv2/models/user_queue.rb +1 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +8 -2
data/docs/CreateQueueRequest.md
CHANGED
|
@@ -9,7 +9,7 @@ title: CreateQueueRequest
|
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
|
11
11
|
| **name** | **String** | | [optional] |
|
|
12
|
-
| **division** | [**
|
|
12
|
+
| **division** | [**Division**](Division.html) | The division to which this entity belongs. | [optional] |
|
|
13
13
|
| **description** | **String** | The queue description. | [optional] |
|
|
14
14
|
| **version** | **Integer** | The current version of the queue. | [optional] |
|
|
15
15
|
| **date_created** | **DateTime** | The date the queue was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
data/docs/Division.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: Division
|
|
3
|
+
---
|
|
4
|
+
## PureCloud::Division
|
|
5
|
+
|
|
6
|
+
## Properties
|
|
7
|
+
|
|
8
|
+
|Name | Type | Description | Notes|
|
|
9
|
+
|------------ | ------------- | ------------- | -------------|
|
|
10
|
+
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
|
11
|
+
| **name** | **String** | | [optional] |
|
|
12
|
+
| **self_uri** | **String** | The URI for this object | [optional] |
|
|
13
|
+
{: class="table table-striped"}
|
|
14
|
+
|
|
15
|
+
|
data/docs/FaxApi.md
CHANGED
|
@@ -32,7 +32,6 @@ Requires NO permissions:
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
|
|
36
35
|
### Example
|
|
37
36
|
~~~ruby
|
|
38
37
|
# load the gem
|
|
@@ -96,7 +95,6 @@ Requires NO permissions:
|
|
|
96
95
|
|
|
97
96
|
|
|
98
97
|
|
|
99
|
-
|
|
100
98
|
### Example
|
|
101
99
|
~~~ruby
|
|
102
100
|
# load the gem
|
|
@@ -161,7 +159,6 @@ Requires NO permissions:
|
|
|
161
159
|
|
|
162
160
|
|
|
163
161
|
|
|
164
|
-
|
|
165
162
|
### Example
|
|
166
163
|
~~~ruby
|
|
167
164
|
# load the gem
|
|
@@ -226,7 +223,6 @@ Requires NO permissions:
|
|
|
226
223
|
|
|
227
224
|
|
|
228
225
|
|
|
229
|
-
|
|
230
226
|
### Example
|
|
231
227
|
~~~ruby
|
|
232
228
|
# load the gem
|
|
@@ -294,7 +290,6 @@ Requires NO permissions:
|
|
|
294
290
|
|
|
295
291
|
|
|
296
292
|
|
|
297
|
-
|
|
298
293
|
### Example
|
|
299
294
|
~~~ruby
|
|
300
295
|
# load the gem
|
|
@@ -353,7 +348,6 @@ Requires NO permissions:
|
|
|
353
348
|
|
|
354
349
|
|
|
355
350
|
|
|
356
|
-
|
|
357
351
|
### Example
|
|
358
352
|
~~~ruby
|
|
359
353
|
# load the gem
|
data/docs/Flow.md
CHANGED
|
@@ -9,7 +9,7 @@ title: Flow
|
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
|
11
11
|
| **name** | **String** | The flow name | |
|
|
12
|
-
| **division** | [**
|
|
12
|
+
| **division** | [**Division**](Division.html) | The division to which this entity belongs. | [optional] |
|
|
13
13
|
| **description** | **String** | | [optional] |
|
|
14
14
|
| **type** | **String** | | [optional] |
|
|
15
15
|
| **locked_user** | [**User**](User.html) | | [optional] |
|
data/docs/FlowDivisionView.md
CHANGED
|
@@ -9,6 +9,7 @@ title: FlowDivisionView
|
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
|
11
11
|
| **name** | **String** | The flow name | |
|
|
12
|
+
| **division** | [**Division**](Division.html) | The division to which this entity belongs. | [optional] |
|
|
12
13
|
| **type** | **String** | | [optional] |
|
|
13
14
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
|
14
15
|
{: class="table table-striped"}
|
|
@@ -7,7 +7,7 @@ title: FreeSeatingConfiguration
|
|
|
7
7
|
|
|
8
8
|
|Name | Type | Description | Notes|
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
|
10
|
-
| **
|
|
10
|
+
| **free_seating_state** | **String** | The FreeSeatingState for FreeSeatingConfiguration. Can be ON, OFF, or PARTIAL. ON meaning disassociate the user after the ttl expires, OFF meaning never disassociate the user, and PARTIAL meaning only disassociate when a user explicitly clicks log out. | [optional] |
|
|
11
11
|
| **ttl_minutes** | **Integer** | The amount of time in minutes until an offline user is disassociated from their station | [optional] |
|
|
12
12
|
{: class="table table-striped"}
|
|
13
13
|
|
data/docs/GeolocationApi.md
CHANGED
|
@@ -30,7 +30,6 @@ Requires NO permissions:
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
|
|
34
33
|
### Example
|
|
35
34
|
~~~ruby
|
|
36
35
|
# load the gem
|
|
@@ -89,7 +88,6 @@ Requires NO permissions:
|
|
|
89
88
|
|
|
90
89
|
|
|
91
90
|
|
|
92
|
-
|
|
93
91
|
### Example
|
|
94
92
|
~~~ruby
|
|
95
93
|
# load the gem
|
|
@@ -222,7 +220,6 @@ Requires NO permissions:
|
|
|
222
220
|
|
|
223
221
|
|
|
224
222
|
|
|
225
|
-
|
|
226
223
|
### Example
|
|
227
224
|
~~~ruby
|
|
228
225
|
# load the gem
|
data/docs/GreetingsApi.md
CHANGED
|
@@ -42,7 +42,6 @@ Requires NO permissions:
|
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
|
|
45
|
-
|
|
46
45
|
### Example
|
|
47
46
|
~~~ruby
|
|
48
47
|
# load the gem
|
|
@@ -106,7 +105,6 @@ Requires NO permissions:
|
|
|
106
105
|
|
|
107
106
|
|
|
108
107
|
|
|
109
|
-
|
|
110
108
|
### Example
|
|
111
109
|
~~~ruby
|
|
112
110
|
# load the gem
|
|
@@ -171,7 +169,6 @@ Requires NO permissions:
|
|
|
171
169
|
|
|
172
170
|
|
|
173
171
|
|
|
174
|
-
|
|
175
172
|
### Example
|
|
176
173
|
~~~ruby
|
|
177
174
|
# load the gem
|
|
@@ -240,7 +237,6 @@ Requires NO permissions:
|
|
|
240
237
|
|
|
241
238
|
|
|
242
239
|
|
|
243
|
-
|
|
244
240
|
### Example
|
|
245
241
|
~~~ruby
|
|
246
242
|
# load the gem
|
|
@@ -308,7 +304,6 @@ Requires NO permissions:
|
|
|
308
304
|
|
|
309
305
|
|
|
310
306
|
|
|
311
|
-
|
|
312
307
|
### Example
|
|
313
308
|
~~~ruby
|
|
314
309
|
# load the gem
|
|
@@ -367,7 +362,6 @@ Requires NO permissions:
|
|
|
367
362
|
|
|
368
363
|
|
|
369
364
|
|
|
370
|
-
|
|
371
365
|
### Example
|
|
372
366
|
~~~ruby
|
|
373
367
|
# load the gem
|
|
@@ -438,7 +432,6 @@ Requires NO permissions:
|
|
|
438
432
|
|
|
439
433
|
|
|
440
434
|
|
|
441
|
-
|
|
442
435
|
### Example
|
|
443
436
|
~~~ruby
|
|
444
437
|
# load the gem
|
|
@@ -503,7 +496,6 @@ Requires NO permissions:
|
|
|
503
496
|
|
|
504
497
|
|
|
505
498
|
|
|
506
|
-
|
|
507
499
|
### Example
|
|
508
500
|
~~~ruby
|
|
509
501
|
# load the gem
|
|
@@ -574,7 +566,6 @@ Requires NO permissions:
|
|
|
574
566
|
|
|
575
567
|
|
|
576
568
|
|
|
577
|
-
|
|
578
569
|
### Example
|
|
579
570
|
~~~ruby
|
|
580
571
|
# load the gem
|
|
@@ -639,7 +630,6 @@ Requires NO permissions:
|
|
|
639
630
|
|
|
640
631
|
|
|
641
632
|
|
|
642
|
-
|
|
643
633
|
### Example
|
|
644
634
|
~~~ruby
|
|
645
635
|
# load the gem
|
|
@@ -704,7 +694,6 @@ Requires NO permissions:
|
|
|
704
694
|
|
|
705
695
|
|
|
706
696
|
|
|
707
|
-
|
|
708
697
|
### Example
|
|
709
698
|
~~~ruby
|
|
710
699
|
# load the gem
|
|
@@ -772,7 +761,6 @@ Requires NO permissions:
|
|
|
772
761
|
|
|
773
762
|
|
|
774
763
|
|
|
775
|
-
|
|
776
764
|
### Example
|
|
777
765
|
~~~ruby
|
|
778
766
|
# load the gem
|
|
@@ -840,7 +828,6 @@ Requires NO permissions:
|
|
|
840
828
|
|
|
841
829
|
|
|
842
830
|
|
|
843
|
-
|
|
844
831
|
### Example
|
|
845
832
|
~~~ruby
|
|
846
833
|
# load the gem
|
|
@@ -908,7 +895,6 @@ Requires NO permissions:
|
|
|
908
895
|
|
|
909
896
|
|
|
910
897
|
|
|
911
|
-
|
|
912
898
|
### Example
|
|
913
899
|
~~~ruby
|
|
914
900
|
# load the gem
|
|
@@ -973,7 +959,6 @@ Requires NO permissions:
|
|
|
973
959
|
|
|
974
960
|
|
|
975
961
|
|
|
976
|
-
|
|
977
962
|
### Example
|
|
978
963
|
~~~ruby
|
|
979
964
|
# load the gem
|
|
@@ -1041,7 +1026,6 @@ Requires NO permissions:
|
|
|
1041
1026
|
|
|
1042
1027
|
|
|
1043
1028
|
|
|
1044
|
-
|
|
1045
1029
|
### Example
|
|
1046
1030
|
~~~ruby
|
|
1047
1031
|
# load the gem
|
data/docs/GroupsApi.md
CHANGED
|
@@ -104,7 +104,6 @@ Requires NO permissions:
|
|
|
104
104
|
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
|
|
108
107
|
### Example
|
|
109
108
|
~~~ruby
|
|
110
109
|
# load the gem
|
|
@@ -172,7 +171,6 @@ Requires NO permissions:
|
|
|
172
171
|
|
|
173
172
|
|
|
174
173
|
|
|
175
|
-
|
|
176
174
|
### Example
|
|
177
175
|
~~~ruby
|
|
178
176
|
# load the gem
|
|
@@ -237,7 +235,6 @@ Requires NO permissions:
|
|
|
237
235
|
|
|
238
236
|
|
|
239
237
|
|
|
240
|
-
|
|
241
238
|
### Example
|
|
242
239
|
~~~ruby
|
|
243
240
|
# load the gem
|
|
@@ -302,7 +299,6 @@ Requires NO permissions:
|
|
|
302
299
|
|
|
303
300
|
|
|
304
301
|
|
|
305
|
-
|
|
306
302
|
### Example
|
|
307
303
|
~~~ruby
|
|
308
304
|
# load the gem
|
|
@@ -367,7 +363,6 @@ Requires NO permissions:
|
|
|
367
363
|
|
|
368
364
|
|
|
369
365
|
|
|
370
|
-
|
|
371
366
|
### Example
|
|
372
367
|
~~~ruby
|
|
373
368
|
# load the gem
|
|
@@ -442,7 +437,6 @@ Requires NO permissions:
|
|
|
442
437
|
|
|
443
438
|
|
|
444
439
|
|
|
445
|
-
|
|
446
440
|
### Example
|
|
447
441
|
~~~ruby
|
|
448
442
|
# load the gem
|
|
@@ -511,7 +505,6 @@ Requires NO permissions:
|
|
|
511
505
|
|
|
512
506
|
|
|
513
507
|
|
|
514
|
-
|
|
515
508
|
### Example
|
|
516
509
|
~~~ruby
|
|
517
510
|
# load the gem
|
|
@@ -583,7 +576,6 @@ Requires NO permissions:
|
|
|
583
576
|
|
|
584
577
|
|
|
585
578
|
|
|
586
|
-
|
|
587
579
|
### Example
|
|
588
580
|
~~~ruby
|
|
589
581
|
# load the gem
|
|
@@ -652,7 +644,6 @@ Requires NO permissions:
|
|
|
652
644
|
|
|
653
645
|
|
|
654
646
|
|
|
655
|
-
|
|
656
647
|
### Example
|
|
657
648
|
~~~ruby
|
|
658
649
|
# load the gem
|
|
@@ -724,7 +715,6 @@ Requires NO permissions:
|
|
|
724
715
|
|
|
725
716
|
|
|
726
717
|
|
|
727
|
-
|
|
728
718
|
### Example
|
|
729
719
|
~~~ruby
|
|
730
720
|
# load the gem
|
|
@@ -790,7 +780,8 @@ Wraps POST /api/v2/groups
|
|
|
790
780
|
|
|
791
781
|
Requires ANY permissions:
|
|
792
782
|
|
|
793
|
-
* group_administration
|
|
783
|
+
* group_administration
|
|
784
|
+
* group_creation
|
|
794
785
|
|
|
795
786
|
|
|
796
787
|
### Example
|
|
@@ -857,7 +848,6 @@ Requires NO permissions:
|
|
|
857
848
|
|
|
858
849
|
|
|
859
850
|
|
|
860
|
-
|
|
861
851
|
### Example
|
|
862
852
|
~~~ruby
|
|
863
853
|
# load the gem
|
data/docs/IdentityProviderApi.md
CHANGED
|
@@ -1173,7 +1173,8 @@ Wraps PUT /api/v2/identityproviders/adfs
|
|
|
1173
1173
|
|
|
1174
1174
|
Requires ANY permissions:
|
|
1175
1175
|
|
|
1176
|
-
* sso:provider:add
|
|
1176
|
+
* sso:provider:add
|
|
1177
|
+
* sso:provider:edit
|
|
1177
1178
|
|
|
1178
1179
|
|
|
1179
1180
|
### Example
|
|
@@ -1238,7 +1239,8 @@ Wraps PUT /api/v2/identityproviders/cic
|
|
|
1238
1239
|
|
|
1239
1240
|
Requires ANY permissions:
|
|
1240
1241
|
|
|
1241
|
-
* sso:provider:add
|
|
1242
|
+
* sso:provider:add
|
|
1243
|
+
* sso:provider:edit
|
|
1242
1244
|
|
|
1243
1245
|
|
|
1244
1246
|
### Example
|
|
@@ -1303,7 +1305,8 @@ Wraps PUT /api/v2/identityproviders/gsuite
|
|
|
1303
1305
|
|
|
1304
1306
|
Requires ANY permissions:
|
|
1305
1307
|
|
|
1306
|
-
* sso:provider:add
|
|
1308
|
+
* sso:provider:add
|
|
1309
|
+
* sso:provider:edit
|
|
1307
1310
|
|
|
1308
1311
|
|
|
1309
1312
|
### Example
|
|
@@ -1368,7 +1371,8 @@ Wraps PUT /api/v2/identityproviders/identitynow
|
|
|
1368
1371
|
|
|
1369
1372
|
Requires ANY permissions:
|
|
1370
1373
|
|
|
1371
|
-
* sso:provider:add
|
|
1374
|
+
* sso:provider:add
|
|
1375
|
+
* sso:provider:edit
|
|
1372
1376
|
|
|
1373
1377
|
|
|
1374
1378
|
### Example
|
|
@@ -1433,7 +1437,8 @@ Wraps PUT /api/v2/identityproviders/okta
|
|
|
1433
1437
|
|
|
1434
1438
|
Requires ANY permissions:
|
|
1435
1439
|
|
|
1436
|
-
* sso:provider:add
|
|
1440
|
+
* sso:provider:add
|
|
1441
|
+
* sso:provider:edit
|
|
1437
1442
|
|
|
1438
1443
|
|
|
1439
1444
|
### Example
|
|
@@ -1498,7 +1503,8 @@ Wraps PUT /api/v2/identityproviders/onelogin
|
|
|
1498
1503
|
|
|
1499
1504
|
Requires ANY permissions:
|
|
1500
1505
|
|
|
1501
|
-
* sso:provider:add
|
|
1506
|
+
* sso:provider:add
|
|
1507
|
+
* sso:provider:edit
|
|
1502
1508
|
|
|
1503
1509
|
|
|
1504
1510
|
### Example
|
|
@@ -1563,7 +1569,8 @@ Wraps PUT /api/v2/identityproviders/ping
|
|
|
1563
1569
|
|
|
1564
1570
|
Requires ANY permissions:
|
|
1565
1571
|
|
|
1566
|
-
* sso:provider:add
|
|
1572
|
+
* sso:provider:add
|
|
1573
|
+
* sso:provider:edit
|
|
1567
1574
|
|
|
1568
1575
|
|
|
1569
1576
|
### Example
|
|
@@ -1628,7 +1635,8 @@ Wraps PUT /api/v2/identityproviders/purecloud
|
|
|
1628
1635
|
|
|
1629
1636
|
Requires ANY permissions:
|
|
1630
1637
|
|
|
1631
|
-
* sso:provider:add
|
|
1638
|
+
* sso:provider:add
|
|
1639
|
+
* sso:provider:edit
|
|
1632
1640
|
|
|
1633
1641
|
|
|
1634
1642
|
### Example
|
|
@@ -1693,7 +1701,8 @@ Wraps PUT /api/v2/identityproviders/salesforce
|
|
|
1693
1701
|
|
|
1694
1702
|
Requires ANY permissions:
|
|
1695
1703
|
|
|
1696
|
-
* sso:provider:add
|
|
1704
|
+
* sso:provider:add
|
|
1705
|
+
* sso:provider:edit
|
|
1697
1706
|
|
|
1698
1707
|
|
|
1699
1708
|
### Example
|
data/docs/IntegrationsApi.md
CHANGED
|
@@ -67,7 +67,6 @@ Requires NO permissions:
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
|
|
71
70
|
### Example
|
|
72
71
|
~~~ruby
|
|
73
72
|
# load the gem
|
|
@@ -260,7 +259,6 @@ Requires NO permissions:
|
|
|
260
259
|
|
|
261
260
|
|
|
262
261
|
|
|
263
|
-
|
|
264
262
|
### Example
|
|
265
263
|
~~~ruby
|
|
266
264
|
# load the gem
|
|
@@ -324,7 +322,6 @@ Requires NO permissions:
|
|
|
324
322
|
|
|
325
323
|
|
|
326
324
|
|
|
327
|
-
|
|
328
325
|
### Example
|
|
329
326
|
~~~ruby
|
|
330
327
|
# load the gem
|
|
@@ -403,7 +400,6 @@ Requires NO permissions:
|
|
|
403
400
|
|
|
404
401
|
|
|
405
402
|
|
|
406
|
-
|
|
407
403
|
### Example
|
|
408
404
|
~~~ruby
|
|
409
405
|
# load the gem
|
|
@@ -468,7 +464,6 @@ Requires NO permissions:
|
|
|
468
464
|
|
|
469
465
|
|
|
470
466
|
|
|
471
|
-
|
|
472
467
|
### Example
|
|
473
468
|
~~~ruby
|
|
474
469
|
# load the gem
|
|
@@ -542,7 +537,8 @@ Wraps GET /api/v2/integrations/actions/{actionId}
|
|
|
542
537
|
|
|
543
538
|
Requires ANY permissions:
|
|
544
539
|
|
|
545
|
-
* integrations:action:view
|
|
540
|
+
* integrations:action:view
|
|
541
|
+
* bridge:actions:view
|
|
546
542
|
|
|
547
543
|
|
|
548
544
|
### Example
|
|
@@ -613,7 +609,8 @@ Wraps GET /api/v2/integrations/actions/{actionId}/draft
|
|
|
613
609
|
|
|
614
610
|
Requires ANY permissions:
|
|
615
611
|
|
|
616
|
-
* integrations:action:view
|
|
612
|
+
* integrations:action:view
|
|
613
|
+
* bridge:actions:view
|
|
617
614
|
|
|
618
615
|
|
|
619
616
|
### Example
|
|
@@ -684,7 +681,8 @@ Wraps GET /api/v2/integrations/actions/{actionId}/draft/schemas/{fileName}
|
|
|
684
681
|
|
|
685
682
|
Requires ANY permissions:
|
|
686
683
|
|
|
687
|
-
* integrations:action:view
|
|
684
|
+
* integrations:action:view
|
|
685
|
+
* bridge:actions:view
|
|
688
686
|
|
|
689
687
|
|
|
690
688
|
### Example
|
|
@@ -752,7 +750,8 @@ Wraps GET /api/v2/integrations/actions/{actionId}/draft/templates/{fileName}
|
|
|
752
750
|
|
|
753
751
|
Requires ANY permissions:
|
|
754
752
|
|
|
755
|
-
* integrations:action:view
|
|
753
|
+
* integrations:action:view
|
|
754
|
+
* bridge:actions:view
|
|
756
755
|
|
|
757
756
|
|
|
758
757
|
### Example
|
|
@@ -885,7 +884,8 @@ Wraps GET /api/v2/integrations/actions/{actionId}/schemas/{fileName}
|
|
|
885
884
|
|
|
886
885
|
Requires ANY permissions:
|
|
887
886
|
|
|
888
|
-
* integrations:action:view
|
|
887
|
+
* integrations:action:view
|
|
888
|
+
* bridge:actions:view
|
|
889
889
|
|
|
890
890
|
|
|
891
891
|
### Example
|
|
@@ -953,7 +953,8 @@ Wraps GET /api/v2/integrations/actions/{actionId}/templates/{fileName}
|
|
|
953
953
|
|
|
954
954
|
Requires ANY permissions:
|
|
955
955
|
|
|
956
|
-
* integrations:action:view
|
|
956
|
+
* integrations:action:view
|
|
957
|
+
* bridge:actions:view
|
|
957
958
|
|
|
958
959
|
|
|
959
960
|
### Example
|
|
@@ -1021,7 +1022,8 @@ Wraps GET /api/v2/integrations/actions
|
|
|
1021
1022
|
|
|
1022
1023
|
Requires ANY permissions:
|
|
1023
1024
|
|
|
1024
|
-
* integrations:action:view
|
|
1025
|
+
* integrations:action:view
|
|
1026
|
+
* bridge:actions:view
|
|
1025
1027
|
|
|
1026
1028
|
|
|
1027
1029
|
### Example
|
|
@@ -1103,7 +1105,8 @@ Wraps GET /api/v2/integrations/actions/categories
|
|
|
1103
1105
|
|
|
1104
1106
|
Requires ANY permissions:
|
|
1105
1107
|
|
|
1106
|
-
* integrations:action:view
|
|
1108
|
+
* integrations:action:view
|
|
1109
|
+
* bridge:actions:view
|
|
1107
1110
|
|
|
1108
1111
|
|
|
1109
1112
|
### Example
|
|
@@ -1181,7 +1184,8 @@ Wraps GET /api/v2/integrations/actions/drafts
|
|
|
1181
1184
|
|
|
1182
1185
|
Requires ANY permissions:
|
|
1183
1186
|
|
|
1184
|
-
* integrations:action:view
|
|
1187
|
+
* integrations:action:view
|
|
1188
|
+
* bridge:actions:view
|
|
1185
1189
|
|
|
1186
1190
|
|
|
1187
1191
|
### Example
|
|
@@ -1265,7 +1269,6 @@ Requires NO permissions:
|
|
|
1265
1269
|
|
|
1266
1270
|
|
|
1267
1271
|
|
|
1268
|
-
|
|
1269
1272
|
### Example
|
|
1270
1273
|
~~~ruby
|
|
1271
1274
|
# load the gem
|
|
@@ -1341,7 +1344,6 @@ Requires NO permissions:
|
|
|
1341
1344
|
|
|
1342
1345
|
|
|
1343
1346
|
|
|
1344
|
-
|
|
1345
1347
|
### Example
|
|
1346
1348
|
~~~ruby
|
|
1347
1349
|
# load the gem
|
|
@@ -1406,7 +1408,6 @@ Requires NO permissions:
|
|
|
1406
1408
|
|
|
1407
1409
|
|
|
1408
1410
|
|
|
1409
|
-
|
|
1410
1411
|
### Example
|
|
1411
1412
|
~~~ruby
|
|
1412
1413
|
# load the gem
|
|
@@ -1474,7 +1475,6 @@ Requires NO permissions:
|
|
|
1474
1475
|
|
|
1475
1476
|
|
|
1476
1477
|
|
|
1477
|
-
|
|
1478
1478
|
### Example
|
|
1479
1479
|
~~~ruby
|
|
1480
1480
|
# load the gem
|
|
@@ -1531,7 +1531,8 @@ Wraps GET /api/v2/integrations/eventlog
|
|
|
1531
1531
|
|
|
1532
1532
|
Requires ANY permissions:
|
|
1533
1533
|
|
|
1534
|
-
* integrations:integration:view
|
|
1534
|
+
* integrations:integration:view
|
|
1535
|
+
* bridge:notification:view
|
|
1535
1536
|
|
|
1536
1537
|
|
|
1537
1538
|
### Example
|
|
@@ -1605,7 +1606,8 @@ Wraps GET /api/v2/integrations/eventlog/{eventId}
|
|
|
1605
1606
|
|
|
1606
1607
|
Requires ANY permissions:
|
|
1607
1608
|
|
|
1608
|
-
* integrations:integration:view
|
|
1609
|
+
* integrations:integration:view
|
|
1610
|
+
* bridge:notification:view
|
|
1609
1611
|
|
|
1610
1612
|
|
|
1611
1613
|
### Example
|
|
@@ -1672,7 +1674,6 @@ Requires NO permissions:
|
|
|
1672
1674
|
|
|
1673
1675
|
|
|
1674
1676
|
|
|
1675
|
-
|
|
1676
1677
|
### Example
|
|
1677
1678
|
~~~ruby
|
|
1678
1679
|
# load the gem
|
|
@@ -1737,7 +1738,6 @@ Requires NO permissions:
|
|
|
1737
1738
|
|
|
1738
1739
|
|
|
1739
1740
|
|
|
1740
|
-
|
|
1741
1741
|
### Example
|
|
1742
1742
|
~~~ruby
|
|
1743
1743
|
# load the gem
|
|
@@ -1805,7 +1805,6 @@ Requires NO permissions:
|
|
|
1805
1805
|
|
|
1806
1806
|
|
|
1807
1807
|
|
|
1808
|
-
|
|
1809
1808
|
### Example
|
|
1810
1809
|
~~~ruby
|
|
1811
1810
|
# load the gem
|
|
@@ -1881,7 +1880,6 @@ Requires NO permissions:
|
|
|
1881
1880
|
|
|
1882
1881
|
|
|
1883
1882
|
|
|
1884
|
-
|
|
1885
1883
|
### Example
|
|
1886
1884
|
~~~ruby
|
|
1887
1885
|
# load the gem
|
|
@@ -2098,7 +2096,6 @@ Requires NO permissions:
|
|
|
2098
2096
|
|
|
2099
2097
|
|
|
2100
2098
|
|
|
2101
|
-
|
|
2102
2099
|
### Example
|
|
2103
2100
|
~~~ruby
|
|
2104
2101
|
# load the gem
|
|
@@ -2363,7 +2360,8 @@ Wraps POST /api/v2/integrations/actions/{actionId}/execute
|
|
|
2363
2360
|
|
|
2364
2361
|
Requires ANY permissions:
|
|
2365
2362
|
|
|
2366
|
-
* integrations:action:execute
|
|
2363
|
+
* integrations:action:execute
|
|
2364
|
+
* bridge:actions:execute
|
|
2367
2365
|
|
|
2368
2366
|
|
|
2369
2367
|
### Example
|
|
@@ -2431,7 +2429,8 @@ Wraps POST /api/v2/integrations/actions/{actionId}/test
|
|
|
2431
2429
|
|
|
2432
2430
|
Requires ANY permissions:
|
|
2433
2431
|
|
|
2434
|
-
* integrations:action:execute
|
|
2432
|
+
* integrations:action:execute
|
|
2433
|
+
* bridge:actions:execute
|
|
2435
2434
|
|
|
2436
2435
|
|
|
2437
2436
|
### Example
|
|
@@ -2631,7 +2630,6 @@ Requires NO permissions:
|
|
|
2631
2630
|
|
|
2632
2631
|
|
|
2633
2632
|
|
|
2634
|
-
|
|
2635
2633
|
### Example
|
|
2636
2634
|
~~~ruby
|
|
2637
2635
|
# load the gem
|
|
@@ -2697,7 +2695,6 @@ Requires NO permissions:
|
|
|
2697
2695
|
|
|
2698
2696
|
|
|
2699
2697
|
|
|
2700
|
-
|
|
2701
2698
|
### Example
|
|
2702
2699
|
~~~ruby
|
|
2703
2700
|
# load the gem
|
|
@@ -2763,7 +2760,6 @@ Requires NO permissions:
|
|
|
2763
2760
|
|
|
2764
2761
|
|
|
2765
2762
|
|
|
2766
|
-
|
|
2767
2763
|
### Example
|
|
2768
2764
|
~~~ruby
|
|
2769
2765
|
# load the gem
|
|
@@ -2832,7 +2828,6 @@ Requires NO permissions:
|
|
|
2832
2828
|
|
|
2833
2829
|
|
|
2834
2830
|
|
|
2835
|
-
|
|
2836
2831
|
### Example
|
|
2837
2832
|
~~~ruby
|
|
2838
2833
|
# load the gem
|