diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-11 11:52:34 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-11 11:52:34 +0100 |
commit | 88108880bbdba473cfe36ecbebc1c3c4f972e102 (patch) | |
tree | b242efb3b4f0d7e49d88f2d1f2063b5b3b0489c0 /support/doc/api/videos.yaml | |
parent | 53a94c7cfa8368da4cd248d65df8346905938f0c (diff) | |
parent | 9b712a2017e4ab3cf12cd6bd58278905520159d0 (diff) | |
download | PeerTube-88108880bbdba473cfe36ecbebc1c3c4f972e102.tar.gz PeerTube-88108880bbdba473cfe36ecbebc1c3c4f972e102.tar.zst PeerTube-88108880bbdba473cfe36ecbebc1c3c4f972e102.zip |
Merge branch 'develop' into pr/1217
Diffstat (limited to 'support/doc/api/videos.yaml')
-rw-r--r-- | support/doc/api/videos.yaml | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/support/doc/api/videos.yaml b/support/doc/api/videos.yaml deleted file mode 100644 index 0c611e3a8..000000000 --- a/support/doc/api/videos.yaml +++ /dev/null | |||
@@ -1,92 +0,0 @@ | |||
1 | parameters: | ||
2 | id: | ||
3 | name: id | ||
4 | in: path | ||
5 | required: true | ||
6 | type: string | ||
7 | description: 'The video id or uuid' | ||
8 | thumbnailfile: | ||
9 | name: thumbnailfile | ||
10 | in: formData | ||
11 | type: file | ||
12 | description: 'Video thumbnail file' | ||
13 | previewfile: | ||
14 | name: previewfile | ||
15 | in: formData | ||
16 | type: file | ||
17 | description: 'Video preview file' | ||
18 | category: | ||
19 | name: category | ||
20 | in: formData | ||
21 | type: number | ||
22 | description: 'Video category' | ||
23 | licence: | ||
24 | name: licence | ||
25 | in: formData | ||
26 | type: number | ||
27 | description: 'Video licence' | ||
28 | language: | ||
29 | name: language | ||
30 | in: formData | ||
31 | type: string | ||
32 | description: 'Video language' | ||
33 | description: | ||
34 | name: description | ||
35 | in: formData | ||
36 | type: string | ||
37 | description: 'Video description' | ||
38 | waitTranscoding: | ||
39 | name: waitTranscoding | ||
40 | in: formData | ||
41 | type: boolean | ||
42 | description: 'Whether or not we wait transcoding before publish the video' | ||
43 | support: | ||
44 | name: support | ||
45 | in: formData | ||
46 | type: string | ||
47 | description: 'Text describing how to support the video uploader' | ||
48 | nsfw: | ||
49 | name: nsfw | ||
50 | in: formData | ||
51 | type: boolean | ||
52 | description: 'Whether or not this video contains sensitive content' | ||
53 | name: | ||
54 | name: name | ||
55 | in: formData | ||
56 | type: string | ||
57 | description: 'Video name' | ||
58 | tags: | ||
59 | name: tags | ||
60 | in: formData | ||
61 | type: string[] | ||
62 | description: 'Video tags' | ||
63 | commentsEnabled: | ||
64 | name: commentsEnabled | ||
65 | in: formData | ||
66 | type: boolean | ||
67 | description: 'Enable or disable comments for this video' | ||
68 | downloadEnabled: | ||
69 | name: downloadEnabled | ||
70 | in: formData | ||
71 | type: boolean | ||
72 | description: 'Enable or disable downloading for this video' | ||
73 | privacy: | ||
74 | name: privacy | ||
75 | in: formData | ||
76 | type: string | ||
77 | enum: [Public, Unlisted] | ||
78 | description: 'Video privacy' | ||
79 | scheduleUpdate: | ||
80 | name: scheduleUpdate | ||
81 | in: formData | ||
82 | required: false | ||
83 | description: 'Schedule an update at a specific datetime' | ||
84 | properties: | ||
85 | updateAt: | ||
86 | type: dateTime | ||
87 | description: 'When to update the video' | ||
88 | required: true | ||
89 | privacy: | ||
90 | type: string | ||
91 | enum: [Public, Unlisted] | ||
92 | description: 'Video privacy target' | ||