Update user webhooksAsk AIpatch https://api.zeplin.dev/v1/users/me/webhooks/{webhook_id}Update a webhook for the userPath Paramswebhook_idstringrequiredWebhook idBody ParamsurlstringThe URL of the webhooknamestringThe name of the webhooksecretstringThe secret to be used to generate signatures for webhook requestsstatusstringenumThe status of the webhookAllowed:activeinactiveproject_idsarray of stringsThe project ids of the webhookproject_idsADD stringstyleguide_idsarray of stringsThe styleguide ids of the webhookstyleguide_idsADD stringeventsarray of objectslength ≥ 1The events of the webhookResponses 204Successful response 403User cannot update webhook 404Webhook not found response 422Cannot update webhook because URL unhealthyUpdated 4 months ago