Update project webhooksAsk AIpatch https://api.zeplin.dev/v1/projects/{project_id}/webhooks/{webhook_id}Update a webhook for the projectPath Paramsproject_idstringrequiredProject idwebhook_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:activeinactiveeventsarray of objectslength ≥ 1The events of the webhookResponses 204Successful response 403User cannot update project webhook 404Webhook not found response 422Project archived, not a member or status active with unhealthy URLUpdated 4 months ago