From 2370d9cc4af1a91855f0891a8a94da0455ebd724 Mon Sep 17 00:00:00 2001 From: frankstrater Date: Fri, 25 Jun 2021 14:18:12 +0200 Subject: Add downloadEnabled boolean to PUT video --- support/doc/api/openapi.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'support') diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index ada4f1b7b..919905788 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -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 -- cgit v1.2.3