aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/openapi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/api/openapi.yaml')
-rw-r--r--support/doc/api/openapi.yaml8
1 files changed, 8 insertions, 0 deletions
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:
682 in: formData 682 in: formData
683 type: string 683 type: string
684 description: 'Video description' 684 description: 'Video description'
685 - name: waitTranscoding
686 in: formData
687 type: boolean
688 description: 'Whether or not we wait transcoding before publish the video'
685 - name: support 689 - name: support
686 in: formData 690 in: formData
687 type: string 691 type: string
@@ -814,6 +818,10 @@ paths:
814 in: formData 818 in: formData
815 type: number 819 type: number
816 description: 'Video category' 820 description: 'Video category'
821 - name: waitTranscoding
822 in: formData
823 type: boolean
824 description: 'Whether or not we wait transcoding before publish the video'
817 - name: licence 825 - name: licence
818 in: formData 826 in: formData
819 type: number 827 type: number