Webhooks
update webhook
patch/webhooks/{webhook_id}
Path parameters
webhook_idstring required
(Required)
Headers
Content-Typestring
Request body
object required
Example request
{
"name": "<string>",
"avatar": "<string,null>",
"channel_id": "<string,null-snowflake>"
}Response
OK
Changes
No recorded changes to this endpoint across all 13 revisions of this API.