Update webhook endpoint
Webhook
Update a Webhook Endpoint
Update an existing webhook endpoint configuration
PUT
Update webhook endpoint
Documentation Index
Fetch the complete documentation index at: https://docs.jogg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Webhook endpoint ID
Body
application/json
New webhook URL (must be HTTPS)
Example:
"https://example.com/webhook"
New list of events to subscribe to
Available options:
generated_video_success, generated_video_failed Example:
["generated_video_success"]New webhook status
Available options:
enabled, disabled Response
200 - application/json
Successful operation

