diff options
author | Lucas Declercq <lucas.declercq@ineat-conseil.fr> | 2018-10-06 19:17:21 +0200 |
---|---|---|
committer | Lucas Declercq <lucas.declercq@ineat-conseil.fr> | 2018-10-06 19:17:39 +0200 |
commit | 156c50af3085468a47b8ae73fe8cfcae46b42398 (patch) | |
tree | f316355ebea2550c201a880cfc9f9b724bf0f7fd /support/doc/api/videos.yaml | |
parent | 35d50b7dd26b3cf646b8845784927bb1ef18dfb3 (diff) | |
download | PeerTube-156c50af3085468a47b8ae73fe8cfcae46b42398.tar.gz PeerTube-156c50af3085468a47b8ae73fe8cfcae46b42398.tar.zst PeerTube-156c50af3085468a47b8ae73fe8cfcae46b42398.zip |
Add downloadingEnabled property to video model
Diffstat (limited to 'support/doc/api/videos.yaml')
-rw-r--r-- | support/doc/api/videos.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support/doc/api/videos.yaml b/support/doc/api/videos.yaml index 593ae56e2..93aa26285 100644 --- a/support/doc/api/videos.yaml +++ b/support/doc/api/videos.yaml | |||
@@ -65,6 +65,11 @@ parameters: | |||
65 | in: formData | 65 | in: formData |
66 | type: boolean | 66 | type: boolean |
67 | description: 'Enable or disable comments for this video' | 67 | description: 'Enable or disable comments for this video' |
68 | downloadingEnabled: | ||
69 | name: downloadingEnabled | ||
70 | in: formData | ||
71 | type: boolean | ||
72 | description: 'Enable or disable downloading for this video' | ||
68 | privacy: | 73 | privacy: |
69 | name: privacy | 74 | name: privacy |
70 | in: formData | 75 | in: formData |