Webhooks

update webhook by token

patch/webhooks/{webhook_id}/{webhook_token}

Path parameters

webhook_idstring required

(Required)

webhook_tokenstring required

(Required)

Headers

Content-Typestring

Request body

object required

Example request

{
  "name": "<string>",
  "avatar": "<string,null>"
}

Response

OK

Changes

No recorded changes to this endpoint across all 13 revisions of this API.