aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/api/openapi.yaml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-12 20:04:58 +0200
committerChocobozzz <me@florianbigard.com>2018-06-12 20:37:51 +0200
commit2186386cca113506791583cb07d6ccacba7af4e0 (patch)
tree3c214c0b5fbd64332624267fa6e51fd4a9cf6474 /support/doc/api/openapi.yaml
parent6ccdf3a23ecec5ba2eeaf487fd1fafdc7606b4bf (diff)
downloadPeerTube-2186386cca113506791583cb07d6ccacba7af4e0.tar.gz
PeerTube-2186386cca113506791583cb07d6ccacba7af4e0.tar.zst
PeerTube-2186386cca113506791583cb07d6ccacba7af4e0.zip
Add concept of video state, and add ability to wait transcoding before
publishing a video
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