Skip to content

Commit 061387e

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/02/24
1 parent fe6ceea commit 061387e

13 files changed

Lines changed: 30 additions & 20 deletions

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -42,27 +42,24 @@
4242
},
4343
"output": null,
4444
"errors": {
45-
"channel_not_found": {
46-
"desc": "Value passed for `channel` is invalid."
45+
"channel_already_exists": {
46+
"desc": "Object is linked to a different channel."
4747
},
48-
"restricted_action": {
49-
"desc": "User does not have access to perform this action."
50-
},
51-
"record_not_found": {
52-
"desc": "Value passed for `record_id` is invalid."
48+
"channel_conversion_incomplete": {
49+
"desc": "An active channel conversion is preventing linking."
5350
},
5451
"channel_is_archived": {
5552
"desc": "Channel is archived."
5653
},
54+
"channel_not_found": {
55+
"desc": "Value passed for `channel` is invalid."
56+
},
5757
"channel_not_org_wide_shared": {
5858
"desc": "Channel is not Org-wide shared."
5959
},
6060
"channel_shared_with_nonapproved_team": {
6161
"desc": "Channel is shared with a non-approved external team."
6262
},
63-
"record_channel_already_exists": {
64-
"desc": "Record is linked to a different channel."
65-
},
6663
"invalid_channel_type": {
6764
"desc": "Channel type cannot be linked."
6865
},
@@ -72,8 +69,14 @@
7269
"not_allowed_for_grid_workspace": {
7370
"desc": "Channel type is not allowed for this Enterprise org workspace."
7471
},
75-
"channel_conversion_incomplete": {
76-
"desc": "An active channel conversion is preventing linking."
72+
"restricted_action": {
73+
"desc": "User does not have access to perform this action."
74+
},
75+
"record_channel_already_exists": {
76+
"desc": "Record is linked to a different channel."
77+
},
78+
"record_not_found": {
79+
"desc": "Value passed for `record_id` is invalid."
7780
}
7881
}
7982
}

docs.slack.dev/methods/admin.functions.permissions.lookup.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@
9090
"enum": [
9191
"everyone",
9292
"named_entities",
93-
"no_one"
93+
"no_one",
94+
"unset"
9495
]
9596
},
9697
"user_ids": {

docs.slack.dev/methods/admin.usergroups.addChannels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"desc": "The number of channel IDs passed in is larger than 100."
7373
},
7474
"not_an_admin": {
75-
"desc": "The token provided is not associated with an Org Admin or Owner."
75+
"desc": "The calling user cannot update the specified usergroup."
7676
},
7777
"not_an_enterprise": {
7878
"desc": "The token passed in does not belong to an Enterprise organization."

docs.slack.dev/methods/admin.usergroups.addTeams.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"no_team_ids_given": {
5858
"desc": "The `team_ids` parameter was empty."
5959
},
60+
"restricted_action": {
61+
"desc": "The calling user cannot update the specified usergroup."
62+
},
6063
"team_limit_exceeded": {
6164
"desc": "The number of teams associated with the org group would exceed the limit."
6265
},

docs.slack.dev/methods/admin.usergroups.removeChannels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"desc": "The number of channel IDs passed in is larger than 100."
6868
},
6969
"not_an_admin": {
70-
"desc": "The token provided is not associated with an Org Admin or Owner."
70+
"desc": "The calling user cannot update the specified usergroup."
7171
},
7272
"not_an_enterprise": {
7373
"desc": "The token passed in does not belong to an Enterprise organization."

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
},
7272
"unfurl_id": {
7373
"type": "string",
74+
"subtype": "unfurl_id",
7475
"desc": "The ID of the link to unfurl. Both `unfurl_id` and `source` must be provided together, *or* `channel` and `ts` must be provided together.",
7576
"example": "Uxxxxxxx-909b5454-75f8-4ac4-b325-1b40e230bbd8"
7677
},

docs.slack.dev/methods/files.list.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"desc": "List for a team, in a channel, or from a user with applied filters.",
2+
"desc": "List files for a team, in a channel, or from a user with applied filters.",
33
"http_method": "GET",
44
"scope": {
55
"bot": [

docs.slack.dev/methods/methods.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1436,7 +1436,7 @@
14361436
},
14371437
{
14381438
"name": "files.list",
1439-
"description": "List for a team, in a channel, or from a user with applied filters.",
1439+
"description": "List files for a team, in a channel, or from a user with applied filters.",
14401440
"family": [
14411441
"files"
14421442
]

methods/admin/admin.conversations.linkObjects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"access_denied": "Access to a resource specified in the request is denied.",
3030
"accesslimited": "Access to this method is limited on the current network.",
3131
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
32+
"channel_already_exists": "Object is linked to a different channel.",
3233
"channel_conversion_incomplete": "An active channel conversion is preventing linking.",
3334
"channel_is_archived": "Channel is archived.",
3435
"channel_not_found": "Value passed for `channel` is invalid.",

methods/admin/admin.usergroups.addChannels.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
5353
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
5454
"not_allowed_token_type": "The token type used in this request is not allowed.",
55-
"not_an_admin": "The token provided is not associated with an Org Admin or Owner.",
55+
"not_an_admin": "The calling user cannot update the specified usergroup.",
5656
"not_an_enterprise": "The token passed in does not belong to an Enterprise organization.",
5757
"not_authed": "No authentication token provided.",
5858
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",

0 commit comments

Comments
 (0)