v1

latestOpenAPI 3.0.02026-07-172070182.6 KB
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