Add downloadEnabled boolean to PUT video
This commit is contained in:
parent
4f97f58383
commit
2370d9cc4a
|
@ -1740,6 +1740,9 @@ paths:
|
||||||
commentsEnabled:
|
commentsEnabled:
|
||||||
description: Enable or disable comments for this video
|
description: Enable or disable comments for this video
|
||||||
type: boolean
|
type: boolean
|
||||||
|
downloadEnabled:
|
||||||
|
description: Enable or disable downloading for this video
|
||||||
|
type: boolean
|
||||||
originallyPublishedAt:
|
originallyPublishedAt:
|
||||||
description: Date when the content was originally published
|
description: Date when the content was originally published
|
||||||
type: string
|
type: string
|
||||||
|
@ -2203,7 +2206,7 @@ paths:
|
||||||
description: Enable or disable comments for this live video/replay
|
description: Enable or disable comments for this live video/replay
|
||||||
type: boolean
|
type: boolean
|
||||||
downloadEnabled:
|
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
|
type: boolean
|
||||||
required:
|
required:
|
||||||
- channelId
|
- channelId
|
||||||
|
|
Loading…
Reference in New Issue
Block a user