Skip to content

Commit 03c5679

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/08/20
1 parent cc66b2d commit 03c5679

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

methods/assistant/assistant.search.context.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"content_types": {
3838
"required": false,
3939
"example": "messages",
40-
"desc": "Content types to include, a comma-separated list of any combination of messages, files.",
40+
"desc": "Content types to include, a comma-separated list of any combination of messages, files, channels, users.",
4141
"type": "array"
4242
},
4343
"context_channel_id": {

methods/chat/chat.update.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"too_many_attachments": "Too many attachments were provided with this message. A maximum of 100 attachments are allowed on a message.",
123123
"update_failed": "Internal update failure.",
124124
"invalid_blocks_format": "The blocks is not a valid JSON object or doesn't match the Block Kit syntax.",
125+
"streaming_state_conflict": "The message is currently streaming text and cannot be edited.",
125126
"access_denied": "Access to a resource specified in the request is denied.",
126127
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
127128
"deprecated_endpoint": "The endpoint has been deprecated.",

0 commit comments

Comments
 (0)