Skip to content

Commit 86ad73b

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2024/12/17
1 parent 402f3c0 commit 86ad73b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

methods/admin/admin.workflows.triggers.types.permissions.lookup.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"group": "admin",
33
"name": "admin.workflows.triggers.types.permissions.lookup",
44
"deprecated": false,
5-
"desc": "list the permissions for using each trigger type in workflow builder",
5+
"desc": "list the permissions for using each trigger type",
66
"args": {
77
"trigger_type_ids": {
88
"required": true,
@@ -17,8 +17,9 @@
1717
]
1818
},
1919
"errors": {
20-
"access_denied": "Access to a resource specified in the request is denied.",
20+
"restricted_action": "This actor does not have access to view the permissions on this resource.",
2121
"trigger_type_id_not_found": "The given trigger type ID(s) do not map to valid trigger types.",
22+
"access_denied": "Access to a resource specified in the request is denied.",
2223
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
2324
"deprecated_endpoint": "The endpoint has been deprecated.",
2425
"ekm_access_denied": "Administrators have suspended the ability to post a message.",

methods/admin/admin.workflows.triggers.types.permissions.set.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"group": "admin",
33
"name": "admin.workflows.triggers.types.permissions.set",
44
"deprecated": false,
5-
"desc": "Set the permissions for using a trigger type in workflow builder",
5+
"desc": "Set the permissions for using a trigger type",
66
"args": {
77
"id": {
88
"required": true,
@@ -27,10 +27,11 @@
2727
]
2828
},
2929
"errors": {
30-
"access_denied": "Access to a resource specified in the request is denied.",
30+
"restricted_action": "This actor does not have access to the permissions on this resource.",
3131
"trigger_type_id_not_found": "The referenced trigger type ID does not exist.",
3232
"visibility_is_not_named_entities": "The visibility should be named enitites when the user_ids, team_ids, or org_ids args are set.",
3333
"invalid_named_entities": "Named entities visibility requires a valid set of named entities to be specified.",
34+
"access_denied": "Access to a resource specified in the request is denied.",
3435
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
3536
"deprecated_endpoint": "The endpoint has been deprecated.",
3637
"ekm_access_denied": "Administrators have suspended the ability to post a message.",

0 commit comments

Comments
 (0)