Skip to content

Commit c3bb99b

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/12/11
1 parent 42609ea commit c3bb99b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"desc": "Cannot post user messages to a channel they are not in."
109109
},
110110
"rate_limited": {
111-
"desc": "Application has posted too many messages, [read the Rate Limit documentation](/docs/rate-limits) for more information"
111+
"desc": "Application has posted too many messages, [read the Rate Limit documentation](/apis/web-api/rate-limits) for more information"
112112
},
113113
"restricted_action": {
114114
"desc": "A workspace preference prevents the authenticated user from posting."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"desc": "Cannot post user messages to a channel they are not in."
123123
},
124124
"rate_limited": {
125-
"desc": "Application has posted too many messages, [read the Rate Limit documentation](/docs/rate-limits) for more information"
125+
"desc": "Application has posted too many messages, [read the Rate Limit documentation](/apis/web-api/rate-limits) for more information"
126126
},
127127
"restricted_action": {
128128
"desc": "A workspace preference prevents the authenticated user from posting."

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
"desc": "Cannot post user messages to a channel they are not in."
134134
},
135135
"rate_limited": {
136-
"desc": "Application has posted too many messages, [read the Rate Limit documentation](/docs/rate-limits) for more information"
136+
"desc": "Application has posted too many messages, [read the Rate Limit documentation](/apis/web-api/rate-limits) for more information"
137137
},
138138
"restricted_action": {
139139
"desc": "A workspace preference prevents the authenticated user from posting."

methods/chat/chat.appendStream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"not_authed": "No authentication token provided.",
6666
"not_in_channel": "Cannot post user messages to a channel they are not in.",
6767
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
68-
"rate_limited": "Application has posted too many messages, [read the Rate Limit documentation](/docs/rate-limits) for more information",
68+
"rate_limited": "Application has posted too many messages, [read the Rate Limit documentation](/apis/web-api/rate-limits) for more information",
6969
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
7070
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
7171
"restricted_action": "A workspace preference prevents the authenticated user from posting.",

methods/chat/chat.startStream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"not_authed": "No authentication token provided.",
7979
"not_in_channel": "Cannot post user messages to a channel they are not in.",
8080
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
81-
"rate_limited": "Application has posted too many messages, [read the Rate Limit documentation](/docs/rate-limits) for more information",
81+
"rate_limited": "Application has posted too many messages, [read the Rate Limit documentation](/apis/web-api/rate-limits) for more information",
8282
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
8383
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
8484
"restricted_action": "A workspace preference prevents the authenticated user from posting.",

methods/chat/chat.stopStream.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"not_authed": "No authentication token provided.",
8080
"not_in_channel": "Cannot post user messages to a channel they are not in.",
8181
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",
82-
"rate_limited": "Application has posted too many messages, [read the Rate Limit documentation](/docs/rate-limits) for more information",
82+
"rate_limited": "Application has posted too many messages, [read the Rate Limit documentation](/apis/web-api/rate-limits) for more information",
8383
"ratelimited": "The request has been ratelimited. Refer to the Retry-After header for when to retry the request.",
8484
"request_timeout": "The method was called via a POST request, but the POST data was either missing or truncated.",
8585
"restricted_action": "A workspace preference prevents the authenticated user from posting.",

0 commit comments

Comments
 (0)