From 7da8ea458d265f359fd87ac79b2ee1f24eb1f5de Mon Sep 17 00:00:00 2001 From: annie Date: Fri, 9 Aug 2024 15:04:37 -0700 Subject: [PATCH] Add approximate_user_install_count to application --- docs/Change_Log.md | 6 ++++++ docs/resources/Application.md | 1 + 2 files changed, 7 insertions(+) diff --git a/docs/Change_Log.md b/docs/Change_Log.md index 80daccdd3a..312880955b 100644 --- a/docs/Change_Log.md +++ b/docs/Change_Log.md @@ -1,5 +1,11 @@ # Change Log +## User App Install Count + +#### August 9, 2024 + +We've added an approximate user install count to the [Application object](#DOCS_RESOURCES_APPLICATION/application-object) for user-installable apps. You can also view an app's install counts in the developer portal. + ## Voice State Endpoints #### August 5, 2024 diff --git a/docs/resources/Application.md b/docs/resources/Application.md index add356ebe4..1379f266f5 100644 --- a/docs/resources/Application.md +++ b/docs/resources/Application.md @@ -29,6 +29,7 @@ | cover_image? | string | App's default rich presence invite [cover image hash](#DOCS_REFERENCE/image-formatting) | | flags? | integer | App's public [flags](#DOCS_RESOURCES_APPLICATION/application-object-application-flags) | | approximate_guild_count? | integer | Approximate count of guilds the app has been added to | +| approximate_user_install_count? | integer | Approximate count of users that have installed the app | | redirect_uris? | array of strings | Array of redirect URIs for the app | | interactions_endpoint_url? | string | [Interactions endpoint URL](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/receiving-an-interaction) for the app | | role_connections_verification_url? | string | Role connection verification URL for the app |