From f9f8909298cdcddbe5360ec1058c0fedc7ea51d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Str=C3=A4ter?= Date: Mon, 5 Aug 2019 14:08:27 +0200 Subject: [PATCH] Add originallyPublishedAt in /videos/upload to the OpenAPI document --- support/doc/api/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index 39fa3cef5..bd07fbc51 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml @@ -1062,6 +1062,10 @@ paths: commentsEnabled: description: Enable or disable comments for this video type: string + originallyPublishedAt: + description: Date when the content was originally published + type: string + format: date-time scheduleUpdate: $ref: '#/components/schemas/VideoScheduledUpdate' required: