We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b51d00 commit fe4c475Copy full SHA for fe4c475
docs/resources/Webhook.md
@@ -134,6 +134,9 @@ Returns a list of guild [webhook](#DOCS_RESOURCES_WEBHOOK/webhook-object) object
134
135
Returns the new [webhook](#DOCS_RESOURCES_WEBHOOK/webhook-object) object for the given id.
136
137
+This request requires the `MANAGE_WEBHOOKS` permission unless the application making the request owns the
138
+webhook. [(see: webhook.application_id)](#DOCS_RESOURCES_WEBHOOK/webhook-object)
139
+
140
## Get Webhook with Token % GET /webhooks/{webhook.id#DOCS_RESOURCES_WEBHOOK/webhook-object}/{webhook.token#DOCS_RESOURCES_WEBHOOK/webhook-object}
141
142
Same as above, except this call does not require authentication and returns no user in the webhook object.
0 commit comments