From 671101dc49abb9f8e8b7509a0ed7e250ec76df47 Mon Sep 17 00:00:00 2001 From: Slack API Ref Buildbot Date: Tue, 29 Oct 2024 22:33:45 +0000 Subject: [PATCH] Updated from Slack docs, 2024/10/29 --- methods/assistant/assistant.threads.setStatus.json | 6 ------ methods/team/team.externalTeams.list.json | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/methods/assistant/assistant.threads.setStatus.json b/methods/assistant/assistant.threads.setStatus.json index 5c33ff42..3d69fe72 100644 --- a/methods/assistant/assistant.threads.setStatus.json +++ b/methods/assistant/assistant.threads.setStatus.json @@ -18,12 +18,6 @@ "required": true, "desc": "Message timestamp of the thread of where to set the status.", "type": "string" - }, - "is_send_allowed": { - "required": false, - "example": "", - "desc": "Whether or not the user is allowed to send a message while the status is being displayed.", - "type": "boolean" } }, "response": { diff --git a/methods/team/team.externalTeams.list.json b/methods/team/team.externalTeams.list.json index d1090a2f..f037929e 100644 --- a/methods/team/team.externalTeams.list.json +++ b/methods/team/team.externalTeams.list.json @@ -53,6 +53,7 @@ "errors": { "invalid_arguments": "The method was either called with invalid arguments or some detail about the arguments passed is invalid, which is more likely when using complex arguments like blocks or attachments.", "not_allowed": "The user is not allowed to perform the action.", + "restricted_action": "The user does not have permission to perform the action.", "internal_error": "The server could not complete your operation(s) without encountering an error, likely due to a transient issue on our end. It's possible some aspect of the operation succeeded before the error was raised.", "invalid_workspace_filter": "The specified workspace is not valid.", "user_cannot_manage_workspace": "The calling user cannot manage the workspace passed in the workspace filter.",