Skip to content

Commit 1a34b07

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/09/17
1 parent ae89c50 commit 1a34b07

5 files changed

Lines changed: 4 additions & 13 deletions

File tree

docs.slack.dev/events/events.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,15 +226,6 @@
226226
"Events"
227227
]
228228
},
229-
{
230-
"name": "channel_join",
231-
"scopes": [],
232-
"description": "A member joined a channel",
233-
"APIs": [
234-
"Events",
235-
"RTM"
236-
]
237-
},
238229
{
239230
"name": "channel_joined",
240231
"description": "You joined a channel",

docs.slack.dev/methods/apps.manifest.delete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"token": {
1515
"type": "string",
1616
"subtype": "auth",
17-
"desc": "Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.",
17+
"desc": "An [app configuration access token](/authentication/tokens#config).",
1818
"example": "xxxx-xxxxxxxxx-xxxx"
1919
},
2020
"app_id": {

docs.slack.dev/methods/apps.manifest.export.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"token": {
1515
"type": "string",
1616
"subtype": "auth",
17-
"desc": "Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.",
17+
"desc": "An [app configuration access token](/authentication/tokens#config).",
1818
"example": "xxxx-xxxxxxxxx-xxxx"
1919
},
2020
"app_id": {

docs.slack.dev/methods/apps.manifest.update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"token": {
1616
"type": "string",
1717
"subtype": "auth",
18-
"desc": "Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.",
18+
"desc": "An [app configuration access token](/authentication/tokens#config).",
1919
"example": "xxxx-xxxxxxxxx-xxxx"
2020
},
2121
"manifest": {

docs.slack.dev/methods/apps.manifest.validate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"token": {
1515
"type": "string",
1616
"subtype": "auth",
17-
"desc": "Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.",
17+
"desc": "An [app configuration access token](/authentication/tokens#config).",
1818
"example": "xxxx-xxxxxxxxx-xxxx"
1919
},
2020
"manifest": {

0 commit comments

Comments
 (0)