Skip to content

Commit

Permalink
Updated from Slack docs, 2024/12/17
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Dec 17, 2024
1 parent 402f3c0 commit 86ad73b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"group": "admin",
"name": "admin.workflows.triggers.types.permissions.lookup",
"deprecated": false,
"desc": "list the permissions for using each trigger type in workflow builder",
"desc": "list the permissions for using each trigger type",
"args": {
"trigger_type_ids": {
"required": true,
Expand All @@ -17,8 +17,9 @@
]
},
"errors": {
"access_denied": "Access to a resource specified in the request is denied.",
"restricted_action": "This actor does not have access to view the permissions on this resource.",
"trigger_type_id_not_found": "The given trigger type ID(s) do not map to valid trigger types.",
"access_denied": "Access to a resource specified in the request is denied.",
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
"deprecated_endpoint": "The endpoint has been deprecated.",
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"group": "admin",
"name": "admin.workflows.triggers.types.permissions.set",
"deprecated": false,
"desc": "Set the permissions for using a trigger type in workflow builder",
"desc": "Set the permissions for using a trigger type",
"args": {
"id": {
"required": true,
Expand All @@ -27,10 +27,11 @@
]
},
"errors": {
"access_denied": "Access to a resource specified in the request is denied.",
"restricted_action": "This actor does not have access to the permissions on this resource.",
"trigger_type_id_not_found": "The referenced trigger type ID does not exist.",
"visibility_is_not_named_entities": "The visibility should be named enitites when the user_ids, team_ids, or org_ids args are set.",
"invalid_named_entities": "Named entities visibility requires a valid set of named entities to be specified.",
"access_denied": "Access to a resource specified in the request is denied.",
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
"deprecated_endpoint": "The endpoint has been deprecated.",
"ekm_access_denied": "Administrators have suspended the ability to post a message.",
Expand Down

0 comments on commit 86ad73b

Please sign in to comment.