Skip to content

Commit f644b62

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/01/13
1 parent 932513c commit f644b62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs.slack.dev/methods/methods.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1933,7 +1933,7 @@
19331933
},
19341934
{
19351935
"name": "users.conversations",
1936-
"description": "List conversations the calling user may access.",
1936+
"description": "List conversations the calling user is a member of.",
19371937
"family": [
19381938
"users"
19391939
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"desc": "List conversations the calling user may access.",
2+
"desc": "List conversations the calling user is a member of.",
33
"http_method": "GET",
44
"scope": {
55
"bot": [

methods/users/users.conversations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"group": "users",
33
"name": "users.conversations",
44
"deprecated": false,
5-
"desc": "List conversations the calling user may access.",
5+
"desc": "List conversations the calling user is a member of.",
66
"args": {
77
"cursor": {
88
"required": false,

0 commit comments

Comments
 (0)