Skip to content

Commit d1e16e5

Browse files
authored
📝 Add ? to event_webhooks_status? in Application Object (#8015)
1 parent f479f74 commit d1e16e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

developers/resources/application.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import {Route} from '/snippets/route.jsx'
4242
| interactions_endpoint_url? | ?string | [Interactions endpoint URL](/developers/interactions/receiving-and-responding#receiving-an-interaction) for the app |
4343
| role_connections_verification_url? | ?string | Role connection verification URL for the app |
4444
| event_webhooks_url? | ?string | [Event webhooks URL](/developers/events/webhook-events#preparing-for-events) for the app to receive webhook events |
45-
| event_webhooks_status | [application event webhook status](/developers/resources/application#application-object-application-event-webhook-status) | If [webhook events](/developers/events/webhook-events) are enabled for the app. `1` (default) means disabled, `2` means enabled, and `3` means disabled by Discord |
45+
| event_webhooks_status? | [application event webhook status](/developers/resources/application#application-object-application-event-webhook-status) | If [webhook events](/developers/events/webhook-events) are enabled for the app. `1` (default) means disabled, `2` means enabled, and `3` means disabled by Discord |
4646
| event_webhooks_types? | array of strings | List of [Webhook event types](/developers/events/webhook-events#event-types) the app subscribes to |
4747
| tags? | array of strings | List of tags describing the content and functionality of the app. Max of 5 tags. |
4848
| install_params? | [install params](/developers/resources/application#install-params-object) object | Settings for the app's default in-app authorization link, if enabled |

0 commit comments

Comments
 (0)