Update an existing webhook endpoint. You can modify its description, event subscriptions, or status (active, paused, disabled).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier of the library.
Unique identifier of the targeted endpoint resource.
The destination URL where webhook events will be sent.
A descriptive name for the webhook endpoint, used for identification.
List of event types that will trigger this webhook (e.g., 'video.created', 'transcoding.completed').
Optional secret key used to sign webhook payloads for verification and security.