From 2186386cca113506791583cb07d6ccacba7af4e0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Jun 2018 20:04:58 +0200 Subject: Add concept of video state, and add ability to wait transcoding before publishing a video --- support/doc/api/html/index.html | 26 ++++++++++++++++++++++++++ support/doc/api/openapi.yaml | 8 ++++++++ 2 files changed, 34 insertions(+) (limited to 'support/doc/api') diff --git a/support/doc/api/html/index.html b/support/doc/api/html/index.html index b75a2a8ba..e1bf61b06 100644 --- a/support/doc/api/html/index.html +++ b/support/doc/api/html/index.html @@ -3435,6 +3435,19 @@

Video description

+
+
+
waitTranscoding
+
in formData
+
+ boolean + +
+
+
+

Whether or not we wait transcoding before publish the video

+
+
support
@@ -4009,6 +4022,19 @@

Video category

+
+
+
waitTranscoding
+
in formData
+
+ boolean + +
+
+
+

Whether or not we wait transcoding before publish the video

+
+
licence
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index a1e286973..be40af570 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -682,6 +682,10 @@ paths: in: formData type: string description: 'Video description' + - name: waitTranscoding + in: formData + type: boolean + description: 'Whether or not we wait transcoding before publish the video' - name: support in: formData type: string @@ -814,6 +818,10 @@ paths: in: formData type: number description: 'Video category' + - name: waitTranscoding + in: formData + type: boolean + description: 'Whether or not we wait transcoding before publish the video' - name: licence in: formData type: number -- cgit v1.2.3