application_modify_current
Update your Discord application settings by patching only the fields you want to change. Modify name, description, icon, flags, webhooks, and other app attributes.
Instructions
Purpose: Edit the bot/app application object (PATCH /applications/@me).
Pass only fields you want to change. All fields optional.
Returns: updated {id, name, description, icon, flags, untrusted_text}. name and description remain raw; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | base64 image data or null | |
| tags | No | ||
| flags | No | ||
| cover_image | No | ||
| description | No | ||
| install_params | No | ||
| custom_install_url | No | ||
| event_webhooks_url | No | ||
| event_webhooks_types | No | ||
| event_webhooks_status | No | ||
| integration_types_config | No | ||
| interactions_endpoint_url | No | ||
| role_connections_verification_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||