WebhookService

UpdateSubscription 更新 Webhook 订阅。

patch/v1/me/webhooks/{id}

Path parameters

idstring required

订阅 ID

Request body

enabledboolean

是否启用(可选,不传则不更新)

eventTypesstring[]

订阅的事件类型列表(可选,不传则不更新)

idstring

订阅 ID

secretstring

签名密钥(可选,不传则不更新)

urlstring

Webhook 回调 URL(可选,不传则不更新)

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.