From af687af8f7d12926ea6edbeac3f0d2b1a61df2e4 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Fri, 5 Dec 2025 12:03:36 +0100 Subject: [PATCH] :memo: Add `?` to `event_webhooks_status?` in Application Object --- docs/resources/application.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/application.mdx b/docs/resources/application.mdx index 4183331011..1a0c81b1bc 100644 --- a/docs/resources/application.mdx +++ b/docs/resources/application.mdx @@ -38,7 +38,7 @@ sidebar_label: Application | 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 | | event_webhooks_url? | ?string | [Event webhooks URL](/docs/events/webhook-events#preparing-for-events) for the app to receive webhook events | -| event_webhooks_status | [application event webhook status](/docs/resources/application#application-object-application-event-webhook-status) | If [webhook events](/docs/events/webhook-events) are enabled for the app. `1` (default) means disabled, `2` means enabled, and `3` means disabled by Discord | +| event_webhooks_status? | [application event webhook status](/docs/resources/application#application-object-application-event-webhook-status) | If [webhook events](/docs/events/webhook-events) are enabled for the app. `1` (default) means disabled, `2` means enabled, and `3` means disabled by Discord | | event_webhooks_types? | array of strings | List of [Webhook event types](/docs/events/webhook-events#event-types) the app subscribes to | | tags? | array of strings | List of tags describing the content and functionality of the app. Max of 5 tags. | | install_params? | [install params](/docs/resources/application#install-params-object) object | Settings for the app's default in-app authorization link, if enabled |