application_modify_current
application_modify_current
Section titled “application_modify_current”Category: application
Edit the bot/app application object (PATCH /applications/@me).
Pass only fields you want to change. All fields optional.
When to use
Section titled “When to use”When NOT to use
Section titled “When NOT to use”| Field | Type | Required | Description |
|---|---|---|---|
description | string | no | |
icon | unknown | no | base64 image data or null |
cover_image | unknown | no | |
interactions_endpoint_url | unknown | no | |
role_connections_verification_url | unknown | no | |
install_params | object | no | |
integration_types_config | object | no | |
custom_install_url | string | no | |
tags | array | no | |
flags | integer | no | |
event_webhooks_url | unknown | no | |
event_webhooks_status | integer | no | |
event_webhooks_types | array | no |
Returns
Section titled “Returns”updated \{id, name, description, icon, flags, untrusted_text\} (name/description wrapped).
Output schema
Section titled “Output schema”| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | Discord application ID |
name | string | yes | |
description | unknown | yes | |
icon | unknown | yes | |
flags | integer | no | |
untrusted_text | string | yes |
Annotations
Section titled “Annotations”| Property | Value |
|---|---|
| Read-only | no |
| Destructive | no |
| Idempotent | yes |
| Open-world | yes |
| Confirmation required | no |