Skip to content

Commit 8c0e911

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/02/03
1 parent a74e612 commit 8c0e911

3 files changed

Lines changed: 49 additions & 3 deletions

File tree

docs.slack.dev/methods/conversations.invite.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@
1212
],
1313
"user": [
1414
"channels:write.invites",
15-
"groups:write.invites"
15+
"groups:write.invites",
16+
"channels:write",
17+
"groups:write",
18+
"im:write",
19+
"mpim:write"
1620
]
1721
},
1822
"json_input_supported": true,

docs.slack.dev/methods/conversations.setPurpose.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
{
22
"desc": "Sets the channel description.",
33
"http_method": "POST",
4-
"scope": {},
4+
"scope": {
5+
"bot": [
6+
"channels:write.topic",
7+
"groups:write.topic",
8+
"mpim:write.topic",
9+
"im:write.topic",
10+
"channels:manage",
11+
"groups:write",
12+
"im:write",
13+
"mpim:write"
14+
],
15+
"user": [
16+
"channels:write.topic",
17+
"groups:write.topic",
18+
"mpim:write.topic",
19+
"im:write.topic",
20+
"channels:write",
21+
"groups:write",
22+
"im:write",
23+
"mpim:write"
24+
]
25+
},
526
"json_input_supported": true,
627
"slack_connect_workspaces_allowed": true,
728
"rate_limits": "t2",

docs.slack.dev/methods/conversations.setTopic.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
{
22
"desc": "Sets the topic for a conversation.",
33
"http_method": "POST",
4-
"scope": {},
4+
"scope": {
5+
"bot": [
6+
"channels:write.topic",
7+
"groups:write.topic",
8+
"mpim:write.topic",
9+
"im:write.topic",
10+
"channels:manage",
11+
"groups:write",
12+
"im:write",
13+
"mpim:write"
14+
],
15+
"user": [
16+
"channels:write.topic",
17+
"groups:write.topic",
18+
"mpim:write.topic",
19+
"im:write.topic",
20+
"channels:write",
21+
"groups:write",
22+
"im:write",
23+
"mpim:write"
24+
]
25+
},
526
"json_input_supported": true,
627
"slack_connect_workspaces_allowed": true,
728
"rate_limits": "t2",

0 commit comments

Comments
 (0)