Skip to content

Commit 5e3ffa7

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/12/16
1 parent c3bb99b commit 5e3ffa7

File tree

8 files changed

+20
-4
lines changed

8 files changed

+20
-4
lines changed

docs.slack.dev/methods/admin.workflows.triggers.types.permissions.set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"desc": "Dict of permissions keyed by permission type ID.",
5353
"type": "object",
5454
"patternProperties": {
55-
"trigger_type|private_channel_access|private_channel_message_access": {
55+
"trigger_type|private_channel_access|private_channel_message": {
5656
"type": "object",
5757
"required": [
5858
"visibility"

docs.slack.dev/methods/assistant.threads.setStatus.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
},
5858
"invalid_thread_ts": {
5959
"desc": "Error returned when given an invalid thread_ts"
60+
},
61+
"reserved_username": {
62+
"desc": "Reserved usernames are not allowed to be used."
6063
}
6164
},
6265
"examples": {

docs.slack.dev/methods/chat.appendStream.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@
148148
},
149149
"channel_type_not_supported": {
150150
"desc": "Channel type not supported"
151+
},
152+
"message_not_owned_by_app": {
153+
"desc": "The message is not owned by the app."
151154
}
152155
},
153156
"examples": {

docs.slack.dev/methods/chat.stopStream.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@
114114
"message_limit_exceeded": {
115115
"desc": "Members on this team are sending too many messages. For more details, see https://slack.com/help/articles/115002422943-Usage-limits-for-free-workspaces"
116116
},
117-
"message_not_owned_by_bot": {
118-
"desc": "The message is not owned by the bot."
117+
"message_not_owned_by_app": {
118+
"desc": "The message is not owned by the app."
119119
},
120120
"messages_tab_disabled": {
121121
"desc": "Messages tab for the app is disabled."

docs.slack.dev/methods/chat.update.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,14 @@
309309
"desc": "Internal update failure."
310310
}
311311
},
312+
"warnings": {
313+
"message_truncated": {
314+
"desc": "The `text` field of a message should have no more than 40,000 characters. We [truncate really long messages](/changelog/2018-04-truncating-really-long-messages)."
315+
},
316+
"some_files_not_deleted": {
317+
"desc": "Some files could not be deleted because the user does not have permission. These files remain attached to the message."
318+
}
319+
},
312320
"examples": {
313321
"success": {
314322
"url": "/api/chat.update?token=YOUR_TOKEN",

methods/assistant/assistant.threads.setStatus.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
5757
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
5858
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
59+
"reserved_username": "Reserved usernames are not allowed to be used.",
5960
"service_unavailable": "The service is temporarily unavailable.",
6061
"team_added_to_org": "The workspace associated with your request is currently undergoing migration to an Enterprise Organization. Web API and other platform operations will be intermittently unavailable until the transition is complete.",
6162
"token_expired": "Authentication token has expired.",

methods/chat/chat.appendStream.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"message_limit_exceeded": "Members on this team are sending too many messages. For more details, see https://slack.com/help/articles/115002422943-Usage-limits-for-free-workspaces",
5353
"message_not_found": "Message not found",
5454
"message_not_in_streaming_state": "The message is not in the streaming state.",
55+
"message_not_owned_by_app": "The message is not owned by the app.",
5556
"messages_tab_disabled": "Messages tab for the app is disabled.",
5657
"messaging_processing_failed": "Failed to process the message.",
5758
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app-level token",

methods/chat/chat.stopStream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"message_limit_exceeded": "Members on this team are sending too many messages. For more details, see https://slack.com/help/articles/115002422943-Usage-limits-for-free-workspaces",
6666
"message_not_found": "The message was not found.",
6767
"message_not_in_streaming_state": "The message is not in a streaming state.",
68-
"message_not_owned_by_bot": "The message is not owned by the bot.",
68+
"message_not_owned_by_app": "The message is not owned by the app.",
6969
"messages_tab_disabled": "Messages tab for the app is disabled.",
7070
"metadata_must_be_sent_from_app": "Message metadata can only be posted or updated using an app-level token",
7171
"metadata_too_large": "Metadata exceeds size limit",

0 commit comments

Comments
 (0)