Skip to content
Snippets Groups Projects
Commit f9f89092 authored by Frank Sträter's avatar Frank Sträter Committed by Chocobozzz
Browse files

Add originallyPublishedAt in /videos/upload to the OpenAPI document

parent f60e85ce
No related branches found
No related tags found
No related merge requests found
...@@ -1062,6 +1062,10 @@ paths: ...@@ -1062,6 +1062,10 @@ paths:
commentsEnabled: commentsEnabled:
description: Enable or disable comments for this video description: Enable or disable comments for this video
type: string type: string
originallyPublishedAt:
description: Date when the content was originally published
type: string
format: date-time
scheduleUpdate: scheduleUpdate:
$ref: '#/components/schemas/VideoScheduledUpdate' $ref: '#/components/schemas/VideoScheduledUpdate'
required: required:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment