Skip to content

Commit 5c03ea7

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/03/27
1 parent c68d1ba commit 5c03ea7

23 files changed

Lines changed: 62 additions & 8 deletions

docs.slack.dev/methods/admin.conversations.rename.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"feature_not_enabled": {
6060
"desc": "The token provided doesn't have access to this method."
6161
},
62+
"invalid_name_maxlength": {
63+
"desc": "The channel name exceeds the maximum allowed length."
64+
},
6265
"name_taken": {
6366
"desc": "The channel's name is already being used elsewhere."
6467
},

docs.slack.dev/methods/admin.roles.addAssignments.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
}
5858
},
5959
"errors": {
60+
"cannot_modify_role_admin": {
61+
"desc": "The user does not have permission to modify the admin role."
62+
},
6063
"failed_for_some_entities": {
6164
"desc": "At least one role scope ID was invalid"
6265
},

docs.slack.dev/methods/admin.workflows.search.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"enum": [
7272
"code",
7373
"workflow_builder",
74-
"sales_home"
74+
"sales_home",
75+
"agent"
7576
]
7677
},
7778
"sort": {

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,19 @@
6464
"team_domain": {
6565
"type": "string",
6666
"desc": "The team domain where the app was created on"
67+
},
68+
"app_token": {
69+
"type": "string"
6770
}
6871
}
6972
},
7073
"errors": {
7174
"invalid_app": {
7275
"desc": "An app created from the provided manifest would not be valid."
7376
},
77+
"invalid_arguments": {
78+
"desc": "Invalid API arguments provided."
79+
},
7480
"invalid_manifest": {
7581
"desc": "The provided manifest file does not validate against schema. Consult the additional errors field to locate specific issues."
7682
},
@@ -89,9 +95,18 @@
8995
"failed_datastore_operation": {
9096
"desc": "Failed while managing datastore infrastructure"
9197
},
98+
"failed_generating_app_token": {
99+
"desc": "App level token failed to generate."
100+
},
101+
"managed_app_limit_reached": {
102+
"desc": "The manager app has reached the maximum number of managed apps it can create."
103+
},
92104
"ratelimited": {
93105
"desc": "Too many calls in succession to create endpoint during a short period of time."
94106
},
107+
"socket_mode_not_enabled": {
108+
"desc": "Socket mode is not enabled in manifest."
109+
},
95110
"enterprise_is_restricted": {
96111
"desc": "Org-level tokens are not allowed."
97112
},

docs.slack.dev/methods/assistant.search.context.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@
174174
"type": "boolean",
175175
"desc": "Whether to include archived channels in the search results.",
176176
"default": false
177+
},
178+
"disable_semantic_search": {
179+
"type": "boolean",
180+
"desc": "Whether to disable semantic search. When true, only keyword-based search is used. Defaults to false.",
181+
"default": false
177182
}
178183
}
179184
},

docs.slack.dev/methods/bots.info.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@
167167
},
168168
"missing_argument": {
169169
"desc": "A required argument is missing."
170+
},
171+
"team_not_found": {
172+
"desc": "Value passed for `team_id` was invalid."
170173
}
171174
},
172175
"examples": {

docs.slack.dev/methods/chat.appendStream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"subtype": "channel"
3434
},
3535
"chunks": {
36-
"desc": "An array of streaming chunks. Chunks can be markdown text chunks, task update chunks, and plan update chunks.",
36+
"desc": "Array of streaming chunks that can contain either markdown text or task updates.",
3737
"type": "array"
3838
},
3939
"ts": {

docs.slack.dev/methods/chat.startStream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"subtype": "channel"
3333
},
3434
"chunks": {
35-
"desc": "An array of streaming chunks. Chunks can be markdown text chunks, task update chunks, and plan update chunks.",
35+
"desc": "Array of streaming chunks that can contain either markdown text or task updates.",
3636
"type": "array"
3737
},
3838
"markdown_text": {

docs.slack.dev/methods/chat.stopStream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"subtype": "channel"
3333
},
3434
"chunks": {
35-
"desc": "An array of streaming chunks. Chunks can be markdown text chunks, task update chunks, and plan update chunks.",
35+
"desc": "Array of streaming chunks that can contain either markdown text or task updates.",
3636
"type": "array"
3737
},
3838
"ts": {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"type": "boolean"
7070
},
7171
"channel": {
72-
"disableShapeUnification": true,
7372
"oneOf": [
7473
{
7574
"schema": "conversation"

0 commit comments

Comments
 (0)