Skip to content

Commit

Permalink
Add changelog entry for application connection metadata and linked ro…
Browse files Browse the repository at this point in the history
…les (#5851)

* Update Change_Log.md

* Update Change_Log.md

* Update Change_Log.md

* Update Change_Log.md

* Update docs/Change_Log.md

Co-authored-by: Suspense <64612795+AlmostSuspense@users.noreply.github.com>

* Update docs/Change_Log.md

* Update docs/Change_Log.md

* Update docs/Change_Log.md

---------

Co-authored-by: Suspense <64612795+AlmostSuspense@users.noreply.github.com>
Co-authored-by: shay <swdewael@gmail.com>
  • Loading branch information
3 people committed Jul 13, 2023
1 parent ff13b31 commit 78fb89d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/Change_Log.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,20 @@ Starting in API v11, [List Thread Members](#DOCS_RESOURCES_CHANNEL/list-thread-m

Setting `default_forum_layout` requires the `MANAGE_CHANNELS` permission.

## Add Application Connections Metadata and Linked Roles

#### Dec 12, 2022

Introducing [linked roles](https://discord.com/blog/connected-accounts-functionality-boost-linked-roles) as well as the ability for all developers to set up their own linked roles with an application. This includes:
- New [`role_connections_verification_url`](#DOCS_RESOURCES_APPLICATION/application-object) that can be set in the developer portal in order for the application to render as potential verification option for linked roles.
- [Application metadata](#DOCS_RESOURCES_APPLICATION_ROLE_CONNECTION_METADATA/application-role-connection-metadata-object) to specify more detailed linked role requirements.
- New endpoints to [retrieve](#DOCS_RESOURCES_APPLICATION_ROLE_CONNECTION_METADATA/get-application-role-connection-metadata-records) (`GET /applications/<application.id>/role-connections/metadata`) and [update](#DOCS_RESOURCES_APPLICATION_ROLE_CONNECTION_METADATA/update-application-role-connection-metadata-records) (`PUT /applications/<application.id>/role-connections/metadata`) application connection metadata.
- New [`role_connections.write`](#DOCS_TOPICS_OAUTH2/shared-resources-oauth2-scopes) OAuth2 scope required to authenticate the below requests.
- Endpoints to [retrieve](#DOCS_RESOURCES_USER/get-user-application-role-connection) (`GET /users/@me/applications/{application.id}/role-connection`) and [update](#DOCS_RESOURCES_USER/update-user-application-role-connection) (`PUT /users/@me/applications/{application.id}/role-connection`) a user's role connections, both of which return an [application role connection](#DOCS_RESOURCES_USER/application-role-connection-object) object.

> info
> For a quick rundown on how to get started using linked roles, refer to the [tutorial](#DOCS_TUTORIALS_CONFIGURING_APP_METADATA_FOR_LINKED_ROLES).
## Add Auto Moderation Allow List for Keyword Rules and Increase Max Keyword Rules Per Guild Limit

#### Nov 22, 2022
Expand Down

0 comments on commit 78fb89d

Please sign in to comment.