Changelogs

Changelog endpoints retrieve and acknowledge product update messages.

Endpoints

Acknowledge Changelog Message

POST/changelogs/@me/messages

Acknowledges a changelog message for the current user.

JSON Params
FieldTypeDescription
changelog_idsnowflakeThe ID of the changelog
Example JSON Params
{
"changelog_id": "1262930557277249536"
}

The changelog configuration is fetched from https://cdn.discordapp.com/changelogs/config_desktop.json. Individual localized changelogs are fetched from https://cdn.discordapp.com/changelogs/desktop/{changelog.id}/{locale}.json, falling back to en-US when the requested locale is unavailable.