Skip to content

Commit

Permalink
Updated from Slack docs, 2023/08/23
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Aug 23, 2023
1 parent 5dca440 commit f2e768a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion methods/auth/auth.teams.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"group": "auth",
"name": "auth.teams.list",
"deprecated": false,
"desc": "List the workspaces a token can access.",
"desc": "Obtain a full list of workspaces your org-wide app has been approved for.",
"args": {
"cursor": {
"required": false,
Expand Down
2 changes: 1 addition & 1 deletion methods/usergroups/usergroups.users.update.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"failed_for_some_users": "User(s) are not in the workspace where this usergroup exists.",
"missing_argument": "A required argument is missing.",
"no_users_provided": "Either the users field wasn't provided or an empty value was passed.",
"permission_denied": "The user does not have permission to update the list of users for a User Group.",
"permission_denied": "The user does not have permission to update the list of users for a User Group. Check workspace settings to confirm whether the calling user has permission.",
"plan_upgrade_required": "This workspace does not have access to User Groups, as that feature is only available on Standard and above plans.",
"subteam_max_users_exceeded": "Exceeds maximum supported number of users per subteam.",
"access_denied": "Access to a resource specified in the request is denied.",
Expand Down

0 comments on commit f2e768a

Please sign in to comment.