From 53f2861e561c6b81f182bdb36b26cc8b79fb049e Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 1 Sep 2024 12:45:53 +0200 Subject: [PATCH] webhook fix docstring --- voctopublish/api_client/webhook_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",