Add originallyPublishedAt in /videos/upload to the OpenAPI document
This commit is contained in:
parent
f60e85ce87
commit
f9f8909298
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue