mirror of https://github.com/Chocobozzz/PeerTube
Fix schedule update date format
parent
c67dfb979b
commit
db05e6cebb
|
@ -7497,7 +7497,7 @@ components:
|
||||||
$ref: '#/components/schemas/VideoPrivacySet'
|
$ref: '#/components/schemas/VideoPrivacySet'
|
||||||
updateAt:
|
updateAt:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date-time
|
||||||
description: When to update the video
|
description: When to update the video
|
||||||
required:
|
required:
|
||||||
- updateAt
|
- updateAt
|
||||||
|
|
Loading…
Reference in New Issue