Skip to content

Commit f4ca0ae

Browse files
authored
Document CDN endpoint for server subs assets (#5856)
* Document CDN endpoint for server subs assets Server subs assets use the path: `:app_id/store/:asset_id`, while the actual asset IDs cannot be managed or fetched by bots, this should be documented for completeness in case an app ever wishes to refer to these assets. * Updated wording & positioning Endpoint is used for store page assets & repurposed for server subs. For consideration of legacy store pages & other implementations (like sticker pack banners), this naming & position would be more accurate.
1 parent 460bbb7 commit f4ca0ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/Reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ Discord uses ids and hashes to render images in the client. These hashes can be
325325
| Application Cover | app-icons/[application_id](#DOCS_RESOURCES_APPLICATION/application-object)/[cover_image](#DOCS_RESOURCES_APPLICATION/application-object).png | PNG, JPEG, WebP |
326326
| Application Asset | app-assets/[application_id](#DOCS_RESOURCES_APPLICATION/application-object)/[asset_id](#DOCS_TOPICS_GATEWAY_EVENTS/activity-object-activity-assets).png | PNG, JPEG, WebP |
327327
| Achievement Icon | app-assets/[application_id](#DOCS_RESOURCES_APPLICATION/application-object)/achievements/[achievement_id](#DOCS_GAME_SDK_ACHIEVEMENTS/data-models-user-achievement-struct)/icons/[icon_hash](#DOCS_GAME_SDK_ACHIEVEMENTS/data-models-user-achievement-struct).png | PNG, JPEG, WebP |
328+
| Store Page Asset | app-assets/[application_id](#DOCS_RESOURCES_APPLICATION/application-object)/store/asset_id | PNG, JPEG, WebP |
328329
| Sticker Pack Banner | app-assets/710982414301790216/store/[sticker_pack_banner_asset_id](#DOCS_RESOURCES_STICKER/sticker-pack-object).png | PNG, JPEG, WebP |
329330
| Team Icon | team-icons/[team_id](#DOCS_TOPICS_TEAMS/data-models-team-object)/[team_icon](#DOCS_TOPICS_TEAMS/data-models-team-object).png | PNG, JPEG, WebP |
330331
| Sticker | stickers/[sticker_id](#DOCS_RESOURCES_STICKER/sticker-object).png \*\*\* \*\*\*\* | PNG, Lottie, GIF |

0 commit comments

Comments
 (0)