mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add downloadEnabled boolean to PUT video
This commit is contained in:
@@ -1740,6 +1740,9 @@ paths:
|
||||
commentsEnabled:
|
||||
description: Enable or disable comments for this video
|
||||
type: boolean
|
||||
downloadEnabled:
|
||||
description: Enable or disable downloading for this video
|
||||
type: boolean
|
||||
originallyPublishedAt:
|
||||
description: Date when the content was originally published
|
||||
type: string
|
||||
@@ -2203,7 +2206,7 @@ paths:
|
||||
description: Enable or disable comments for this live video/replay
|
||||
type: boolean
|
||||
downloadEnabled:
|
||||
description: Enable or disable downloading for the replay of this live
|
||||
description: Enable or disable downloading for the replay of this live video
|
||||
type: boolean
|
||||
required:
|
||||
- channelId
|
||||
|
||||
Reference in New Issue
Block a user