Skip to content

Commit efc18e2

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/05/02
1 parent d35ff7e commit efc18e2

File tree

6 files changed

+11
-0
lines changed

6 files changed

+11
-0
lines changed

methods/admin/admin.apps.config.set.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"invalid_domains": "At least one URL or email is invalid.",
3434
"invalid_app": "App is invalid.",
3535
"invalid_workflow_auth_strategy": "workflow auth strategy is invalid.",
36+
"restricted_plan_level": "The given parameter is not supported on this team.",
3637
"unknown_method": "This method does not exist.",
3738
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
3839
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/chat/chat.update.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
"team_not_found": "Team associated with the message and channel could not be found.",
122122
"too_many_attachments": "Too many attachments were provided with this message. A maximum of 100 attachments are allowed on a message.",
123123
"update_failed": "Internal update failure.",
124+
"invalid_blocks_format": "The blocks is not a valid JSON object or doesn't match the Block Kit syntax.",
124125
"access_denied": "Access to a resource specified in the request is denied.",
125126
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
126127
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/conversations/conversations.close.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"method_not_supported_for_channel_type": "This type of conversation cannot be used with this method.",
2424
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
2525
"user_does_not_own_channel": "Calling user does not own this DM channel.",
26+
"not_permitted": "Not permitted.",
27+
"external_channel_migrating": "External channel migrating.",
2628
"access_denied": "Access to a resource specified in the request is denied.",
2729
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
2830
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/conversations/conversations.invite.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"ura_max_channels": "An invited user is a single-channel guest user ('ultra restricted access') that is already in the maximum number of conversations.",
4747
"user_is_restricted": "An invited user is a guest user that is restricted from accessing this conversation.",
4848
"user_not_found": "Value passed for users was invalid.",
49+
"external_channel_migrating": "External channel migrating.",
4950
"access_denied": "Access to a resource specified in the request is denied.",
5051
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
5152
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/conversations/conversations.replies.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
6969
"thread_not_found": "Value for ts was missing or invalid.",
7070
"method_not_supported_for_channel_type": "This type of conversation cannot be used with this method.",
71+
"list_record_comment_fetch_failed": "Failed to fetch list record comments.",
7172
"access_denied": "Access to a resource specified in the request is denied.",
7273
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
7374
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/users/users.profile.set.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@
4949
"reserved_name": "First or last name are reserved.",
5050
"sudo_required": "Request requires sudo session.",
5151
"too_long": "You attempted to set a custom status but it was longer than the maximum allowed, 100.",
52+
"permission_denied": "Permission denied.",
53+
"username_same": "Username is the same as the current username.",
54+
"invalid_emoji_not_allowed": "Invalid emoji not allowed.",
55+
"invalid_ooo_message": "Invalid Out of Office message.",
56+
"invalid_starts_with_at": "Name cannot start with @.",
5257
"access_denied": "Access to a resource specified in the request is denied.",
5358
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
5459
"deprecated_endpoint": "The endpoint has been deprecated.",

0 commit comments

Comments
 (0)