Skip to content

Commit 9445241

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/06/03
1 parent 4ca6a4c commit 9445241

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

docs.slack.dev/methods/apps.icon.set.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"error_bad_format": {
4343
"desc": "Icon must be a valid image file."
4444
},
45+
"icon_not_accessible": {
46+
"desc": "The icon URL is not accessible or returned an error (e.g. 404 Not Found). Please verify the URL is publicly reachable and returns a valid image."
47+
},
4548
"invalid_app": {
4649
"desc": "App does not exist."
4750
},

methods/apps/apps.icon.set.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"enterprise_is_restricted": "The method cannot be called from an Enterprise.",
3535
"error_bad_format": "Icon must be a valid image file.",
3636
"fatal_error": "The server could not complete your operation(s) without encountering a catastrophic error. It's possible some aspect of the operation succeeded before the error was raised.",
37+
"icon_not_accessible": "The icon URL is not accessible or returned an error (e.g. 404 Not Found). Please verify the URL is publicly reachable and returns a valid image.",
3738
"invalid_app": "App does not exist.",
3839
"invalid_app_id": "App ID is not valid.",
3940
"invalid_arg_name": "The method was passed an argument whose name falls outside the bounds of accepted or expected values. This includes very long names and names with non-alphanumeric characters other than _. If you get this error, it is typically an indication that you have made a very malformed API call.",

0 commit comments

Comments
 (0)