PATCH
更新 webhook
/webhooks/{webhook_id}更新 webhook 属性。
参数
路径参数
| 名称 | 类型 | 描述 |
|---|---|---|
webhook_id必填 | string | The webhook ID |
请求体
application/json必填
{
name:stringurl:stringevents:string[]secret:stringheaders:objectis_active:boolean}
代码示例
curl -X PATCH "https://api.qamaq.io/api/v1/webhooks/{webhook_id}" \
-H "Authorization: Bearer qmq_your_api_key" \
-H "Content-Type: application/json" \
-d '{"key": "value"}'响应
200Webhook updated successfully
Response Body
{
id:stringname:stringurl:stringevents:string[]has_secret:booleanheaders:objectis_active:booleanlast_triggered_at:string (date-time)last_status:stringfailure_count:integercreated_at:string (date-time)updated_at:string (date-time)}