Skip to content

Commit a1764c3

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/01/23
1 parent 6c1febd commit a1764c3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

methods/files/files.completeUploadExternal.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
"example": "C0NF841BK",
1616
"desc": "Channel ID where the file will be shared. If not specified the file will be private."
1717
},
18+
"channels": {
19+
"required": false,
20+
"example": "C0NF841BK,C2AW648GH",
21+
"desc": "Comma-separated string of channel IDs where the file will be shared.",
22+
"type": "string"
23+
},
1824
"initial_comment": {
1925
"required": false,
2026
"desc": "The message text introducing the file in specified channels.",
@@ -23,7 +29,7 @@
2329
"thread_ts": {
2430
"required": false,
2531
"example": "1524523204.000192",
26-
"desc": "Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead.",
32+
"desc": "Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead. Also make sure to provide only one channel when using 'thread_ts'.",
2733
"type": "string"
2834
}
2935
},
@@ -41,6 +47,7 @@
4147
"invalid_channel": "Channel could not be found or channel specified is invalid.",
4248
"not_in_channel": "User/bot membership is required for the specified channel.",
4349
"posting_to_channel_denied": "User is not authorized to post to channel.",
50+
"channels_limit_exceeded": "Exceeded the channel limit. A maximum of 100 channels is allowed per request.",
4451
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
4552
"deprecated_endpoint": "The endpoint has been deprecated.",
4653
"ekm_access_denied": "Administrators have suspended the ability to post a message.",

methods/usergroups/usergroups.create.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"additional_channels": {
1414
"required": false,
15-
"desc": "A comma separated string of encoded channel IDs for which the User Group uses as a additional channels.",
15+
"desc": "A comma separated string of encoded channel IDs for which the User Group can custom add usergroup members too.",
1616
"type": "array"
1717
},
1818
"channels": {

methods/usergroups/usergroups.update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"additional_channels": {
1313
"required": false,
14-
"desc": "A comma separated string of encoded channel IDs for which the User Group uses as a additional channels.",
14+
"desc": "A comma separated string of encoded channel IDs for which the User Group can custom add usergroup members too.",
1515
"type": "array"
1616
},
1717
"channels": {

0 commit comments

Comments
 (0)