purecloudplatformclientv2 44.0.0 → 45.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/ADFS.md +1 -1
- data/docs/AnalyticsEvaluation.md +1 -1
- data/docs/AnalyticsSurvey.md +2 -1
- data/docs/ArchitectApi.md +52 -127
- data/docs/ContactListDivisionView.md +20 -0
- data/docs/ContactListDivisionViewListing.md +22 -0
- data/docs/ContactListNotification.md +1 -0
- data/docs/ConversationQuery.md +1 -1
- data/docs/CreateOutboundMessagingConversationRequest.md +1 -1
- data/docs/CreateWorkPlan.md +2 -0
- data/docs/CustomerInteractionCenter.md +1 -1
- data/docs/DataExportNotificationNotification.md +1 -0
- data/docs/DncListNotification.md +1 -0
- data/docs/DncListNotificationUriReference.md +14 -0
- data/docs/GSuite.md +1 -1
- data/docs/HelpLink.md +15 -0
- data/docs/IdentityNow.md +1 -1
- data/docs/IntegrationType.md +8 -0
- data/docs/IntradayDataUpdateNotification.md +2 -2
- data/docs/Okta.md +1 -1
- data/docs/OneLogin.md +1 -1
- data/docs/OutboundApi.md +152 -0
- data/docs/PingIdentity.md +1 -1
- data/docs/QualityApi.md +66 -0
- data/docs/ReportingExportJobResponse.md +1 -0
- data/docs/RoutingApi.md +74 -0
- data/docs/Salesforce.md +1 -1
- data/docs/UserScheduleAdherenceUpdateNotification.md +2 -2
- data/docs/WfmAgentScheduleUpdateNotificationNotification.md +18 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationActivities.md +18 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationFullDayTimeOffMarkers.md +19 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationShifts.md +15 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationUpdates.md +14 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationUserReference.md +13 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmAgentScheduleUpdate.md +14 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmFullDayTimeOffMarker.md +19 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmScheduleActivity.md +18 -0
- data/docs/WfmAgentScheduleUpdateNotificationNotificationWfmScheduleShift.md +15 -0
- data/docs/WfmScheduleNotificationNotification.md +1 -0
- data/docs/WorkPlan.md +2 -0
- data/docs/WorkPlanListItemResponse.md +16 -5
- data/docs/WorkforceManagementApi.md +2 -2
- data/lib/purecloudplatformclientv2.rb +14 -3
- data/lib/purecloudplatformclientv2/api/outbound_api.rb +230 -0
- data/lib/purecloudplatformclientv2/api/quality_api.rb +66 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +100 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -7
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/adfs.rb +12 -12
- data/lib/purecloudplatformclientv2/models/aggregate_metric_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_evaluation.rb +2 -2
- data/lib/purecloudplatformclientv2/models/analytics_query_predicate.rb +4 -4
- data/lib/purecloudplatformclientv2/models/analytics_survey.rb +34 -8
- data/lib/purecloudplatformclientv2/models/contact_list_division_view.rb +397 -0
- data/lib/purecloudplatformclientv2/models/contact_list_division_view_listing.rb +428 -0
- data/lib/purecloudplatformclientv2/models/contact_list_notification.rb +26 -1
- data/lib/purecloudplatformclientv2/models/conversation_query.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_outbound_messaging_conversation_request.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_work_plan.rb +53 -1
- data/lib/purecloudplatformclientv2/models/customer_interaction_center.rb +12 -12
- data/lib/purecloudplatformclientv2/models/data_export_notification_notification.rb +31 -6
- data/lib/purecloudplatformclientv2/models/dnc_list_notification.rb +26 -1
- data/lib/purecloudplatformclientv2/models/dnc_list_notification_uri_reference.rb +226 -0
- data/lib/purecloudplatformclientv2/models/document_audit.rb +2 -2
- data/lib/purecloudplatformclientv2/models/g_suite.rb +12 -12
- data/lib/purecloudplatformclientv2/models/{intraday_data_update_notification_date_time.rb → help_link.rb} +24 -45
- data/lib/purecloudplatformclientv2/models/identity_now.rb +12 -12
- data/lib/purecloudplatformclientv2/models/integration_type.rb +211 -1
- data/lib/purecloudplatformclientv2/models/intraday_data_update_notification.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_data.rb +2 -2
- data/lib/purecloudplatformclientv2/models/message_details.rb +2 -2
- data/lib/purecloudplatformclientv2/models/okta.rb +12 -12
- data/lib/purecloudplatformclientv2/models/one_login.rb +12 -12
- data/lib/purecloudplatformclientv2/models/ping_identity.rb +12 -12
- data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +34 -3
- data/lib/purecloudplatformclientv2/models/salesforce.rb +12 -12
- data/lib/purecloudplatformclientv2/models/user_schedule_adherence_update_notification.rb +2 -2
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification.rb +332 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_activities.rb +326 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_full_day_time_off_markers.rb +351 -0
- data/lib/purecloudplatformclientv2/models/{intraday_data_update_notification_start_date.rb → wfm_agent_schedule_update_notification_notification_shifts.rb} +22 -45
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_updates.rb +242 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_user_reference.rb +201 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_wfm_agent_schedule_update.rb +242 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_wfm_full_day_time_off_marker.rb +351 -0
- data/lib/purecloudplatformclientv2/models/wfm_agent_schedule_update_notification_notification_wfm_schedule_activity.rb +326 -0
- data/lib/purecloudplatformclientv2/models/{user_schedule_adherence_update_notification_date_time.rb → wfm_agent_schedule_update_notification_notification_wfm_schedule_shift.rb} +22 -45
- data/lib/purecloudplatformclientv2/models/wfm_schedule_notification_notification.rb +28 -3
- data/lib/purecloudplatformclientv2/models/work_plan.rb +53 -1
- data/lib/purecloudplatformclientv2/models/work_plan_list_item_response.rb +313 -18
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +30 -8
- data/docs/IntradayDataUpdateNotificationDateTime.md +0 -16
- data/docs/IntradayDataUpdateNotificationStartDate.md +0 -16
- data/docs/UserScheduleAdherenceUpdateNotificationDateTime.md +0 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2681638e1763c9c5b1e65cfa1849357797e5d64
|
|
4
|
+
data.tar.gz: b99777a39839a577bdf287525e3be7b1eb75cd91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86a412f28af25f97846234886658e6df88877fbadb7fd6c1a4874e29052df518109e49a680421e3599ccaeafd7d64e90a3d2369ea828bd4682e7dfedd335f763
|
|
7
|
+
data.tar.gz: 1ac37bc8d754ce8dfdd9b330f875dca4c21777f3cf097efbba4bd81db74a3acf607613121b08dcdffbbbd129889eddb98d4e29abf32ca4ac0dc29e3c5b5d9abf
|
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: PureCloud Ruby Gem
|
|
3
3
|
---
|
|
4
|
-

