Skip to content

Commit a4a0586

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/03/07
1 parent 4f52366 commit a4a0586

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

methods/bookmarks/bookmarks.add.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
"parent_with_link": "Parent bookmark should not have link.",
7070
"permission_denied": "No permission to perform this operation.",
7171
"too_many_bookmarks": "Bookmark limit reached for channel.",
72+
"file_already_added": "The file has already been added to the folder.",
73+
"too_many_tabs": "tab limit reached for channel.",
7274
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
7375
"deprecated_endpoint": "The endpoint has been deprecated.",
7476
"ekm_access_denied": "Administrators have suspended the ability to post a message.",

methods/chat/chat.postEphemeral.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
"restricted_action": "A workspace preference prevents the authenticated user from posting.",
116116
"too_many_attachments": "Too many attachments were provided with this message. A maximum of 100 attachments are allowed on a message.",
117117
"user_not_in_channel": "Intended recipient is not in the specified channel.",
118+
"not_in_channel": "Cannot post user messages to a channel they are not in.",
119+
"invalid_attachments": "Attachments that contain blocks are not valid.",
120+
"cannot_reply_to_message": "This message type cannot have thread replies.",
118121
"access_denied": "Access to a resource specified in the request is denied.",
119122
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
120123
"deprecated_endpoint": "The endpoint has been deprecated.",

0 commit comments

Comments
 (0)