Skip to content

Commit 671101d

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2024/10/29
1 parent 7f9f97b commit 671101d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

methods/assistant/assistant.threads.setStatus.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
"required": true,
1919
"desc": "Message timestamp of the thread of where to set the status.",
2020
"type": "string"
21-
},
22-
"is_send_allowed": {
23-
"required": false,
24-
"example": "",
25-
"desc": "Whether or not the user is allowed to send a message while the status is being displayed.",
26-
"type": "boolean"
2721
}
2822
},
2923
"response": {

methods/team/team.externalTeams.list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"errors": {
5454
"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.",
5555
"not_allowed": "The user is not allowed to perform the action.",
56+
"restricted_action": "The user does not have permission to perform the action.",
5657
"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.",
5758
"invalid_workspace_filter": "The specified workspace is not valid.",
5859
"user_cannot_manage_workspace": "The calling user cannot manage the workspace passed in the workspace filter.",

0 commit comments

Comments
 (0)