|
|
5
5
|
|
|
6
6
|
Documentation can be found at [https://developer.mypurecloud.com/api/rest/client-libraries/ruby/](https://developer.mypurecloud.com/api/rest/client-libraries/ruby/)
|
|
7
7
|
|
|
@@ -10,7 +10,7 @@ Documentation can be found at [https://developer.mypurecloud.com/api/rest/client
|
|
|
10
10
|
### from rubygems.org
|
|
11
11
|
|
|
12
12
|
~~~ ruby
|
|
13
|
-
gem install 'purecloudplatformclientv2', '~>
|
|
13
|
+
gem install 'purecloudplatformclientv2', '~> 45.0.0'
|
|
14
14
|
~~~
|
|
15
15
|
|
|
16
16
|
### Install from Git
|
data/docs/ADFS.md
CHANGED
|
@@ -11,8 +11,8 @@ title: ADFS
|
|
|
11
11
|
| **name** | **String** | | [optional] |
|
|
12
12
|
| **relying_party_identifier** | **String** | | [optional] |
|
|
13
13
|
| **certificate** | **String** | | [optional] |
|
|
14
|
-
| **issuer_uri** | **String** | | [optional] |
|
|
15
14
|
| **sso_target_uri** | **String** | | [optional] |
|
|
15
|
+
| **issuer_uri** | **String** | | [optional] |
|
|
16
16
|
| **disabled** | **BOOLEAN** | | [optional] |
|
|
17
17
|
| **self_uri** | **String** | The URI for this object | [optional] |
|
|
18
18
|
{: class="table table-striped"}
|
data/docs/AnalyticsEvaluation.md
CHANGED
|
@@ -10,7 +10,7 @@ title: AnalyticsEvaluation
|
|
|
10
10
|
| **evaluation_id** | **String** | Unique identifier for the evaluation | [optional] |
|
|
11
11
|
| **evaluator_id** | **String** | A unique identifier of the PureCloud user who evaluated the interaction | [optional] |
|
|
12
12
|
| **user_id** | **String** | Unique identifier for the user being evaluated | [optional] |
|
|
13
|
-
| **event_time** | **
|
|
13
|
+
| **event_time** | **DateTime** | Specifies when an evaluation occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
|
14
14
|
| **queue_id** | **String** | Unique identifier for the queue the conversation was on | [optional] |
|
|
15
15
|
| **form_id** | **String** | Unique identifier for the form used to evaluate the conversation/agent | [optional] |
|
|
16
16
|
| **context_id** | **String** | A unique identifier for an evaluation form, regardless of version | [optional] |
|
data/docs/AnalyticsSurvey.md
CHANGED
|
@@ -10,12 +10,13 @@ title: AnalyticsSurvey
|
|
|
10
10
|
| **survey_id** | **String** | Unique identifier for the survey | [optional] |
|
|
11
11
|
| **survey_form_id** | **String** | Unique identifier for the survey form | [optional] |
|
|
12
12
|
| **survey_form_context_id** | **String** | Unique identifier for the survey form, regardless of version | [optional] |
|
|
13
|
+
| **event_time** | **DateTime** | Specifies when an evaluation occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
|
13
14
|
| **user_id** | **String** | A unique identifier of the PureCloud user | [optional] |
|
|
14
15
|
| **queue_id** | **String** | Unique identifier for the queue the conversation was on | [optional] |
|
|
15
16
|
| **status** | **String** | Survey status | [optional] |
|
|
16
17
|
| **geto_survey_total_score** | **Integer** | Creation date of survey | [optional] |
|
|
17
18
|
| **survey_promoter_score** | **Integer** | NPS score of the survey | [optional] |
|
|
18
|
-
| **
|
|
19
|
+
| **getsurvey_completed_date** | **DateTime** | Completion date/time of the survey. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
|
19
20
|
| **media_types** | **Array<String>** | Media types associated with the conversation | [optional] |
|
|
20
21
|
| **language_ids** | **Array<String>** | Language IDs associated with the conversation | [optional] |
|
|
21
22
|
| **skill_ids** | **Array<String>** | Skill IDs associated with the conversation | [optional] |
|
data/docs/ArchitectApi.md
CHANGED
|
@@ -233,8 +233,7 @@ Wraps DELETE /api/v2/architect/prompts/{promptId}
|
|
|
233
233
|
|
|
234
234
|
Requires ANY permissions:
|
|
235
235
|
|
|
236
|
-
* architect:
|
|
237
|
-
* architect:user:editor
|
|
236
|
+
* architect:userPrompt:delete
|
|
238
237
|
|
|
239
238
|
|
|
240
239
|
### Example
|
|
@@ -302,8 +301,7 @@ Wraps DELETE /api/v2/architect/prompts/{promptId}/resources/{languageCode}
|
|
|
302
301
|
|
|
303
302
|
Requires ANY permissions:
|
|
304
303
|
|
|
305
|
-
* architect:
|
|
306
|
-
* architect:user:editor
|
|
304
|
+
* architect:userPrompt:edit
|
|
307
305
|
|
|
308
306
|
|
|
309
307
|
### Example
|
|
@@ -370,8 +368,7 @@ Wraps DELETE /api/v2/architect/prompts
|
|
|
370
368
|
|
|
371
369
|
Requires ANY permissions:
|
|
372
370
|
|
|
373
|
-
* architect:
|
|
374
|
-
* architect:user:editor
|
|
371
|
+
* architect:userPrompt:delete
|
|
375
372
|
|
|
376
373
|
|
|
377
374
|
### Example
|
|
@@ -564,8 +561,7 @@ Wraps DELETE /api/v2/architect/systemprompts/{promptId}/resources/{languageCode}
|
|
|
564
561
|
|
|
565
562
|
Requires ANY permissions:
|
|
566
563
|
|
|
567
|
-
* architect:
|
|
568
|
-
* architect:user:editor
|
|
564
|
+
* architect:systemPrompt:edit
|
|
569
565
|
|
|
570
566
|
|
|
571
567
|
### Example
|
|
@@ -632,8 +628,7 @@ Wraps DELETE /api/v2/flows/{flowId}
|
|
|
632
628
|
|
|
633
629
|
Requires ANY permissions:
|
|
634
630
|
|
|
635
|
-
* architect:
|
|
636
|
-
* architect:user:editor
|
|
631
|
+
* architect:flow:delete
|
|
637
632
|
|
|
638
633
|
|
|
639
634
|
### Example
|
|
@@ -697,8 +692,7 @@ Wraps DELETE /api/v2/flows
|
|
|
697
692
|
|
|
698
693
|
Requires ANY permissions:
|
|
699
694
|
|
|
700
|
-
* architect:
|
|
701
|
-
* architect:user:editor
|
|
695
|
+
* architect:flow:delete
|
|
702
696
|
|
|
703
697
|
|
|
704
698
|
### Example
|
|
@@ -898,9 +892,7 @@ Wraps GET /api/v2/architect/dependencytracking
|
|
|
898
892
|
|
|
899
893
|
Requires ANY permissions:
|
|
900
894
|
|
|
901
|
-
* architect:
|
|
902
|
-
* architect:user:editor
|
|
903
|
-
* architect:user:readonly
|
|
895
|
+
* architect:dependencyTracking:view
|
|
904
896
|
|
|
905
897
|
|
|
906
898
|
### Example
|
|
@@ -981,9 +973,7 @@ Wraps GET /api/v2/architect/dependencytracking/build
|
|
|
981
973
|
|
|
982
974
|
Requires ANY permissions:
|
|
983
975
|
|
|
984
|
-
* architect:
|
|
985
|
-
* architect:user:editor
|
|
986
|
-
* architect:user:readonly
|
|
976
|
+
* architect:dependencyTracking:view
|
|
987
977
|
|
|
988
978
|
|
|
989
979
|
### Example
|
|
@@ -1042,9 +1032,7 @@ Wraps GET /api/v2/architect/dependencytracking/consumedresources
|
|
|
1042
1032
|
|
|
1043
1033
|
Requires ANY permissions:
|
|
1044
1034
|
|
|
1045
|
-
*
|
|
1046
|
-
* editor
|
|
1047
|
-
* readonly
|
|
1035
|
+
* architect:dependencyTracking:view
|
|
1048
1036
|
|
|
1049
1037
|
|
|
1050
1038
|
### Example
|
|
@@ -1119,9 +1107,7 @@ Wraps GET /api/v2/architect/dependencytracking/consumingresources
|
|
|
1119
1107
|
|
|
1120
1108
|
Requires ANY permissions:
|
|
1121
1109
|
|
|
1122
|
-
* architect:
|
|
1123
|
-
* architect:user:editor
|
|
1124
|
-
* architect:user:readonly
|
|
1110
|
+
* architect:dependencyTracking:view
|
|
1125
1111
|
|
|
1126
1112
|
|
|
1127
1113
|
### Example
|
|
@@ -1193,9 +1179,7 @@ Wraps GET /api/v2/architect/dependencytracking/deletedresourceconsumers
|
|
|
1193
1179
|
|
|
1194
1180
|
Requires ANY permissions:
|
|
1195
1181
|
|
|
1196
|
-
* architect:
|
|
1197
|
-
* architect:user:editor
|
|
1198
|
-
* architect:user:readonly
|
|
1182
|
+
* architect:dependencyTracking:view
|
|
1199
1183
|
|
|
1200
1184
|
|
|
1201
1185
|
### Example
|
|
@@ -1273,9 +1257,7 @@ Wraps GET /api/v2/architect/dependencytracking/object
|
|
|
1273
1257
|
|
|
1274
1258
|
Requires ANY permissions:
|
|
1275
1259
|
|
|
1276
|
-
* architect:
|
|
1277
|
-
* architect:user:editor
|
|
1278
|
-
* architect:user:readonly
|
|
1260
|
+
* architect:dependencyTracking:view
|
|
1279
1261
|
|
|
1280
1262
|
|
|
1281
1263
|
### Example
|
|
@@ -1354,9 +1336,7 @@ Wraps GET /api/v2/architect/dependencytracking/types/{typeId}
|
|
|
1354
1336
|
|
|
1355
1337
|
Requires ANY permissions:
|
|
1356
1338
|
|
|
1357
|
-
* architect:
|
|
1358
|
-
* architect:user:editor
|
|
1359
|
-
* architect:user:readonly
|
|
1339
|
+
* architect:dependencyTracking:view
|
|
1360
1340
|
|
|
1361
1341
|
|
|
1362
1342
|
### Example
|
|
@@ -1421,9 +1401,7 @@ Wraps GET /api/v2/architect/dependencytracking/types
|
|
|
1421
1401
|
|
|
1422
1402
|
Requires ANY permissions:
|
|
1423
1403
|
|
|
1424
|
-
* architect:
|
|
1425
|
-
* architect:user:editor
|
|
1426
|
-
* architect:user:readonly
|
|
1404
|
+
* architect:dependencyTracking:view
|
|
1427
1405
|
|
|
1428
1406
|
|
|
1429
1407
|
### Example
|
|
@@ -1491,9 +1469,7 @@ Wraps GET /api/v2/architect/dependencytracking/updatedresourceconsumers
|
|
|
1491
1469
|
|
|
1492
1470
|
Requires ANY permissions:
|
|
1493
1471
|
|
|
1494
|
-
* architect:
|
|
1495
|
-
* architect:user:editor
|
|
1496
|
-
* architect:user:readonly
|
|
1472
|
+
* architect:dependencyTracking:view
|
|
1497
1473
|
|
|
1498
1474
|
|
|
1499
1475
|
### Example
|
|
@@ -1847,9 +1823,7 @@ Wraps GET /api/v2/architect/prompts/{promptId}
|
|
|
1847
1823
|
|
|
1848
1824
|
Requires ANY permissions:
|
|
1849
1825
|
|
|
1850
|
-
* architect:
|
|
1851
|
-
* architect:user:editor
|
|
1852
|
-
* architect:user:readonly
|
|
1826
|
+
* architect:userPrompt:view
|
|
1853
1827
|
|
|
1854
1828
|
|
|
1855
1829
|
### Example
|
|
@@ -1914,9 +1888,7 @@ Wraps GET /api/v2/architect/prompts/{promptId}/history/{historyId}
|
|
|
1914
1888
|
|
|
1915
1889
|
Requires ANY permissions:
|
|
1916
1890
|
|
|
1917
|
-
* architect:
|
|
1918
|
-
* architect:user:editor
|
|
1919
|
-
* architect:user:readonly
|
|
1891
|
+
* architect:userPrompt:view
|
|
1920
1892
|
|
|
1921
1893
|
|
|
1922
1894
|
### Example
|
|
@@ -1996,9 +1968,7 @@ Wraps GET /api/v2/architect/prompts/{promptId}/resources/{languageCode}
|
|
|
1996
1968
|
|
|
1997
1969
|
Requires ANY permissions:
|
|
1998
1970
|
|
|
1999
|
-
* architect:
|
|
2000
|
-
* architect:user:editor
|
|
2001
|
-
* architect:user:readonly
|
|
1971
|
+
* architect:userPrompt:view
|
|
2002
1972
|
|
|
2003
1973
|
|
|
2004
1974
|
### Example
|
|
@@ -2066,9 +2036,7 @@ Wraps GET /api/v2/architect/prompts/{promptId}/resources
|
|
|
2066
2036
|
|
|
2067
2037
|
Requires ANY permissions:
|
|
2068
2038
|
|
|
2069
|
-
* architect:
|
|
2070
|
-
* architect:user:editor
|
|
2071
|
-
* architect:user:readonly
|
|
2039
|
+
* architect:userPrompt:view
|
|
2072
2040
|
|
|
2073
2041
|
|
|
2074
2042
|
### Example
|
|
@@ -2139,9 +2107,7 @@ Wraps GET /api/v2/architect/prompts
|
|
|
2139
2107
|
|
|
2140
2108
|
Requires ANY permissions:
|
|
2141
2109
|
|
|
2142
|
-
* architect:
|
|
2143
|
-
* architect:user:editor
|
|
2144
|
-
* architect:user:readonly
|
|
2110
|
+
* architect:userPrompt:view
|
|
2145
2111
|
|
|
2146
2112
|
|
|
2147
2113
|
### Example
|
|
@@ -2497,9 +2463,7 @@ Wraps GET /api/v2/architect/systemprompts/{promptId}
|
|
|
2497
2463
|
|
|
2498
2464
|
Requires ANY permissions:
|
|
2499
2465
|
|
|
2500
|
-
* architect:
|
|
2501
|
-
* architect:user:editor
|
|
2502
|
-
* architect:user:readonly
|
|
2466
|
+
* architect:systemPrompt:view
|
|
2503
2467
|
|
|
2504
2468
|
|
|
2505
2469
|
### Example
|
|
@@ -2564,9 +2528,7 @@ Wraps GET /api/v2/architect/systemprompts/{promptId}/history/{historyId}
|
|
|
2564
2528
|
|
|
2565
2529
|
Requires ANY permissions:
|
|
2566
2530
|
|
|
2567
|
-
* architect:
|
|
2568
|
-
* architect:user:editor
|
|
2569
|
-
* architect:user:readonly
|
|
2531
|
+
* architect:systemPrompt:view
|
|
2570
2532
|
|
|
2571
2533
|
|
|
2572
2534
|
### Example
|
|
@@ -2646,9 +2608,7 @@ Wraps GET /api/v2/architect/systemprompts/{promptId}/resources/{languageCode}
|
|
|
2646
2608
|
|
|
2647
2609
|
Requires ANY permissions:
|
|
2648
2610
|
|
|
2649
|
-
* architect:
|
|
2650
|
-
* architect:user:editor
|
|
2651
|
-
* architect:user:readonly
|
|
2611
|
+
* architect:systemPrompt:view
|
|
2652
2612
|
|
|
2653
2613
|
|
|
2654
2614
|
### Example
|
|
@@ -2716,9 +2676,7 @@ Wraps GET /api/v2/architect/systemprompts/{promptId}/resources
|
|
|
2716
2676
|
|
|
2717
2677
|
Requires ANY permissions:
|
|
2718
2678
|
|
|
2719
|
-
* architect:
|
|
2720
|
-
* architect:user:editor
|
|
2721
|
-
* architect:user:readonly
|
|
2679
|
+
* architect:systemPrompt:view
|
|
2722
2680
|
|
|
2723
2681
|
|
|
2724
2682
|
### Example
|
|
@@ -2793,9 +2751,7 @@ Wraps GET /api/v2/architect/systemprompts
|
|
|
2793
2751
|
|
|
2794
2752
|
Requires ANY permissions:
|
|
2795
2753
|
|
|
2796
|
-
* architect:
|
|
2797
|
-
* architect:user:editor
|
|
2798
|
-
* architect:user:readonly
|
|
2754
|
+
* architect:systemPrompt:view
|
|
2799
2755
|
|
|
2800
2756
|
|
|
2801
2757
|
### Example
|
|
@@ -2873,9 +2829,7 @@ Wraps GET /api/v2/flows/{flowId}
|
|
|
2873
2829
|
|
|
2874
2830
|
Requires ANY permissions:
|
|
2875
2831
|
|
|
2876
|
-
* architect:
|
|
2877
|
-
* architect:user:editor
|
|
2878
|
-
* architect:user:readonly
|
|
2832
|
+
* architect:flow:view
|
|
2879
2833
|
|
|
2880
2834
|
|
|
2881
2835
|
### Example
|
|
@@ -2944,9 +2898,7 @@ Wraps GET /api/v2/flows/{flowId}/history/{historyId}
|
|
|
2944
2898
|
|
|
2945
2899
|
Requires ANY permissions:
|
|
2946
2900
|
|
|
2947
|
-
* architect:
|
|
2948
|
-
* architect:user:editor
|
|
2949
|
-
* architect:user:readonly
|
|
2901
|
+
* architect:flow:view
|
|
2950
2902
|
|
|
2951
2903
|
|
|
2952
2904
|
### Example
|
|
@@ -3026,9 +2978,7 @@ Wraps GET /api/v2/flows/{flowId}/latestconfiguration
|
|
|
3026
2978
|
|
|
3027
2979
|
Requires ANY permissions:
|
|
3028
2980
|
|
|
3029
|
-
* architect:
|
|
3030
|
-
* architect:user:editor
|
|
3031
|
-
* architect:user:readonly
|
|
2981
|
+
* architect:flow:view
|
|
3032
2982
|
|
|
3033
2983
|
|
|
3034
2984
|
### Example
|
|
@@ -3097,9 +3047,7 @@ Wraps GET /api/v2/flows/{flowId}/versions/{versionId}
|
|
|
3097
3047
|
|
|
3098
3048
|
Requires ANY permissions:
|
|
3099
3049
|
|
|
3100
|
-
* architect:
|
|
3101
|
-
* architect:user:editor
|
|
3102
|
-
* architect:user:readonly
|
|
3050
|
+
* architect:flow:view
|
|
3103
3051
|
|
|
3104
3052
|
|
|
3105
3053
|
### Example
|
|
@@ -3171,9 +3119,7 @@ Wraps GET /api/v2/flows/{flowId}/versions/{versionId}/configuration
|
|
|
3171
3119
|
|
|
3172
3120
|
Requires ANY permissions:
|
|
3173
3121
|
|
|
3174
|
-
* architect:
|
|
3175
|
-
* architect:user:editor
|
|
3176
|
-
* architect:user:readonly
|
|
3122
|
+
* architect:flow:view
|
|
3177
3123
|
|
|
3178
3124
|
|
|
3179
3125
|
### Example
|
|
@@ -3245,9 +3191,7 @@ Wraps GET /api/v2/flows/{flowId}/versions
|
|
|
3245
3191
|
|
|
3246
3192
|
Requires ANY permissions:
|
|
3247
3193
|
|
|
3248
|
-
* architect:
|
|
3249
|
-
* architect:user:editor
|
|
3250
|
-
* architect:user:readonly
|
|
3194
|
+
* architect:flow:view
|
|
3251
3195
|
|
|
3252
3196
|
|
|
3253
3197
|
### Example
|
|
@@ -3320,9 +3264,7 @@ Wraps GET /api/v2/flows
|
|
|
3320
3264
|
|
|
3321
3265
|
Requires ANY permissions:
|
|
3322
3266
|
|
|
3323
|
-
* architect:
|
|
3324
|
-
* architect:user:editor
|
|
3325
|
-
* architect:user:readonly
|
|
3267
|
+
* architect:flow:view
|
|
3326
3268
|
|
|
3327
3269
|
|
|
3328
3270
|
### Example
|
|
@@ -3798,7 +3740,7 @@ Wraps POST /api/v2/architect/dependencytracking/build
|
|
|
3798
3740
|
|
|
3799
3741
|
Requires ANY permissions:
|
|
3800
3742
|
|
|
3801
|
-
* architect:
|
|
3743
|
+
* architect:dependencyTracking:rebuild
|
|
3802
3744
|
|
|
3803
3745
|
|
|
3804
3746
|
### Example
|
|
@@ -3986,9 +3928,7 @@ Wraps POST /api/v2/architect/prompts/{promptId}/history
|
|
|
3986
3928
|
|
|
3987
3929
|
Requires ANY permissions:
|
|
3988
3930
|
|
|
3989
|
-
* architect:
|
|
3990
|
-
* architect:user:editor
|
|
3991
|
-
* architect:user:readonly
|
|
3931
|
+
* architect:userPrompt:view
|
|
3992
3932
|
|
|
3993
3933
|
|
|
3994
3934
|
### Example
|
|
@@ -4053,8 +3993,7 @@ Wraps POST /api/v2/architect/prompts/{promptId}/resources
|
|
|
4053
3993
|
|
|
4054
3994
|
Requires ANY permissions:
|
|
4055
3995
|
|
|
4056
|
-
* architect:
|
|
4057
|
-
* architect:user:editor
|
|
3996
|
+
* architect:userPrompt:edit
|
|
4058
3997
|
|
|
4059
3998
|
|
|
4060
3999
|
### Example
|
|
@@ -4122,8 +4061,7 @@ Wraps POST /api/v2/architect/prompts
|
|
|
4122
4061
|
|
|
4123
4062
|
Requires ANY permissions:
|
|
4124
4063
|
|
|
4125
|
-
* architect:
|
|
4126
|
-
* architect:user:editor
|
|
4064
|
+
* architect:userPrompt:add
|
|
4127
4065
|
|
|
4128
4066
|
|
|
4129
4067
|
### Example
|
|
@@ -4318,9 +4256,7 @@ Wraps POST /api/v2/architect/systemprompts/{promptId}/history
|
|
|
4318
4256
|
|
|
4319
4257
|
Requires ANY permissions:
|
|
4320
4258
|
|
|
4321
|
-
* architect:
|
|
4322
|
-
* architect:user:editor
|
|
4323
|
-
* architect:user:readonly
|
|
4259
|
+
* architect:systemPrompt:edit
|
|
4324
4260
|
|
|
4325
4261
|
|
|
4326
4262
|
### Example
|
|
@@ -4385,8 +4321,7 @@ Wraps POST /api/v2/architect/systemprompts/{promptId}/resources
|
|
|
4385
4321
|
|
|
4386
4322
|
Requires ANY permissions:
|
|
4387
4323
|
|
|
4388
|
-
* architect:
|
|
4389
|
-
* architect:user:editor
|
|
4324
|
+
* architect:systemPrompt:edit
|
|
4390
4325
|
|
|
4391
4326
|
|
|
4392
4327
|
### Example
|
|
@@ -4454,8 +4389,7 @@ Wraps POST /api/v2/flows/{flowId}/versions
|
|
|
4454
4389
|
|
|
4455
4390
|
Requires ANY permissions:
|
|
4456
4391
|
|
|
4457
|
-
* architect:
|
|
4458
|
-
* architect:user:editor
|
|
4392
|
+
* architect:flow:edit
|
|
4459
4393
|
|
|
4460
4394
|
|
|
4461
4395
|
### Example
|
|
@@ -4523,9 +4457,7 @@ Wraps POST /api/v2/flows
|
|
|
4523
4457
|
|
|
4524
4458
|
Requires ANY permissions:
|
|
4525
4459
|
|
|
4526
|
-
* architect:
|
|
4527
|
-
* architect:user:editor
|
|
4528
|
-
* architect:user:readonly
|
|
4460
|
+
* architect:flow:add
|
|
4529
4461
|
|
|
4530
4462
|
|
|
4531
4463
|
### Example
|
|
@@ -4590,8 +4522,8 @@ Wraps POST /api/v2/flows/actions/checkin
|
|
|
4590
4522
|
|
|
4591
4523
|
Requires ANY permissions:
|
|
4592
4524
|
|
|
4593
|
-
* architect:
|
|
4594
|
-
* architect:
|
|
4525
|
+
* architect:flow:edit
|
|
4526
|
+
* architect:flow:unlock
|
|
4595
4527
|
|
|
4596
4528
|
|
|
4597
4529
|
### Example
|
|
@@ -4656,8 +4588,7 @@ Wraps POST /api/v2/flows/actions/checkout
|
|
|
4656
4588
|
|
|
4657
4589
|
Requires ANY permissions:
|
|
4658
4590
|
|
|
4659
|
-
* architect:
|
|
4660
|
-
* architect:user:editor
|
|
4591
|
+
* architect:flow:edit
|
|
4661
4592
|
|
|
4662
4593
|
|
|
4663
4594
|
### Example
|
|
@@ -4722,8 +4653,7 @@ Wraps POST /api/v2/flows/actions/deactivate
|
|
|
4722
4653
|
|
|
4723
4654
|
Requires ANY permissions:
|
|
4724
4655
|
|
|
4725
|
-
* architect:
|
|
4726
|
-
* architect:user:editor
|
|
4656
|
+
* architect:flow:publish
|
|
4727
4657
|
|
|
4728
4658
|
|
|
4729
4659
|
### Example
|
|
@@ -4788,8 +4718,8 @@ Wraps POST /api/v2/flows/actions/publish
|
|
|
4788
4718
|
|
|
4789
4719
|
Requires ANY permissions:
|
|
4790
4720
|
|
|
4791
|
-
* architect:
|
|
4792
|
-
* architect:
|
|
4721
|
+
* architect:flow:unlock
|
|
4722
|
+
* architect:flow:publish
|
|
4793
4723
|
|
|
4794
4724
|
|
|
4795
4725
|
### Example
|
|
@@ -4858,8 +4788,7 @@ Wraps POST /api/v2/flows/actions/revert
|
|
|
4858
4788
|
|
|
4859
4789
|
Requires ANY permissions:
|
|
4860
4790
|
|
|
4861
|
-
* architect:
|
|
4862
|
-
* architect:user:editor
|
|
4791
|
+
* architect:flow:edit
|
|
4863
4792
|
|
|
4864
4793
|
|
|
4865
4794
|
### Example
|
|
@@ -4924,7 +4853,7 @@ Wraps POST /api/v2/flows/actions/unlock
|
|
|
4924
4853
|
|
|
4925
4854
|
Requires ANY permissions:
|
|
4926
4855
|
|
|
4927
|
-
* architect:
|
|
4856
|
+
* architect:flow:unlock
|
|
4928
4857
|
|
|
4929
4858
|
|
|
4930
4859
|
### Example
|
|
@@ -5258,8 +5187,7 @@ Wraps PUT /api/v2/architect/prompts/{promptId}
|
|
|
5258
5187
|
|
|
5259
5188
|
Requires ANY permissions:
|
|
5260
5189
|
|
|
5261
|
-
* architect:
|
|
5262
|
-
* architect:user:editor
|
|
5190
|
+
* architect:userPrompt:edit
|
|
5263
5191
|
|
|
5264
5192
|
|
|
5265
5193
|
### Example
|
|
@@ -5327,8 +5255,7 @@ Wraps PUT /api/v2/architect/prompts/{promptId}/resources/{languageCode}
|
|
|
5327
5255
|
|
|
5328
5256
|
Requires ANY permissions:
|
|
5329
5257
|
|
|
5330
|
-
* architect:
|
|
5331
|
-
* architect:user:editor
|
|
5258
|
+
* architect:userPrompt:edit
|
|
5332
5259
|
|
|
5333
5260
|
|
|
5334
5261
|
### Example
|
|
@@ -5535,8 +5462,7 @@ Wraps PUT /api/v2/architect/systemprompts/{promptId}/resources/{languageCode}
|
|
|
5535
5462
|
|
|
5536
5463
|
Requires ANY permissions:
|
|
5537
5464
|
|
|
5538
|
-
* architect:
|
|
5539
|
-
* architect:user:editor
|
|
5465
|
+
* architect:systemPrompt:edit
|
|
5540
5466
|
|
|
5541
5467
|
|
|
5542
5468
|
### Example
|
|
@@ -5607,8 +5533,7 @@ Wraps PUT /api/v2/flows/{flowId}
|
|
|
5607
5533
|
|
|
5608
5534
|
Requires ANY permissions:
|
|
5609
5535
|
|
|
5610
|
-
* architect:
|
|
5611
|
-
* architect:user:editor
|
|
5536
|
+
* architect:flow:edit
|
|
5612
5537
|
|
|
5613
5538
|
|
|
5614
5539
|
### Example
|