diff --git a/voctopublish/api_client/webhook_client.py b/voctopublish/api_client/webhook_client.py index 03a50eb..5d4efdd 100644 --- a/voctopublish/api_client/webhook_client.py +++ b/voctopublish/api_client/webhook_client.py @@ -38,7 +38,8 @@ "title": "my super cool talk", }, "voctoweb": { - "cdn_url": "https://cdn.example.com/my-video.mp4", + "cdn_path": "/cdn.example.com/my-video.mp4", + "thumb_path": "/static.example.com/my-video.jpg", "enabled": true, "format": "h264-hd", "frontend_url": "https://example.com/my-video",