patch/applications/{application_id}

Request body

iconstring byte nullable
cover_imagestring byte nullable
team_idstring snowflake
flagsinteger nullable
interactions_endpoint_urlstring uri nullable
max_participantsinteger nullable
type4
tagsstring[] nullable
custom_install_urlstring uri nullable
role_connections_verification_urlstring uri nullable
integration_types_configobject nullable

Response

200 response for update_application

idstring snowflake required
namestring required
iconstring nullable
descriptionstring required
type4
cover_imagestring
primary_sku_idstring snowflake
slugstring
guild_idstring snowflake
rpc_originsstring[]
bot_publicboolean
bot_require_code_grantboolean
terms_of_service_urlstring uri
privacy_policy_urlstring uri
custom_install_urlstring uri
integration_types_configobject
verify_keystring required
flagsinteger required
max_participantsinteger nullable
tagsstring[]
redirect_urisstring[] required
interactions_endpoint_urlstring uri nullable
role_connections_verification_urlstring uri nullable
approximate_guild_countinteger nullable
approximate_user_install_countinteger required
approximate_user_authorization_countinteger required

Changes