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/openapi.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'support/doc/api/openapi.yaml') 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