aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--support/doc/api/openapi.yaml5
1 files changed, 4 insertions, 1 deletions
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:
1740 commentsEnabled: 1740 commentsEnabled:
1741 description: Enable or disable comments for this video 1741 description: Enable or disable comments for this video
1742 type: boolean 1742 type: boolean
1743 downloadEnabled:
1744 description: Enable or disable downloading for this video
1745 type: boolean
1743 originallyPublishedAt: 1746 originallyPublishedAt:
1744 description: Date when the content was originally published 1747 description: Date when the content was originally published
1745 type: string 1748 type: string
@@ -2203,7 +2206,7 @@ paths:
2203 description: Enable or disable comments for this live video/replay 2206 description: Enable or disable comments for this live video/replay
2204 type: boolean 2207 type: boolean
2205 downloadEnabled: 2208 downloadEnabled:
2206 description: Enable or disable downloading for the replay of this live 2209 description: Enable or disable downloading for the replay of this live video
2207 type: boolean 2210 type: boolean
2208 required: 2211 required:
2209 - channelId 2212 - channelId