Update a Webhook EndpointAsk AIpatch https://api.heygen.com/v1/webhook/endpoint.updateUpdates an existing webhook endpoint.Body Paramsendpoint_idstringrequiredUnique identifier of the webhook endpoint that needs to be updated.urlstringNew callback URL to which event notifications will be sent. For HTTPS URLs, only servers with SSL security level 2 or above are supported.eventsarray of stringsList of new event types to set for the endpoint. A null value means the endpoint listens to all events.eventsADD stringResponses 200Webhook endpoint updated successfully - Expand to view the detailed response schema. 400Invalid URL 404Webhook endpoint not foundUpdated 5 months ago