Skip to content

Commit

Permalink
Updated from Slack docs, 2024/10/29
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Oct 29, 2024
1 parent 7f9f97b commit 671101d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions methods/assistant/assistant.threads.setStatus.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions methods/team/team.externalTeams.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 671101d

Please sign in to comment.