From bbe0f0645ca958d33a3f409b15166609733b663f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 15 Jun 2018 16:52:15 +0200 Subject: Add ability to schedule video publication --- support/doc/api/html/index.html | 80 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 74 insertions(+), 6 deletions(-) (limited to 'support/doc/api/html') diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html index e1bf61b06..24017e674 100644 --- a/support/doc/api/html/index.html +++ b/support/doc/api/html/index.html @@ -264,6 +264,7 @@ GetMeVideoRating RegisterUser VideoChannelInput + ScheduleVideoUpdate
@@ -3530,6 +3531,19 @@

Video privacy

+
+
+
scheduleUpdate
+
in formData
+
+ [object Object] + +
+
+
+

(no description)

+
+
@@ -4161,12 +4175,7 @@
in formData
- string - - Public, - Unlisted, - Private - + [object Object]
@@ -4174,6 +4183,19 @@

Video privacy

+
+
+
scheduleUpdate
+
in formData
+
+ [object Object] + +
+
+
+

(no description)

+
+
@@ -8339,6 +8361,52 @@ "name": "string", "description": "string" } + + + + + + +
+

+ ScheduleVideoUpdate: + +

+
+
+
+
+
+ updateAt: + dateTime + +
+
+

When to update the video

+
+
+ privacy: + + + VideoPrivacy + + + +
+
+
+
+
+
+
Example
+
{
+  "updateAt": "dateTime",
+  "privacy": "string"
+}
 
-- cgit v1.2.3