-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document default file upload limit (#7312)
* Added file upload change * Changelog
- Loading branch information
1 parent
5af3428
commit c81cd01
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: "Default File Upload Limit Change" | ||
date: "2024-12-16" | ||
breaking: true | ||
topics: | ||
- "HTTP API" | ||
- "Interactions" | ||
--- | ||
|
||
On January 16, 2025, the default file upload limit will change from 25 MiB to 10 MiB. | ||
|
||
While this limit is already active for users and bot users, it hasn't yet been applied to webhooks. | ||
|
||
- This change will take effect on January 16, 2025. | ||
- The 10 MiB limit will apply to both webhooks and interaction responses. | ||
|
||
For more information, check out [our documentation on file uploads](#DOCS_REFERENCE/uploading-files). |